Re: [PD] drag and drop files in pd ?

2010-11-07 Thread patko
hello, the drag'n'drop tcl command is implemented for opening pd files, if you are curious look for this code in pd.tk: catch { package require tkdnd dnd bindtarget . text/uri-list { foreach file %D {open_file $file} } } you will need to install tktdnd lib to try out thi

Re: [PD] iterated positions into .txt file

2010-11-07 Thread cyrille henry
hello, Le 07/11/2010 07:14, adam sanches a écrit : maybe i wasnt clear: i have this patch: gemhead | repeat 30 | translateXYZ 10 10 0 | sphere gemlist_info after the sphere will send you the sphere postion. with a conter to track the sphere Number, you can pack all the

Re: [PD] ReacTIVision to Max4live (don't hate)

2010-11-07 Thread Menno van der Woude
Hi, another way would be to use midi directly from the reacTIVision application. In the midi xml file you can define what data goes where, depending also on the fiducial. It is fairly easy to define which fiducial outputs midi 'knob data' to which channel. Then to receive this in Reaktor in Window

Re: [PD] Musical notation object on Pd

2010-11-07 Thread João Pais
I don't know if you already see this website: http://music.columbia.edu/~alessi/ it has an e-mail but is very outdated... that mail bounced. it's current employer has his name on a list, but no mail contact. I still think you could do all the CAC 'l

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Ed Kelly
> I'm not a programmer and don't want to disencourage you, but I don't know if >you're really picking the > > right surface/tools for this. would it make sense to unite forces around an >other project? Well...that might have been an option, but the first concert is already organised, in less

Re: [PD] Musical notation object on Pd

2010-11-07 Thread João Pais
that looks a nice beginning (I can't try it now). But I would say that in order to make a "complete" object, it should be possible to - render complex musical structures (including microtonal pitches, dynamics, articulations, rhythms, polyphony ...) - get instructions from pd and/or from othe

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Ed Kelly
Having said what I said, inscore does look particularly interesting Metastudio 4 for Pure Data - coming soon! Metastudio 3 still available at http://sharktracks.co.uk/puredata - Original Message From: Ed Kelly To: João Pais Cc: PD List Sent: Sun, 7 November, 2010 10:37:49 Subject:

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Andy Farnell
That's a really neat and clever little object that musicians will immediately love. a. On Sat, 6 Nov 2010 23:50:37 -0400 (EDT) Mathieu Bouchard wrote: > On Thu, 4 Nov 2010, Caio Barros wrote: > > > Hello guys. I've been dreaming about an object that would display > > musical notation and ou

[PD] gridflow-9.13 on win32 [was: Re: Musical notation object on Pd]

2010-11-07 Thread patko
Hello, it looks like we can have real score display on pd! Last svn release of gridflow was successfully compiled on win32 after three modif... lgamma_r function isn't implemented on mingw so I've just removed it from numop1.cxx, maybe it's possible to grab it from ruby sources and add it to

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Ed Kelly
> Since there are already some projects going through in this area (e.g. pwgl > or >inscore), wouldn't it > make sense to try to integrate with these, or try to help them, instead of >reinventing the wheel? Perhaps, but consider this: The performer I am working with is a percussionist, and ex

Re: [PD] Musical notation object on Pd

2010-11-07 Thread patko
- "Caio Barros" a écrit : > About the scale, do you have problems with midi note? I believe this > would be the most compatible with other functions. > > 2010/11/7 Mathieu Bouchard < ma...@artengine.ca > Hi, I just made a slider for a musical note on a stave, but I haven't > decided what

Re: [PD] Musical notation object on Pd

2010-11-07 Thread João Pais
I know about non-techsavy classical players, I wrote the click tracker for them - http://puredata.info/Members/jmmmp/click-tracker. of course you shouldn't send any cryptical commands to anyone who isn't interested in getting them. But for example packaging inscore into the same folder as y

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Ed Kelly
Yep, you're probably right. I hate this project already, since it's given me a summer of frustration while I attempt to look after a 1-year old child while trying to get my head around segmented counts and automatically adjusted beams. The latter is solved, the former is in an emacs window next

Re: [PD] Musical notation object on Pd

2010-11-07 Thread João Pais
that makes sense, now it's not the time to stop. maybe for the next piece (or not) :) I only tried the windows version, but inscore should work for all plattforms, I think (or I'm misunderstanding something). Yep, you're probably right. I hate this project already, since it's given me a

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Marco Donnarumma
Ed that's really madness! but it does look great, I'd be curious to see the patch. M > Yes, it's madness to try this through dynamic patching, but I'm getting > pretty > far (see screenshot) > > -- Marco Donnarumma aka TheSAD Independent New Media Arts Professional, Performer, Teacher Ongoi

Re: [PD] gemnotes (was Re: Musical notation object on Pd)

2010-11-07 Thread cyrille henry
Hello, why did you work with dynamic patching? it's very easy to script Gem. Cyrille Le 07/11/2010 14:28, Ed Kelly a écrit : Yes, it's madness to try this through dynamic patching, but I'm getting pretty far (see screenshot) ___ Pd-list@iem.at

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Caio Barros
patko: > We usually set scale by transposing to the fifth (the major scale seven > half tones upper) for adding a sharp, > and to the fourth (the major scale five half-tones upper) for adding a > flat > Now I'm confused. What does Mathieu meant by "scale"? I tought it was just what number corres

Re: [PD] Musical notation object on Pd

2010-11-07 Thread João Pais
I just tryed INScore and it looks fantastic, although I don't know yet if it can send information to Pd, how it handles microtonal information, etc. The problem I see is having that separate window to display the results. Right now I'm convinced that the ideal would be to have a display insid

Re: [PD] gemnotes (was Re: Musical notation object on Pd)

2010-11-07 Thread Mathieu Bouchard
On Sun, 7 Nov 2010, cyrille henry wrote: why did you work with dynamic patching? it's very easy to script Gem. What do you mean by "to script" ? ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC __

Re: [PD] gemnotes (was Re: Musical notation object on Pd)

2010-11-07 Thread Mathieu Bouchard
On Sun, 7 Nov 2010, Ed Kelly wrote: Yes, it's madness to try this through dynamic patching, but I'm getting pretty far (see screenshot) Perhaps it's easier to zip an existing GridFlow binary into an existing pd-extended package to get [gf/gl], than to have to do dynamic patching and weird [r

Re: [PD] iterated positions into .txt file

2010-11-07 Thread Mathieu Bouchard
On Sat, 6 Nov 2010, adam sanches wrote: maybe i wasnt clear: i have this patch: gemhead   | repeat 30   | translateXYZ 10 10 0   | sphere How about using [GEMglFeedbackBuffer] and [GEMglRenderMode] with GL_FEEDBACK ? That's basically what I told you on IRC. (except I said to s

Re: [PD] gemnotes (was Re: Musical notation object on Pd)

2010-11-07 Thread Jack
I think it is something near the exemple use for the LSystem (or i am wrong). You just need to define in one message the model you want to show at each frame. It is most simple to 'manage' than dynamic patching during the execution of the program. ++ Jack Le dimanche 07 novembre 2010 à 12:04 -0

Re: [PD] gemnotes (was Re: Musical notation object on Pd)

2010-11-07 Thread Mathieu Bouchard
On Sun, 7 Nov 2010, Mathieu Bouchard wrote: On Sun, 7 Nov 2010, Ed Kelly wrote: Yes, it's madness to try this through dynamic patching, but I'm getting pretty far (see screenshot) Perhaps it's easier to zip an existing GridFlow binary into an existing pd-extended package to get [gf/gl], than

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Mathieu Bouchard
On Sun, 7 Nov 2010, Caio Barros wrote: This looks just awesome! Unfortunately I'm not at home this week and I don't have linux down here. Is there a way to use SVN under windows? Getting SVN to run under windows might be the easiest step. After that you have to compile the library. The hardes

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Jamie Bullock
On 7 Nov 2010, at 10:23, João Pais wrote: > > As I said, this project seemed to me to be nice, and it's also at an advanced > stage. http://sourceforge.net/projects/inscore/ > Indeed! Wow, inscore (Interlude Score) seems to be another incredible project from GRAME. Thanks for the link. Very

[PD] OpenLab OpenDay and Night next Saturday 13th Nov, 2010 @ The Apiary

2010-11-07 Thread Robert Munro
Sorry 4 x, pls >> The next OpenLab OpenNight is an afternoon as wlll, it is the 1 yr anniversary event, and we are having presentations in the afternoon before performances later on about 7pm. It's scheduled to kick off at 3pm Saturday 13th November @ The Apiary (formerly The Hackney Rose) (Sugge

[PD] Pd workshop in Vienna (Metalab), 27.+28.Nov

2010-11-07 Thread Georg Holzmann
Hallo! At the 27.+28.11.2010 there will be a free Pure Data workshop at the Metalab (metalab.at) in Vienna, Austria. For further information see the wiki page: http://metalab.at/wiki/Pd-Workshop ! So if you are in Vienna or somewhere around in central europe, you are invited to join us ! (an

[PD] lowest latency ARM board for Pd

2010-11-07 Thread Hans-Christoph Steiner
I'm curious about people's experience about getting low latency performance using Pd on ARM. From what I've seen Pd on iPod Touch/ iPhone is the best. Has anyone gotten solid <20ms latency from an ARM/ Linux board or phone? .hc

Re: [PD] drag and drop files in pd ?

2010-11-07 Thread Hans-Christoph Steiner
The framework is there in 0.43, it just needs the final Tcl glue to the TkDND library. This could also be implemented as an external, if you want. .hc On Nov 3, 2010, at 5:34 AM, tep wrote: i'm looking for a way to drag and drop files in linux (ubuntu), in order to get the path of the

Re: [PD] Pd 20% idle CPU usage on MBP

2010-11-07 Thread Hans-Christoph Steiner
On Nov 1, 2010, at 7:31 AM, Jamie Bullock wrote: On 28 Oct 2010, at 17:55, Mathieu Bouchard wrote: On Thu, 28 Oct 2010, brandon zeeb wrote: This thread comes up every year or two, I'd say at least twice a year... I think I already wrote about it on pd-list this autumn, no...? But it's

Re: [PD] Fedora build of Pd-extended 0.42.5?

2010-11-07 Thread Hans-Christoph Steiner
On Nov 4, 2010, at 2:44 PM, Jeff Sandys wrote: I 've read on Hans' website that Planet CCRMA needs a build of the latest Pd-extended. I have Fedora 12 on my laptop and I'm beginning to realize that it'd be actually cool to have an updated version of Pd to play with. I'd be glad to help, if

Re: [PD] -lib segfault : tool to help reporting crashes (linux only)

2010-11-07 Thread Hans-Christoph Steiner
Sounds very cool, any plan to distribute as a binary, or at least a tarball with a build system? .hc On Nov 2, 2010, at 8:44 PM, Mathieu Bouchard wrote: I don't remember whether I posted this before. It's an external that doesn't define any classes, but installs a crash report handler t

Re: [PD] Musical notation object on Pd

2010-11-07 Thread Mathieu Bouchard
On Sun, 7 Nov 2010, Caio Barros wrote: About the scale, do you have problems with midi note? I believe this would be the most compatible with other functions. Well, normally I use midi note numbers or a transposed version thereof (especially : midi note minus a multiple of 12), but in this ca

Re: [PD] Musical notation object on Pd

2010-11-07 Thread jancs...@yahoo.com
On Nov 7, 2010, at 11:49 PM, Mathieu Bouchard wrote: On Sun, 7 Nov 2010, Caio Barros wrote: About the scale, do you have problems with midi note? I believe this would be the most compatible with other functions. Well, normally I use midi note numbers or a transposed version thereof (especiall