This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!)
tags/2021-05-28
jules
8 years ago
parent
13549989fd
commit
4d02823f97
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
modules/juce_blocks_basics/protocol/juce_BlocksProtocolDefinitions.h
+ 7
- 0
modules/juce_blocks_basics/protocol/juce_BlocksProtocolDefinitions.h
View File
@@ -263,6 +263,13 @@ static constexpr const char* ledProgramLittleFootFunctions[] =
"setLED/viii",
"blendLED/viii",
"fillRect/viiiii",
"blendRect/viiiii",
"sendMIDI/vi",
"sendMIDI/vii",
"sendMIDI/viii",
"addPressurePoint/vifff",
"drawPressureMap/v",
"fadePressureMap/v",
"enableDebug/viii",
nullptr
};
Write
Preview
Loading…
Cancel
Save