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
commit
4d02823f97
1 changed files with 7 additions and 0 deletions
  1. +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
};

Loading…
Cancel
Save