christofmuc / KnobKraft-orm

The KnobKraft Orm - The free modern cross-platform MIDI Sysex Librarian
GNU Affero General Public License v3.0
207 stars 27 forks source link

[Request] Add sending sysex on MIDI Log page #344

Closed milnak closed 3 weeks ago

milnak commented 1 month ago

I'm currently using MIDI-OX to send arbitrary SysEx and look at the returned data. KnobKraft could probably add this relatively simply, e.g. a text box on the MIDI Log page that has something like:

F0 __ __ __ __ __ __ __F7 [Send SysEx]

christofmuc commented 1 month ago

Nice idea! Yes, that would be trivial if we just send it to all MIDI outputs. A bit more work if the MIDI output is to be selected?

milnak commented 1 month ago

I only use a single device at once, but ideally it would be specific to a midi output.

christofmuc commented 3 weeks ago

An initial version is released with 2.4.3 - it always sends to all outputs now, and you have to type the f0 and f7, but else it should already work. Please give it a try one the 2.4.3 build is available!