[sdiy] Midi data grabber

Andre Majorel amajorel at teaser.fr
Thu Nov 27 04:59:58 CET 2003


On 2003-11-26 17:43 -0000, Paul Maddox wrote:

>  Does anyone have a *SIMPLE* (and small) program to capture MIDI data
> comming in?
> I want it to keep the data *EXACTLY* as it is without any reformatting.
> Save it to a file.
> And then allow me to play it back through a MIDI out.

If timing is unimportant,

  $ cat /dev/midi >save  # record
  $ cat save >/dev/midi  # playback

-- 
André Majorel <amajorel at teaser.fr>
http://www.teaser.fr/~amajorel/



More information about the Synth-diy mailing list