Change assertion for extended CCs
This commit is contained in:
parent
7ea5f4611c
commit
2317c4dd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ void sfz::Synth::noteOff(int delay, int channel, int noteNumber, uint8_t velocit
|
|||
|
||||
void sfz::Synth::cc(int delay, int channel, int ccNumber, uint8_t ccValue) noexcept
|
||||
{
|
||||
ASSERT(ccNumber < 128);
|
||||
ASSERT(ccNumber < config::numCCs);
|
||||
ASSERT(ccNumber >= 0);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue