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
2017-11-28 17:46:15 +00:00
..
blocks Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
littlefoot Littlefoot: detect wrong number of arguments when compiling cast operation (#42) 2017-11-08 13:54:26 +00:00
protocol Littlefoot: Add pitch correction functions 2017-09-19 15:14:37 +01:00
topology Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
visualisers Littlefoot: NOISE Lightpad script support for gamma correction 2017-11-10 17:28:27 +00:00
juce_blocks_basics.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_blocks_basics.h Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
juce_LittleFootFunctions.dox Doxygen: Add top-level LittleFoot functions group 2017-08-21 09:52:31 +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