1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_blocks_basics
2020-02-20 12:38:07 +00:00
..
blocks BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00
littlefoot BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00
protocol BLOCKS: Adjusted LUMI pressure mode default to match firmware 2019-11-11 17:40:06 +00:00
topology BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00
visualisers Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_blocks_basics.cpp BLOCKS: Update default config and allow block model specific defaults 2019-10-25 14:53:27 +01:00
juce_blocks_basics.h Bump version number to 5.4.7 2020-02-10 14:16:54 +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