Re: [PD] Graph a circle arc in an array?

2011-04-08 Thread Mathieu Bouchard
On Fri, 8 Apr 2011, Tyler Leavitt wrote: I am trying to graph a section of a circle into an array. I have been trying to wrap my head around [sin] and [cos] but none of my configurations get results. If you had a circle with radius 100 with a center at (0, 0) I'm trying to get the upper right

Re: [PD] Graph a circle arc in an array?

2011-04-08 Thread Patrice Colet
hi, the attached patch attempt to reproduce the following formula taken from 'circle' in wikipedia http://upload.wikimedia.org/math/b/f/f/bffc9ed6838d804b4da5198cb3a86be4.png - "Tyler Leavitt" a écrit : > Hello all, > > > I am trying to graph a section of a circle into an array. I h

Re: [PD] What version of GEM should I use with pd 0.43-0 vanilla

2011-04-08 Thread Patrice Colet
- "Billy Stiltner" a écrit : > On 4/7/11, patko wrote: > > you know when you add an external path it will be available from all > pd > > versions because > > it's litterally a full path name that is added by the new tcl > interface, and > > because vanilla and extended shares the same conf

[PD] Graph a circle arc in an array?

2011-04-08 Thread Tyler Leavitt
Hello all, I am trying to graph a section of a circle into an array. I have been trying to wrap my head around [sin] and [cos] but none of my configurations get results. If you had a circle with radius 100 with a center at (0, 0) I'm trying to get the upper right quadrant (positive x and positive

Re: [PD] Making a Realtime Convolution External

2011-04-08 Thread Billy Stiltner
In response to my comment about acoustic mirror sounding muddy. I think that most of the directx effects sounded muddy at that time. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] What version of GEM should I use with pd 0.43-0 vanilla

2011-04-08 Thread Billy Stiltner
On 4/7/11, patko wrote: > > - "Billy Stiltner" a écrit : > >> Thanks or the info. >> Yeah I couldn't find msvcr71.dll anywhere till I looked in max/msp. I >> also could not figure out why that pd 0.42.5 gem worked without it >> before I installed pd 0.43. Everything seems to be working great

Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-08 Thread Billy Stiltner
On 4/7/11, Chun Lee wrote: > Hi there: > > Billy Stiltner said : >> It is amazing. >> > > Thanks! > >> Any chance you could explain how it was done? When it boils down to it >> all the digital music can be reduced to math and logic but just doing >> that math and logic with audio signals in pd is

Re: [PD] sample stretcher?

