Read but not act upon incoming Midi msgs

Status
Not open for further replies.

bossredman

Well-known member
Not sure i've been using the wrong searches but struggling to find a way to simply read & then list out what midi messages my Teensy is being sent.

I dont want to process or act upon the incoming messages (not yet at least) - but I want to see what particular midi messages a piece of hardware is actually sending out.

I want to do this directly through the Teensy connected to the hardware.
Any suggestions pls.
 
In Arduino, click File > Examples > Teensy > USB_MIDI > InputRead. Upload it, then open the Arduino Serial Monitor to watch your Teensy print info about each incoming MIDI message.

If you're using serial MIDI, you can do something very similar since Teensy's USB MIDI uses the same function names as MIDI.h. Hopefully that example can at least show you the basic idea. Also look at File > Examples > MIDI > Input for a small example that only prints 1 type of message to get started.
 
Thanks Paul - but i dont see such a sketch.

Theres only 4 listed: Analogue ChnageCOntrol, Buttons, Midi_Name, PrintIncoming
 
Thanks Paul - but i dont see such a sketch.

Theres only 4 listed: Analogue ChnageCOntrol, Buttons, Midi_Name, PrintIncoming
 
Status
Not open for further replies.
Back
Top