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
2016-11-09 10:15:41 +00:00
..
blocks Added callback to get number of keywaves of an on-screen seaboard view 2016-11-07 15:12:42 +00:00
littlefoot Update copyright and make docstrings more compatible with Doxygen 2016-11-02 20:39:39 +00:00
protocol BLOCKS SDK: Fixed the order of south and west DNA ports in the topology 2016-11-09 10:15:41 +00:00
topology Added callback to get number of keywaves of an on-screen seaboard view 2016-11-07 15:12:42 +00:00
visualisers Update copyright and make docstrings more compatible with Doxygen 2016-11-02 20:39:39 +00:00
juce_blocks_basics.cpp Added BLOCKS module 2016-11-01 17:17:33 +00:00
juce_blocks_basics.h Bump version number to 4.3.0 2016-11-02 14:02:52 +00: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