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

Pedro Lopes pedro.lopes at ist.utl.pt
Sun Jun 13 04:12:53 CEST 2010


There's some info about scripts in the flossmanual:
- http://en.flossmanuals.net/PureData/AdvancedConfig

On Sun, Jun 13, 2010 at 3:07 AM, Adityo Pratomo <quietdidit at gmail.com>wrote:

> 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
>>
>>
>>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Pedro Lopes
contacto: jazz at radiozero.pt
website: http://web.ist.utl.pt/Pedro.Lopes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100613/70d7d006/attachment.htm>


More information about the Pd-list mailing list