hi list
is there an object inside pd to play midi-files? or any external? or do i have to use an external software loading the midifiles and send the notes to pd, when this is the case, which software on linux could do this?
best m
it's called xeq search the archive, i think about a month about someone post a patch for reading .midi file on linux.
there you go :
#N canvas 171 198 872 572 12; #X msg 239 133 record; #X msg 407 388 edit; #X obj 246 427 noteout; #X msg 239 219 restop; #X msg 371 354 readd 144 $1 $2 1; #X obj 370 428 xeq_record $0-x; #X msg 235 258 mfwrite asd.mid; #X msg 452 389 rewind; #X msg 240 179 60 100; #X msg 303 179 60 0; #X text 33 23 XEQ-Problem:; #X text 59 177 2) play a little bit:; #X text 101 132 1) start record:; #X text 107 218 3) stop record:; #X text 59 257 4) try to write file:; #X text 29 68 I think it should work this way...; #X text 328 511 ... but it doesn't !!!; #X text 369 257 -> I get error: "request to write empty midifile ignored" ; #X text 394 286 but the midi file isn't empty !!?; #X connect 0 0 5 0; #X connect 1 0 5 0; #X connect 3 0 5 0; #X connect 4 0 5 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 4 0; #X connect 8 0 2 0; #X connect 9 0 4 0; #X connect 9 0 2 0;
patrick
----- Original Message ----- From: metafor@gmx.net To: pd-list@iem.at Sent: Thursday, June 17, 2004 12:57 PM Subject: [PD] play midi files in pd
hi list
is there an object inside pd to play midi-files? or any external? or do i have to use an external software loading the midifiles and send the notes to pd, when this is the case, which software on linux could do this?
best m
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
metafor@gmx.net wrote:
is there an object inside pd to play midi-files? or any external? or do i have to use an external software loading the midifiles and send the notes to pd, when this is the case, which software on linux could do this?
Frank Barknecht's HOWTO Use MIDI Sequencers With Softsynths:
http://www.tldp.org/HOWTO/MIDI-HOWTO-10.html
The Linux MIDI-HOWTO By Phil Kerr [includes above tutorial]:
http://www.faqs.org/docs/Linux-HOWTO/MIDI-HOWTO.html
good luck, d.