Change the size of the ccSwitched bitset
This commit is contained in:
parent
2073c9abdc
commit
38ab855415
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue