1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/modules/juce_blocks_basics
2017-06-28 16:44:28 +01:00
..
blocks BLOCKS API: Added support for custom block names 2017-06-20 12:12:49 +01:00
littlefoot BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes 2017-06-16 12:27:37 +01:00
protocol Whitespace 2017-06-20 12:28:57 +01:00
topology BLOCKS API: Fixed a crash when block is connected and disconnected over BT and USB 2017-06-28 16:44:28 +01:00
visualisers BLOCKS API: Added support for custom block names 2017-06-20 12:12:49 +01:00
juce_blocks_basics.cpp BLOCKS SDK: Added support for the Seaboard BLOCK and new config item API 2017-06-09 15:13:41 +01:00
juce_blocks_basics.h Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
LittleFootFunctions.txt BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes 2017-06-16 12:27:37 +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