We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f403 commit d302a99Copy full SHA for d302a99
Source/aeolus/division.h
@@ -196,7 +196,7 @@ class Division
196
197
List<Voice> _activeVoices; ///< Active voices on this division.
198
199
- std::bitset<128> _keysState; ///< MIDI keys state 1 = on, 0 = off.
+ std::bitset<TOTAL_NOTES> _keysState; ///< MIDI keys state 1 = on, 0 = off.
200
201
/// Tells whether this division has been triggered.
202
/// This is used to avoid a division to be triggered multiple
0 commit comments