You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behavior (sending all notes off/all sound off) is actually found in the IOCTL code, but is commented out. Individual note offs are sent instead.
Separate silencing channel into its own method. Have one for the IOCTL
and the sampler.
Open question issue #121 about a puzzling bit of commented code.
Misc : safe calls on currentChannelNotes required in synth for this to
work. This is strange.
I should have commented this more. I think this might be because at the time I found some (maybe old) virtual instruments that didn't support the all notes off message ... we might add a configuration flag enabling all notes off message by default but still allowing the current behavior. Anyway this has to be tested because the actual code might have been written due to some other limitation or specificity of MFP (despite I fail to remember which one).
The expected behavior (sending all notes off/all sound off) is actually found in the IOCTL code, but is commented out. Individual note offs are sent instead.
This has actually been the case since the first-ever commit of the IOCTL.
Is there a reason for this ?
The text was updated successfully, but these errors were encountered: