PD listers, I've written a instrument that outputs a stream of MIDI data--is there a way to capture this data as a MIDI file --either within PD or routing it into another application that can transcribe it (such as Finale, Protools, etc)? I'm using windows XP--- thanks, -Miles Okazaki
you can use [qlist] for this. I've found that if you connect incoming data up to a timer (t3_timer?) object, then you can create the correct format string to write to each line of the qlist by careful use of message boxes and 'prepend/makefilename' objects. shouldn't be too much hassle. don't know much about exporting to other apps though.
matt
-=-=-=-=-=-=-=-=-=-=-=-=- http://www.loopit.org/ -=-=-=-=-=-=-=-=-=-=-=-=- ----- Original Message ----- From: MilesOkazaki@aol.com To: pd-list@iem.at Sent: Wednesday, February 11, 2004 2:38 PM Subject: [PD] Newbie Question--writing MIDI with PD
PD listers, I've written a instrument that outputs a stream of MIDI data--is there a way to capture this data as a MIDI file --either within PD or routing it
into
another application that can transcribe it (such as Finale, Protools,
etc)? I'm
using windows XP--- thanks, -Miles Okazaki
check out
http://suita.chopin.edu.pl/~czaja/miXed/externs/xeq.html
It will probably be the answer to your MIDI sequencing needs.
./MiS
MilesOkazaki@aol.com writes:
PD listers, I've written a instrument that outputs a stream of MIDI data--is there a way to capture this data as a MIDI file --either within PD or routing it into another application that can transcribe it (such as Finale, Protools, etc)? I'm using windows XP--- thanks, -Miles Okazaki
In message 1e0.193e8137.2d5b9857@aol.com, MilesOkazaki@aol.com writes
PD listers, I've written a instrument that outputs a stream of MIDI data--is there a way to capture this data as a MIDI file --either within PD or routing it into another application that can transcribe it (such as Finale, Protools, etc)? I'm using windows XP--- thanks, -Miles Okazaki
MIDI Yoke provides 8 virtual MIDI cables that can connect Windows MIDI applications together.
http://www.midiox.com/index.htm?http://www.midiox.com/myoke.htm
Example: [Hardware in]->[in Pd out]->[out MIDI Yoke in]->[in Protools]
ClaudiusMaximus