Re: [PD] (no subject)

2013-11-08 Thread Rafael Vega
Check out RTAudio or PortAudio. I've had better results with RTAudio. On Thu, Nov 7, 2013 at 10:14 AM, Joshan Mahmud joshan.mah...@gmail.comwrote: Hi Rafael Many thanks for your feedback! I'm glad there's actually something missing rather than the code just not working. My other

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
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

Re: [PD] (no subject)

2013-11-07 Thread Joshan Mahmud
I believe so, I'm running this code: https://github.com/libpd/libpd/blob/master/samples/cppTest/src/main.cpp and I presume line 56 (pd.computeAudio(true);) switches on DSP... Thanks Josh On Thu, Nov 7, 2013 at 12:54 PM, Rafael Vega email.r...@gmail.com wrote: On Thursday, November 7, 2013,

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
On Thu, Nov 7, 2013 at 8:23 AM, Joshan Mahmud joshan.mah...@gmail.comwrote: I believe so, I'm running this code: https://github.com/libpd/libpd/blob/master/samples/cppTest/src/main.cpp and I presume line 56 (pd.computeAudio(true);) switches on DSP... Thanks Josh On Thu, Nov 7, 2013 at

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
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.r...@gmail.com wrote: On Thu, Nov 7, 2013 at 8:23 AM, Joshan Mahmud joshan.mah...@gmail.comwrote: I believe so, I'm running this code:

Re: [PD] (no subject)

2013-11-07 Thread Joshan Mahmud
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

Re: [PD] (no subject)

2013-11-07 Thread Dan Wilcox
Hi Josh, The cppTest does not make any sound, it only runs the patch to test that message sending is working (something quick and dirty I wrote, not meant to be a working example). This is the same as the plain C test. This is by design because there is no default audio api layer in pure C++,

Re: [PD] (no subject)

2012-10-07 Thread Andrew Faraday
Ladies and gentlemen: the typical 'hacked password' spam message. From: megr...@gmail.com Date: Sat, 6 Oct 2012 14:24:22 -0400 To: pd-list@iem.at Subject: Re: [PD] (no subject) announcing the new [loseweight] object? Thanks mark sergeant! On Oct 6, 2012, at 1:15 PM, mark sargeant sarg

Re: [PD] (no subject)

2012-10-06 Thread Mark Edward Grimm
announcing the new [loseweight] object? Thanks mark sergeant! On Oct 6, 2012, at 1:15 PM, mark sargeant sarg...@hotmail.com wrote: http://oldmillknitting.businessmedia.ca/blog/wp-content/uploads/google.html?al=gsy.sxfsrt=te.hkmlshc=cbie ___

Re: [PD] (no subject)

2012-03-02 Thread Patrice Colet
Why are you using MIDI protocol? serial is way more stable versatile. Colet Patrice - Mail original - De: Ingo i...@miamiwave.com À: Villa Anna w...@annaville.net Cc: pd-list pd-list@iem.at Envoyé: Samedi 25 Février 2012 13:13:06 Objet: [PD] (no subject) I had the same problem

Re: [PD] (no subject)

2010-04-12 Thread Paulo Casaes
netsend and netreceive can send any type of message. You should look into OSC for your needs. In a related question, what is the difference between netsend and sendOSC? Can netsend and netreceive be used for OSC? Paulo ___ Pd-list@iem.at mailing

Re: [PD] (no subject)

2010-04-12 Thread Roman Haefeli
On Mon, 2010-04-12 at 19:50 +0100, Andrew Faraday wrote: I've recently been looking at possibilities for networked performance with pd. So far I've found that [netsend] and [netrecieve] only seem to take numeric data (I.E. no symbols or bangs). This might be the result of the abstraction

Re: [PD] (no subject)

2010-04-12 Thread András Murányi
On Mon, Apr 12, 2010 at 8:50 PM, Andrew Faraday jbtur...@hotmail.comwrote: Hey All I've recently been looking at possibilities for networked performance with pd. So far I've found that [netsend] and [netrecieve] only seem to take numeric data (I.E. no symbols or bangs). This might be the

Re: [PD] (no subject)

2010-04-12 Thread Roman Haefeli
On Mon, 2010-04-12 at 16:11 -0300, Paulo Casaes wrote: netsend and netreceive can send any type of message. You should look into OSC for your needs. In a related question, what is the difference between netsend and sendOSC? Can netsend and netreceive be used for OSC? No. They use a

Re: [PD] (no subject)

2009-01-23 Thread IOhannes m zmoelnig
Loic Kessous wrote: Hi All, I found that there is a Pd library called pix_opencv in the pd- extended source folder, but I can't load (red dot line box) the you have to load Gem first. fdt IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] (no subject)

2009-01-23 Thread Jack
Hello, Maybe this link can help : http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv ++ Jack Le 23 janv. 09 à 12:13, Loic Kessous a écrit : Hi All, I found that there is a Pd library called pix_opencv in the pd- extended source folder, but I can't load (red dot line box) the

Re: [PD] (no subject)

2008-02-08 Thread altern
hi i guess you are using windows. you need to edit the registry. this has been discussed before on the mailing list. couple of links http://lists.puredata.info/pipermail/pd-list/2006-10/042919.html http://lists.puredata.info/search/PD-list?query=registry+-noguimax=20result=normalsort=score

Re: [PD] (no subject)

2007-05-28 Thread Kevin McCoy
If you're just getting started with Pd, it might be a good idea to use the [susloop~] external because it also allows for dynamic pitch shift, the math for which can be tricky (though apparently someone just got it down on their own recently if I recall from a previous post). Are you using

Re: [PD] (no subject)

2007-02-16 Thread Frank Barknecht
Hallo, marco trevisani hat gesagt: // marco trevisani wrote: subject question is not very precisely organized...:-) here is the question: is there a way in PD to stream P2P a mp3 or ogg file, in real time, i mean while the machine is econding it? I was thinking about something like this

Re: [PD] (no subject) -- ogg real time streaming

2007-02-16 Thread marco trevisani
danke || gracias ciao, marco El Viernes, 16 de Febrero de 2007 12:09, escribió: | Hallo, | | marco trevisani hat gesagt: // marco trevisani wrote: | subject question is not very precisely organized...:-) | here is the question: | | is there a way in PD to stream

Re: [PD] (no subject)

2006-12-13 Thread Paris Treantafeles
my two cents i'm using xorg with an nvidia graphics card and driver under debian using the TwinView option in my xorg file (google or other search on twinview to get all options: svideo, NTSC or PAL, etc). basically this allows me to use my laptop display to run my patches and the display to

Re: [PD] (no subject)

2006-12-12 Thread Kyle Klipowicz
Hi Raphy~ On 12/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i present myself : i'm a young art student in Angers (France ; so, forgive my bad english) Don't worry about bad English, your communication skills are fine. Quite a few other Pd-listers aren't native English speakers