enrique franco wrote: > Hi, > > How can I play MIDI sounds from PD in OSX? It is necessary to have > another MIDI software running? Can I just play General MIDI from PD?
Pd is not a MIDI-synthesizer. you can: - generate MIDI data and send it to a MIDI-synthesizer (using whatever MIDI-routing your system provides to get MIDI from one app to another) - build your own synthesizer which could be controlled by MIDI. if you are truely lazy, there's an object called [fluid~] that let's you import soundfonts... gmadst IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
