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
also in the camd.library in the file miditodriver.c in the function Transmit_Status() this part should be removed (or reworked) as it forbids to send several notes in the same transfer (like chords):
hitchhikr
changed the title
Proper USB MIDI Driver & two bugs in camdusbmidi.class.c to fix
Proper USB MIDI Driver & three bugs in camdusbmidi.class.c to fix
Feb 16, 2024
hitchhikr
changed the title
Proper USB MIDI Driver & three bugs in camdusbmidi.class.c to fix
Proper USB MIDI Driver & four bugs in camdusbmidi.class.c & miditodriver.c to fix
Feb 20, 2024
The driver together with the source code are here:
https://hitchhikr.net/usbmidi.lha
Two bugs in the class are located in the nParseMidiOut() function :
should be:
and:
should be:
Also another bug in the SysEx messages sending part (same function):
should be:
also in the camd.library in the file miditodriver.c in the function Transmit_Status() this part should be removed (or reworked) as it forbids to send several notes in the same transfer (like chords):
The text was updated successfully, but these errors were encountered: