Change the size of the ccSwitched bitset

This commit is contained in:
Paul Ferrand 2019-12-17 18:48:48 +01:00
parent 2073c9abdc
commit 38ab855415

View file

@ -323,7 +323,7 @@ private:
bool pitchSwitched { true };
bool bpmSwitched { true };
bool aftertouchSwitched { true };
std::bitset<128> ccSwitched;
std::bitset<config::numCCs> ccSwitched;
std::string defaultPath { "" };
int activeNotesInRange { -1 };