Re: [PD] a sort of a tempo tracker [pd challenge]

2014-05-20 Thread Rama Gottfried
Hi Peiman, maybe check out antescofo~, there’s a pd version here: http://forumnet.ircam.fr/shop/en/forumnet/44-antescofo.html I’m sure there are ways to patch this as well, but antescofo~ makes use of some nice HMM tricks to anticipate when you’re going to play next. best, Rama On May 20, 2

Re: [PD] [expr] external crashing pd

2014-05-20 Thread Kim Cascone
Miller thanks!! very appreciated :) hope this finds you well! ciao! kim On 05/20/2014 12:44 PM, Miller Puckette wrote: I just now patched the Pd source to fix this (simply by enforcing the maximum number of $ args expr can deal with). The patch is from pd_l2orc. It will take a while for this t

Re: [PD] [expr] external crashing pd

2014-05-20 Thread Miller Puckette
I just now patched the Pd source to fix this (simply by enforcing the maximum number of $ args expr can deal with). The patch is from pd_l2orc. It will take a while for this to perclate to compiled versions of Pd but you can 'git' the source and get the fix now if you want. Of course it would be

[PD] a sort of a tempo tracker [pd challenge]

2014-05-20 Thread peiman khosravi
Hello everyone, I am in serious need of advice! Here is what I need: I need to compare a click-track with the input from a live midi sequence (played on a midi drum pad) and slow down or speed up the click track to match the tempo of the live midi input. So I need to generate a speed factor that

Re: [PD] [expr] external crashing pd

2014-05-20 Thread Kim Cascone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-05-16 21:12, Kim Cascone wrote: two situations are crashing pd: - when I try to change an expression in the object, like multiply a ratio by 2 or something it crashes pd unable to reproduce. ok thanks for checking :) does anyone else wor

Re: [PD] getting readsf~ errors in patch

2014-05-20 Thread patrice colet
that looks fine, thank you jonathan for the tip Le 20/05/2014 00:52, Jonathan Wilkes a écrit : You can use [timer] to measure the duration between starting to read and when it outputs a bang. If it's equal to the duration of a single block-- and if your soundfiles are all larger than that-- th

[PD] [PD-announce] Puredata workshops in iMAL / Brussels / August

2014-05-20 Thread Nicolas Montgermont
Hello list, As every year, there are two pd workshops in August at iMAL - Brussels/Belgium. Pure Data 1: une introduction 5 - 8 August 2014 With Jack/RYBN Pure Data 2: 3D temps réel 12 - 15 August 2014 With Nicolas Montgermont There is also some other related workshop (arduino, processing, fabl

Re: [PD] get send-names from gui objects

2014-05-20 Thread Jonathan Wilkes
You could do a massive search and replace and change the "r" in "r bang[0-9]+" to "r-say-my-name". Then make an abstraction named r-say-my-name.pd that has the following inside it: [r $1] | [bang] | [symbol $1] | [outlet] *** That will get you the name of the receiver, which you can send to "

Re: [PD] get send-names from gui objects

2014-05-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-05-20 17:55, Mirko Maier wrote: > Hi List, I have (say) two bangs, one sends with the send-symbol > "bang1" and the other with "bang2". Is there a possibility to get > at a certain part ("myplace") of the patch easily either the > numbers "1"

[PD] get send-names from gui objects

2014-05-20 Thread Mirko Maier
Hi List,   I have (say) two bangs, one sends with the send-symbol "bang1" and the other with "bang2". Is there a possibility to get at a certain part ("myplace") of the patch easily either the numbers "1" or "2" (when hitting those bangs)?   Of course one could attach each receiver to messages

[PD] ANN: competitive iPhD research assistantship available at Virginia Tech/ICAT/DISIS

2014-05-20 Thread Ivica Ico Bukvic
Apologies for x-posting, I would greatly appreciate it if you would please disseminate the following. I am pleased to announce immediate availability of a competitive 12-month iPhD research assistantship in Human-Centered Design program for the Fall 2014. Virginia Tech's new individualized Human-

Re: [PD] TuioClient

2014-05-20 Thread Leandro da Mota Damasceno
So apparently there is stability issue with TuioClient I'll try the OSC solution, than. Py, I'll give you feedback on testOSC Any other ideas? will it work 100%? I thought the protocols were a little different On Tue, May 20, 2014 at 7:21 AM, Py Fave wrote: > here are some abstractions i did

Re: [PD] [PD-announce] puredata.info maintenance finished

2014-05-20 Thread Nicolas Montgermont
I send a mail on pd-announce yesterday but it didn't pass on the list. It is on the archive though: http://lists.puredata.info/pipermail/pd-announce/2014-05/thread.html should I resend it? best n Le 19/05/2014 19:47, Benjamin ~ 01xy a écrit : > +congrats > ++thanks > > benjamin > > > Le 1

Re: [PD] TuioClient

2014-05-20 Thread Py Fave
here are some abstractions i did ( but not documented ) try testOSC 2014-05-20 10:56 GMT+02:00 IOhannes m zmoelnig : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 2014-05-20 10:21, Py Fave wrote: > > some alternative ways > > > > you can use use udpreceive oscroute or dumpOSC

Re: [PD] TuioClient

2014-05-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-05-20 10:21, Py Fave wrote: > some alternative ways > > you can use use udpreceive oscroute or dumpOSC > thou shalt not use [dumpOSC]. use [udpreceive]+[unpackOSC] instead (both from mrpeach). then use [routeOSC] (mrpeach again) to filte

Re: [PD] TuioClient

2014-05-20 Thread Py Fave
some alternative ways you can use use udpreceive oscroute or dumpOSC check mrpeach or get the tuio client here http://reactivision.sourceforge.net/ but i had stability problems on windows with the external 2014-05-17 2:29 GMT+02:00 Leandro da Mota Damasceno : > e up with an idea I wanted to