1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_blocks_basics
2019-01-22 17:19:46 +00:00
..
blocks BLOCKS: Remove dependency on juce_gui_basics 2019-01-22 17:19:46 +00:00
littlefoot Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +00:00
protocol BLOCKS: Request version number from old firmware 2018-12-19 14:09:57 +00:00
topology BLOCKS: Remove dependency on juce_gui_basics 2019-01-22 17:19:46 +00:00
visualisers Add documentation tags 2018-03-15 12:10:32 +00:00
juce_blocks_basics.cpp BLOCKS: Request version number from old firmware 2018-12-19 14:09:57 +00:00
juce_blocks_basics.h BLOCKS: Request version number from old firmware 2018-12-19 14:09:57 +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