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
Currently the channel argument for the sfizz_send_* functions uses 1-based counting of MIDI channels.
I suggest changing this to zero-based counting, i.e. 0-15, since this is how the channel is represented in the MIDI status byte and how most software stores and passes it internally.
IMO, 1-based counting should only be used when presenting a MIDI channel number to the user.
The text was updated successfully, but these errors were encountered:
Currently the
channel
argument for thesfizz_send_*
functions uses 1-based counting of MIDI channels.I suggest changing this to zero-based counting, i.e. 0-15, since this is how the channel is represented in the MIDI status byte and how most software stores and passes it internally.
IMO, 1-based counting should only be used when presenting a MIDI channel number to the user.
The text was updated successfully, but these errors were encountered: