Seeing MIDI data being sent to MIDI Device.

Just starting out? Need help? Post your questions and find answers here.
User avatar
matalog
Enthusiast
Enthusiast
Posts: 305
Joined: Tue Sep 05, 2017 10:07 am

Seeing MIDI data being sent to MIDI Device.

Post by matalog »

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?
Bitblazer
Enthusiast
Enthusiast
Posts: 766
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: Seeing MIDI data being sent to MIDI Device.

Post by Bitblazer »

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?
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.
User avatar
matalog
Enthusiast
Enthusiast
Posts: 305
Joined: Tue Sep 05, 2017 10:07 am

Re: Seeing MIDI data being sent to MIDI Device.

Post by matalog »

Amazing. Thanks.
Post Reply