1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_blocks_basics
michael.toon 120d6cc3ff BLOCKS: Add master block detection and throttle ping requests
This adds master block detection and will update the topology if necessary. This fixes an issue where master block could be wrongly identified.
Added a throttle to ping requests by staggering them between timer ticks, this mitigates some issues with larger topologies.
2019-08-16 18:58:33 +01:00
..
blocks BLOCKS: Use unique identifier to find MIDI ports and fix some connection issues 2019-04-09 14:10:46 +01:00
littlefoot Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
protocol Fixed some warnings on the latest compilers 2019-07-26 12:58:04 +01:00
topology BLOCKS: Add master block detection and throttle ping requests 2019-08-16 18:58:33 +01:00
visualisers Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_blocks_basics.cpp BLOCKS: Remove dependent devices following device reset 2019-02-18 17:19:54 +00:00
juce_blocks_basics.h Bump version number to 5.4.4 2019-08-09 11:24:54 +01:00
juce_LittleFootFunctions.dox Clarified the documentation for some LittleFoot functions 2018-09-05 16:31:35 +01:00
README.txt Added BLOCKS module 2016-11-01 17:17:33 +00:00

This is a JUCE module which discovers any connected BLOCKS devices and provides low-level
access to their physical properties.

Its job is to provide:
- topology and status information about the list of connected devices
- callbacks for touch events, control button presses and rotary dial movements
- simple control over individual LEDs
- optional rule-based virtual device aggregation functionality