2011-04-08 Thread patko
hello, thank you for sharing this, but, is there a version that doesn't need a plethora of dependencies? - "Ed Kelly" a écrit : > There's an abstraction that makes use of Ben Saylor's pvoc~ object in > the > > metastudio 0.3 > But I made an easier-to-use version for my students. > > Ex

Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-08 Thread Matthew Logan
Totally inspired! On Thu, Apr 7, 2011 at 2:55 PM, Mathieu Bouchard wrote: > On Thu, 7 Apr 2011, Chun Lee wrote: > > For me, it all started by realising that a dsp step counter can simply be >> made with [phasor~ 1] -> [expr~ floor($v1*8,0)]. >> > > a signal can be floored by [-~] on its own [wra

Re: [PD] developing pd-gem externals

2011-04-08 Thread Juliana Vizzotto
Hi, thank you very much for the reply. Lets see... If we can manage that to work, we can contribute with the pd community with some documentation. Cheers, Juliana 2011/4/8 IOhannes zmölnig > ola > > > On 04/08/2011 04:09 PM, Juliana Vizzotto wrote: > >> for instance. We download the svn deve

[PD] [PD-announce] Live Media Concert I C::ntr::l Nature at Screenplay, plus artist talk, Berlin

2011-04-08 Thread Marco Donnarumma
(sorry for x-post) I C::ntr::l Nature v3.0 Audiovisual concert for augmented bass guitar, Xth Sense biosensing technology and butterfly by Marco Donnarumma. http://marcodonnarumma.com/works/i-cntrl-nature/ Saturday 9th April h. 19.00 Panoramasaal, .CHB, Berlin http://chb.screenplaynights.com/en/a

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread Mathieu Bouchard
On Sat, 9 Apr 2011, patrick wrote: it was just to test out libpd embed in a C++ application. by using Gem i was almost sure it was the most complicated external to run. to make it work, i had to compiled my program with: /-Wl,–export-dynamic -Wl,–whole-archive ./libpd.a -Wl,–no-whole-archive/

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread patrick
(a) Awesome! Would you mind telling us more about your project? it was just to test out libpd embed in a C++ application. by using Gem i was almost sure it was the most complicated external to run. to make it work, i had to compiled my program with: /-Wl,–export-dynamic -Wl,–whole-archive .

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread Mathieu Bouchard
On Fri, 8 Apr 2011, Peter Brinkmann wrote: (b) Every once in a while I find myself tempted to port Gem to Android, but then I wonder whether this would actually make sense.  Essentially, the way I see it, Gem maps a subset of OpenGL into Pd and controls graphics with Pd messages.  With libpd,

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread Peter Brinkmann
On Fri, Apr 8, 2011 at 6:59 AM, patrick wrote: > > Also, is pdlib just with pd-vanilla, or is it possible to use externals >> with it? >> > > yes, i use Gem with libpd. Two comments: (a) Awesome! Would you mind telling us more about your project? (b) Every once in a while I find myself tem

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread Peter Brinkmann
On Fri, Apr 8, 2011 at 6:51 AM, João Pais wrote: > NY is a couple thousand Km away from Berlin, so I'm for that as well. > > Also, is pdlib just with pd-vanilla, or is it possible to use externals > with it? > The short answer is that yes, externals work with libpd. A slightly longer answer is

Re: [PD] intro to Gridflow and...

2011-04-08 Thread Hans-Christoph Steiner
On Apr 8, 2011, at 3:27 AM, Richie Cyngler wrote: Hi all, Pretty general question. I'm wondering if there is a "beginners" introduction, a primer, to Gridflow around somewhere? I've looked at the site, but it seems to assume a lot of knowledge I don't have. Also why isn't Gridflow part o

Re: [PD] intro to Gridflow and...

2011-04-08 Thread Olivier Baudu
>Also why isn't Gridflow part of Pd_extended? Whaa... 7 hours without answer to this question ! Who's gonna shoot first ? :-p About the "introduction", after installing Gridflow, just go to gridflow/doc/tutorials/ It was perfect for me to start... Cheers. 2011/4/8 Richie Cyngler > Hi all

Re: [PD] developing pd-gem externals

2011-04-08 Thread IOhannes zmölnig
ola On 04/08/2011 04:09 PM, Juliana Vizzotto wrote: for instance. We download the svn development sources... Please, it would be great to have the source of cube, for instance, or any there is no real documentation on how to do that. if you want to do it in C++, you should go for the sources.

[PD] developing pd-gem externals

2011-04-08 Thread Juliana Vizzotto
Dear all, My name is Juliana Kaizer Vizzotto, I'm an assistant professor at computer science lab at Federal University of Santa Maria/Brazil. I have some students working with pure data. We are trying to develop some externals to work with fractals generation in pure data. We are using opengl for

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread patrick
Also, is pdlib just with pd-vanilla, or is it possible to use externals with it? yes, i use Gem with libpd. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread João Pais
NY is a couple thousand Km away from Berlin, so I'm for that as well. Also, is pdlib just with pd-vanilla, or is it possible to use externals with it? João Pais I'd like to second that request. Brooklyn's just a few too many miles away from Los Angeles for me to make a day trip. Ustre

[PD] intro to Gridflow and...

2011-04-08 Thread Richie Cyngler
Hi all, Pretty general question. I'm wondering if there is a "beginners" introduction, a primer, to Gridflow around somewhere? I've looked at the site, but it seems to assume a lot of knowledge I don't have. Also why isn't Gridflow part of Pd_extended? Thanks -- Richie