FortySevenEffects / arduino_midi_library

MIDI for Arduino
MIT License
1.56k stars 253 forks source link

[FIX] Repair missing MIDI_CREATE_CUSTOM_INSTANCE #150

Closed Rolel closed 4 years ago

Rolel commented 4 years ago

The MIDI_CREATE_CUSTOM_INSTANCE function was removed with 5.0 branch. This commit brings it back.

franky47 commented 4 years ago

@lathoub we should also see if we can have macros to ease custom transport integration.

franky47 commented 4 years ago

Custom transport integration would probably make macros too complicated to be worth it.

Thanks @Rolel ! I'll release a patch update today.

franky47 commented 4 years ago

Version 5.0.2 has been released, it should be picked up by the Arduino Library Manager within 24 hours.