Just clicking the link under the video in my Homepage:
http://www.claudionervi.com/pure-data/pd-patches.html
or download direct from this link:
http://www.claudionervi.com/n_archivos/otros/pacdata.zip
enjoy!
Claudio Nervi.
2013/11/7 pd-list-request@iem.at
Send Pd-list mailing list submissions to pd-list@iem.at
To subscribe or unsubscribe via the World Wide Web, visit http://lists.puredata.info/listinfo/pd-list or, via email, send a message with subject or body 'help' to pd-list-request@iem.at
You can reach the person managing the list at pd-list-owner@iem.at
When replying, please edit your Subject line so it is more specific than "Re: Contents of Pd-list digest..."
Today's Topics:
- puredata pacman download? (IOhannes m zmoelnig)
- Re: (no subject) (Joshan Mahmud)
- audio dropout when switching between workspaces or bringing the patch in front (jamal crawford)
- Re: (no subject) (Dan Wilcox)
Message: 1 Date: Thu, 07 Nov 2013 15:15:55 +0100 From: IOhannes m zmoelnig zmoelnig@iem.at Subject: [PD] puredata pacman download? To: pd-list pd-list@iem.at, claudionervi@gmail.com Message-ID: 527BA09B.1040300@iem.at Content-Type: text/plain; charset=ISO-8859-15
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
i wonder where the great pac data implementation can be downloaded these days. the old link [1] only gives 404.
fgamsdr IOhannes
[1] http://claudionervi.com/wp-content/uploads/2012/09/PAC-DATA.zip -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBCAAGBQJSe6CWAAoJELZQGcR/ejb4N30QAIH3Y1M+jEu5FeZoFYdxKJlo 9vrKytmM5WJQHqa7HkwCHdkkfYCCEui5evfLLuzO8TvBqng1uohUXX+eQTKBMDSY VUqRGuxV8bcol9tAn8MLpGHUbsu79VnBy1u7VD20RW6dFvAZQ1FUvvJdcDWyY8ft fEpPOb95kBXmmmz2I9IOWy6CMvsYU8SGI316emy2Dsw/NJQUys15MNkZtMWOnfrv hpGuXLVXLKRYrOhHA2XxZsnr+ceoAeaG8db4xjCno1QoMCxG4SPZtQ0abXJ+k7bE NfuXEK6S0J9ZMWz579VVHpDRfb29O6WJgWeMo9naO7TsEbTAOdB59j02NPPZub3L EZdYgzhVLjO8UPOqI+63z3w+GkMdcsvoMqjRLLVPC7gHJB0ZlxgO5k9g/bu4POY4 sYM/68mWwooTjWrs+gK0txBhgUh2b2yrpFbosI2RxgxoZUvaJbMPcFp9F30Ppatg Qw0mbKvpuj9ZeYvc3ZMDTk3sb6e+ZMlcRM+JuvxKxHb3AoGfwiEAC29m1EDfQksh aYjD2myfBZYUwC/DqepEzewFr3s83wtnvGEanKDxkaI7Cv0HcH6vzlOGYgV3nWex o+9+9aXZz3kQgRinwp+4AVuXpw2TnEuDmyZi8YNdmPdAGcGS2HJg7Kko5FuUQHvr MI1hLR1Rh4KS7mY+xA1Q =TdWa -----END PGP SIGNATURE-----
Message: 2 Date: Thu, 7 Nov 2013 15:14:51 +0000 From: Joshan Mahmud joshan.mahmud@gmail.com Subject: Re: [PD] (no subject) To: email.rafa@gmail.com Cc: "pd-list@iem.at" pd-list@iem.at Message-ID: < CAC7kEX9m7Sd_cX9uVHNRQiaaO8XaWFLtYjiPAo5pLfx7JgKrOA@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi Rafael
Many thanks for your feedback! I'm glad there's actually something missing rather than the code just not working.
My other question is then, if I don't want to use Jack and just want to use something simple to tie up the dac of libpd to my default sound card - is there a simple way of doing that?
Thanks Josh
On Thu, Nov 7, 2013 at 1:31 PM, Rafael Vega email.rafa@gmail.com wrote:
And yes, the iOS Test project does the audio I/O for you.
On Thu, Nov 7, 2013 at 8:30 AM, Rafael Vega email.rafa@gmail.com
wrote:
On Thu, Nov 7, 2013 at 8:23 AM, Joshan Mahmud <joshan.mahmud@gmail.com
wrote:
I believe so, I'm running this code:
https://github.com/libpd/libpd/blob/master/samples/cppTest/src/main.cppand
I presume line 56 (pd.computeAudio(true);) switches on DSP...
Thanks Josh
On Thu, Nov 7, 2013 at 12:54 PM, Rafael Vega <email.rafa@gmail.com
wrote:
On Thursday, November 7, 2013, Joshan Mahmud wrote:
Hi all
Apologise for the novice question, but I'm trying to work purely with C++ & libpd (OSX desktop) and have been working with samples/cppTest/cpptest.xcodeproj from
https://github.com/libpd/libpd.
I can build the project fine (libpd & the cppTest app) but when it opens the test patch (or any for that matter) I do not get any
sound. The
patch themselves works fine. Print statements are ok and sending & receiving messages seem ok. But I even built a patch which just *~
two
phasors, and couldn't hear it when I used the cppTest code to open
my patch.
I don't think there is anything wrong with libpd nor my sound card
as I
compiled & ran the iOSTest project (deployed to a simulator iPhone)
and
that worked (fuzzy audio, but sound came through).
Anyone have any good ideas? I know that with the output AudioUnit on OSX has a default volume of 0 (unlike iOS which has default of 1.0
for
volume) so would it be something like that?
Thanks!!! Josh
Did you send a "dsp on" message to your patch?
-- Rafael Vega email.rafa@gmail.com
Maybe I'm missing something when skimming through your code, but, where are you setting up audio I/O? libpd doesn't do that automatically for
you.
Here's my implementation https://github.com/rvega/XookyNabox/blob/master/src/main.cpp It uses jack as audio I/O and libpd as DSP processing.
-- Rafael Vega email.rafa@gmail.com