1
0
Fork 0
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:
Tom Waldron 2019-11-11 16:31:04 +00:00 committed by ed
parent dcd2ee6ef8
commit d0c9a4a3bc

View file

@ -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 });
}
//==============================================================================