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
2018-04-10 18:34:20 +01:00
..
blocks Add documentation tags 2018-03-15 12:10:32 +00:00
littlefoot Add documentation tags 2018-03-15 12:10:32 +00:00
protocol Add documentation tags 2018-03-15 12:10:32 +00:00
topology Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
visualisers Add documentation tags 2018-03-15 12:10:32 +00:00
juce_blocks_basics.cpp Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them 2018-03-15 12:10:32 +00:00
juce_blocks_basics.h Bump version number to 5.3.1 2018-04-10 17:01:54 +01:00
juce_LittleFootFunctions.dox Docs: Add block units description to Blocks module 2018-02-22 17:52:14 +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