[Stk] NoteOff() not working with groups?

Patrick J. Collins patrick at collinatorstudios.com
Sat Aug 22 15:58:30 PDT 2015


Hi everyone again,

Sorry-- I'm having more problems...

So, if I do:

    fmInstrument.stkVoicerID = voicer->noteOn(midi, velocity, patchGroup);

and then later do:

    voicer->noteOff(fmInstrument, velocity, patchGroup);

The note does not stop sounding... Even though they have the same group.

But if I do:

    voicer->noteOff(fmInstrument, velocity);

Then the note does stop.

Patrick J. Collins
http://collinatorstudios.com



More information about the Stk mailing list