1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_blocks_basics
2019-04-30 14:20:02 +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 BLOCKS: Added documentation for Littlefoot Arrays 2019-03-26 09:19:18 +00:00
protocol Blocks: Use special reset message for master blocks 2019-02-26 12:31:00 +00:00
topology Fixed some misleading indentation 2019-04-30 14:20:02 +01:00
visualisers Removed some superfluous juce:: namespaces from the juce_blocks_basics module 2019-02-18 15:46:44 +00: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.3 2019-02-21 15:25:51 +00: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