mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
BLOCKS: Added specialisation for LUMI pressure modes.
This commit is contained in:
parent
dcd2ee6ef8
commit
d0c9a4a3bc
1 changed files with 5 additions and 0 deletions
|
|
@ -258,6 +258,11 @@ private:
|
|||
"Night Mode"
|
||||
},
|
||||
BlockConfigManager::playGroup });
|
||||
|
||||
defaultConfig.add ({ zTrackingMode, 1, 0, 1, false,
|
||||
"Pressure Tracking Mode", ConfigType::options,
|
||||
{ "Poly Aftertouch", "Channel Pressure" },
|
||||
BlockConfigManager::playGroup });
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue