[PD] play mp3 file and create graphical front end interface

Adityo Pratomo quietdidit at gmail.com
Sun Jun 13 04:07:01 CEST 2010


oh, I got it. so, I can use the sound server via Jack. Nice> I'll try that.
Thanks for the suggestion Pedro :)

Regards,

Didit

On Sun, Jun 13, 2010 at 9:02 AM, Pedro Lopes <pedro.lopes at ist.utl.pt> wrote:

> You can make a script that starts both (a shell script in linux/OSx or a
> batch in Win).
> In linux it could be something like:
>
> ----
> jackd --realtime -d alsa -d hw -r 44100 -p 1024 -s & pd -nogui -jack -
> patch.pd & java -jar processingexe.jar
> ----
> (to make it executable in *unix, then run >chmod +x scriptname )
>
> That would start the audio server, plus pd without gui and the processing
> executable. It depends if you need anything more, or configure other
> flags... but I think you get the general idea. I have a simiar script that
> launches a game and pd without gui to make the sound engine of that game.
>
> best regards,
> Pedro
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100613/5ed1eb0a/attachment-0001.htm>


More information about the Pd-list mailing list