I'm confused about the MidiSend1, MidiSend2 and MidiSend3 functions.
In firmware/midi.h they are defined as MidiSend3(midi_device_t dev, uint8_t port, uint8_t b0, uint8_t b1, uint8_t b2)
,
but in the AxoObjects the functions are used without the port parameter, e.g.MidiSend3((midi_device_t) attr_device, MIDI_NOTE_ON + (attr_channel-1), lastnote, inlet_velo>>20)
I didn't find any macros or translation code, am I missing something?