Re: [PD] pd needs something like soundcloud

2015-11-15 Thread Pagano, Patrick
I have saved literally 1000s of pd patches since 1995 Sent from my iPhone On Nov 15, 2015, at 8:22 PM, William Huston mailto:williamahus...@gmail.com>> wrote: I've noticed many of us are using Github. Is there a way we can add a tag to make it easy to browse all PD code? This search produces

Re: [PD] pd needs something like soundcloud

2015-11-15 Thread William Huston
I've noticed many of us are using Github. Is there a way we can add a tag to make it easy to browse all PD code? This search produces a lot of hits (but not so easy to browse) https://github.com/search?utf8=✓&q= "pure+data"+pd&type=Repositories&ref=searchresults Or are you suggesting a site just

Re: [PD] pd needs something like soundcloud

2015-11-15 Thread puredata
+1 (for a codepaste like solution) and the "final" patch/zip should be uploaded to: http://pdpatchrepo.info/patches (but that required more clicks). Cheers~ ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.p

Re: [PD] brown/grey noise in pd

2015-11-15 Thread Matt Barber
Absolutely. Also don't forget about [swap] if you also eventually need to change the dividend, and/or the numbers arrive out of order. | / [swap 50] | / [/ ] On Sun, Nov 15, 2015 at 3:58 AM, Roman Haefeli wrote: > [expr 50/$f1] can also be expressed as > > [50 $1( > | > [/ ] > > (j

Re: [PD] consistency check failed: signal_free 4

2015-11-15 Thread Jonghyun Kim
i can reproduce this error. === #N canvas 641 298 450 300 10; #X obj 86 95 noise~; #X obj 85 163 print~; #X text 97 131 this wire doubled; #X connect 0 0 1 0; *#X connect 0 0 1 0;* === akntk On Sun, Nov 15, 2015 at 10:22 PM, Jonghyun Kim wrote: > I think the problem i

Re: [PD] consistency check failed: signal_free 4

2015-11-15 Thread Jonghyun Kim
I think the problem is a doubled audio wire connection. akntk On Sun, Nov 15, 2015 at 10:17 PM, Jonghyun Kim wrote: > the error occurs when toggling DSP. same error on Mac and Linux > > pd-patch attached. > > thanks, > akntk > > On Sat, Nov 14, 2015 at 9:22 AM, Miller Puckette wrote: > >> IS t

Re: [PD] consistency check failed: signal_free 4

2015-11-15 Thread Jonghyun Kim
the error occurs when toggling DSP. same error on Mac and Linux pd-patch attached. thanks, akntk On Sat, Nov 14, 2015 at 9:22 AM, Miller Puckette wrote: > IS there an easy way to get teh error message with a simple patch? It's > probably a bug in Pd. > > cheers > Miller > > On Sat, Nov 14, 20

Re: [PD] ALSA loopback and Pd

2015-11-15 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eventually, i decided to use the jack alsa plugin with jackd. Formelly, I had buffer problems with ecasound when receiving sound with netcat : $ netcat -ukl 1234 | ecasound -i stdin -o jack,pure_data_0:input0 (audioio-db-client) WARNING: Underrun in

[PD] pd needs something like soundcloud

2015-11-15 Thread i go bananas
there needs to be a simple place, that everyone knows, where you can upload pd code to...EASILY i mean, one click, and it's uploaded ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] brown/grey noise in pd

2015-11-15 Thread Roman Haefeli
[expr 50/$f1] can also be expressed as [50 $1( | [/ ] (just as a reminder that messages spread their atoms to many inlets. I think it is a beautiful feature of Pd) Roman On Sat, 2015-11-14 at 20:46 -0500, Martin Peach wrote: > Here's a simple way to do reddish noise: low-pass filtered white >

Re: [PD] libPd timing issue, seemingly caused by processing multiple 'ticks' of audio blocks.

2015-11-15 Thread Roman Haefeli
On Thu, 2015-11-12 at 09:56 +0800, Chris McCormick wrote: > The algorithm that SyncJams uses is quite simple: > > 1. All nodes keep their own internal metronome (integer counter). > 2. All nodes broadcast their metronome counter value every tick. > 3. If a node ever receives a metronome val