I have an effects pedal, delay, doesn't matter, it's software links to it via USB, but I'm pretty sure it is using USB MIDI and communicating with it via MIDI.
There are only 4 knobs on the device, but many settings that can be changed via the software and USB connection.
If I could get the sysex MIDI codes that the software uses to change the inner settings, then I could build an Arduino controller with more knobs.
I would like to make a program that can get the MIDI data being transmitted to the device from the software as it is being sent.
Any ideas if something like that would be possible?
Seeing MIDI data being sent to MIDI Device.
Re: Seeing MIDI data being sent to MIDI Device.
Yes ofc. you could do that in purebasic, but it would be easier to just use WireShark or one of the existing other solutions like USBPcap.matalog wrote: Wed Feb 07, 2024 9:38 pm I would like to make a program that can get the MIDI data being transmitted to the device from the software as it is being sent.
Any ideas if something like that would be possible?
Re: Seeing MIDI data being sent to MIDI Device.
Amazing. Thanks.
