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
2017-03-15 10:19:53 +00:00
..
blocks Added documentation for some missing LittleFoot methods 2017-03-15 10:19:53 +00:00
littlefoot BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 2017-03-10 14:42:54 +00:00
protocol BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 2017-03-10 14:42:54 +00:00
topology BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 2017-03-10 14:42:54 +00:00
visualisers BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 2017-03-10 14:42:54 +00:00
juce_blocks_basics.cpp Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
juce_blocks_basics.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
LittleFootFunctions.txt Added documentation for some missing LittleFoot methods 2017-03-15 10:19:53 +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