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
It might also be useful to get support for Program Change and Midi Clock functionality - including the ability to act as a Midi Clock source, and receive Midi Clock from other devices.
The text was updated successfully, but these errors were encountered:
You actually can use midi_send_byte(&midi_device, 0xF{A/B/C}); or midi_send_{continue/start/stop}(MidiDevice* device); in process_record_user() function in your keymap.c file.
Feature Request Type
Description
Expand current Midi capability with the Start (0xFA), Continue (0xFB), and Stop (0xFC) commands.
https://wiki.cockos.com/wiki/index.php/MIDI_Specification
It might also be useful to get support for Program Change and Midi Clock functionality - including the ability to act as a Midi Clock source, and receive Midi Clock from other devices.
The text was updated successfully, but these errors were encountered: