Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Billy Stiltner
the calculation as well, so that you could deliberately stagger the blocks and more evenly distribute the calculation in cpu-intensive situations. I'm imagining something like two 4096 blocks running say, 64 samples apart so that one is does its calculation while the other is still collecting

Re: [PD] Data Structures GOP and installing latest PD

2011-04-06 Thread João Pais
I didn't know you could GOP data structures. This opens up a new world. Where is an up to date tutorial on using data structures? I've prepared a DS tutorial that some people liked. But since I've spent some time on it, I would prefer to be given the chance to present that more often before

Re: [PD] creating an engaging interactive art in public space

2011-04-06 Thread Simon Wise
On 05/04/11 09:01, Adityo Pratomo wrote: create an engaging interactive art piece for a public space? I was just doing a casual internet browsing the other day, looking at various interactive art in public space, then suddenly that question popped up. Looking at only the public space +

Re: [PD] [PD-announce] patch_dans_patch 31..42

2011-04-06 Thread Mathieu Bouchard
On Wed, 6 Apr 2011, Mathieu Bouchard wrote: On Tue, 5 Apr 2011, Billy Stiltner wrote: Aren't you afraid your going to get pd stuck in an ininite loop and open up another dimension. haha! is it like this http://www.dailymotion.com/video/x1girv_la-quatrieme-dimension_fun or is it more like

Re: [PD] GEM - multimodel performance issue

2011-04-06 Thread Pierre
Le 05/04/11 16:27, Pierre a écrit : Hi, I get very poor performance with [multimodel] Models are loading fine (with few warnings message about 'material not found') but if I want to change the model number on the right inlet of [multimodel] cpu use increase to 100% and I have frames drops on

Re: [PD] GEM - multimodel performance issue

2011-04-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-06 16:32, Pierre wrote: Ok, I've just compiled the Gem stable release 0.92.3 (Gem compiled as before against pdvanilla svn 0.43 latest sources), and all the bottlenecks seams to be gone, I have a nice frame rate even with

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Archontis Politis
Hi Seth, In terms of feature requests, since you are doing all the work already, it would be nice to have 1x4 mode, meaning one input -4 convolutions-4 outputs. That would be great for ambisonic (b-format) 4-channel room impulse responses. Regards, Archontis On 4/5/11 3:54 AM, Seth Nickell

Re: [PD] 3 new gui-plugins

2011-04-06 Thread Hans-Christoph Steiner
On Apr 4, 2011, at 6:56 PM, Jonathan Wilkes wrote: --- On Mon, 4/4/11, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] 3 new gui-plugins To: Jonathan Wilkes jancs...@yahoo.com Cc: Hans-Christoph Steiner h...@at.or.at, pd-list@iem.at

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-06 Thread Hans-Christoph Steiner
On Apr 4, 2011, at 4:05 PM, Mathieu Bouchard wrote: On Mon, 4 Apr 2011, yvan volochine wrote: I got the popup thing working with auto-completion =) thanks to hc for the help and inspiration Btw, had you tried DesireData's auto-completion ? 1. just name suggestions

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Hans-Christoph Steiner
On Apr 4, 2011, at 10:48 PM, Seth Nickell wrote: 2) Anyone have requests for features/api? Its currently simplistic: - takes a read FILENAME message, loads the file, does a test convolution against pink noise to normalize the gain to something sane Is this done within the main Pd audio

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-06 20:26, Hans-Christoph Steiner wrote: Pd has its own scheduling system which is best to stick to as long as you can so that you can keep the deterministic operation intact. For convolution, I can't see a reason to use a thread. It

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Seth Nickell
Hi Hans, The thread in question here would be invoked when a set message is sent to the object. In this case, I need to load the Impulse Response from the disk and optionally do a test convolution and normalize it. I'm assuming (yeah, I should just check ;-) if I block on an inlet, I'm blocking

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-06 21:04, Seth Nickell wrote: I use a thread per core, it does parallelize nicely. that's what i thought. please don't let yourself turn down by all those misers :-) fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-06 Thread Mathieu Bouchard
On Wed, 6 Apr 2011, Hans-Christoph Steiner wrote: It would be great if as many of those desiredata improvements as possible were available as GUI plugins, I think I a lot of people would use them. Yeah. It would be great if they were. But they aren't. That's why I mention some of them, once

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Charles Henry
On Wed, Apr 6, 2011 at 2:08 PM, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-06 21:04, Seth Nickell wrote: I use a thread per core, it does parallelize nicely. that's what i thought. please don't let yourself turn down by all

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Hans-Christoph Steiner
On Apr 6, 2011, at 2:52 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-06 20:26, Hans-Christoph Steiner wrote: Pd has its own scheduling system which is best to stick to as long as you can so that you can keep the deterministic operation intact. For

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-06 Thread Hans-Christoph Steiner
On Apr 6, 2011, at 3:27 PM, yvan volochine wrote: On 04/06/2011 09:23 PM, Mathieu Bouchard wrote: On Wed, 6 Apr 2011, Hans-Christoph Steiner wrote: It would be great if as many of those desiredata improvements as possible were available as GUI plugins, I think I a lot of people would use

Re: [PD] Making a Realtime Convolution External

2011-04-06 Thread Seth Nickell
SONOFA$#*! I keep posting from the wrong email address and getting bounced ;-) Sorry to Henry IOhannes for the dupes... In the context of threading/part. conv, I had an idea to compute ahead. Most of the calculations for a given block can be computed ahead.  Only the most recent block of

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-06 Thread Mathieu Bouchard
On Wed, 6 Apr 2011, yvan volochine wrote: BTW I gave a quick try to DesireData CTRL + arrows to select surrounding objects is amazing ! (although a bit buggy here) this + connect via keyboard shortcuts would be insanely cool :P btw, here's the article on keyboard-only interface, from 2nd Pd

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-06 Thread Mathieu Bouchard
On Wed, 6 Apr 2011, Hans-Christoph Steiner wrote: On Apr 6, 2011, at 3:27 PM, yvan volochine wrote: BTW I gave a quick try to DesireData CTRL + arrows to select surrounding objects is amazing ! (although a bit buggy here) This should be doable in a GUI plugin, but the easy way to do it would

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

2011-04-06 Thread Hans-Christoph Steiner
Great music. Plus I've never seen so many [expr~]s in one patch ;) .hc On Apr 4, 2011, at 4:12 PM, Chun Lee wrote: Hi there: Thanks for the comments and am glad that you enjoyed it. It was a lot of fun making them:) Cheers Chun J bz said : Yes indeed, Lovely, like this a lot. Jb

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

2011-04-06 Thread Richie Cyngler
I didn't DL audio files, I loaded your patches. Amazing, you are the [expr~] master! I really like the sound too. Thanks for sharing. On Thu, Apr 7, 2011 at 7:33 AM, Hans-Christoph Steiner h...@at.or.atwrote: Great music. Plus I've never seen so many [expr~]s in one patch ;) .hc On Apr

[PD] Ambisonics Objects

2011-04-06 Thread Matthew Hadlum
I'm looking to install the York University Ambisonics objects in PD. How do I do it? http://www.york.ac.uk/music/mrc/software/objects/ Thanks Matt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

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

2011-04-06 Thread Billy Stiltner
It is amazing. 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 something amazing. ___ Pd-list@iem.at mailing

Re: [PD] Ambisonics Objects

2011-04-06 Thread tim vets
what I would do (on linux): extract the file http://www.music.york.ac.uk/mrc/downloads/ambilib_pd.zip and copy the file ambilib~.pd_linux to /usr/lib/pdextended/extra (cd ./bin sudo cp ./ambilib~.pd_linux /usr/lib/pd-extended/extra) open pdextended, create [import ambilib~] open some of the

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

2011-04-06 Thread Richie Cyngler
*Billy Stiltner** **to **pd-list* *show details** **10:08 AM (1 hour ago)*** *It is amazing. Any chance you could explain how it was done*? Yeh this thread made me go and look up help on all the arguments the [expr] objects can take. Here is the link from help:

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

2011-04-06 Thread Billy Stiltner
Hey When I only try to load libdir I get I do get an error at start up saying libdir: can't load library. When I try to load Gem I get a dialog about missing msvcr71.dll then libdir: can't load library C:\\audio\\pd-0.43-0\\pd\\extra\\Gem\\Gem.dll: couldn't load Gem: can't load library The

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

2011-04-06 Thread Jonathan Wilkes
Also see the PDDP docs related to [expr] ( http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/pddp/ ): expr-help.pd all_about_expr_functions.pd all_about_expr_and_value.pd all_about_expr_if.pd all_about_expr_multiline.pd -Jonathan___

[PD] W32 registry key export for working ASIO4ALL with pd 0.43-0

2011-04-06 Thread Billy Stiltner
You will have to import the registry key into your registry and adjust the library paths to match your installation. This can be done instead from pd. I have some paths in there that are probably not needed. but anyways this fixed a non working ASIO4ALL problem. it may not work with your ASIO4ALL

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

2011-04-06 Thread Jonathan Wilkes
There are links to them in each relevant help patch (like expr-help.pd in this case).___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] About KInect

2011-04-06 Thread Jose Luis Santorcuato
Hello list, so everybody goes? inquire about their experiencesthan I need for devices will run on pure data, mac osx. withKinect. Adapter? , the box comes with USB adapter?, OtherThings? I just want to buy the xbox Kinect not mow. I've been reading the forums and there from people who say usewith

Re: [PD] About KInect

2011-04-06 Thread philippe boisnard
hello Hello list, so everybody goes? inquire about their experiencesthan I need for devices will run on pure data, mac osx. withKinect. Adapter? , the box comes with USB adapter? yes, with usb adapter. , OtherThings? I just want to buy the xbox Kinect not mow. I've been reading the forums

Re: [PD] About KInect

2011-04-06 Thread Jose Luis Santorcuato
Thanks Phillipe Torrow ill buy one. Best regards José 2011/4/7 philippe boisnard philem...@mac.com hello Hello list, so everybody goes? inquire about their experiencesthan I need for devices will run on pure data, mac osx. withKinect. Adapter? , the box comes with USB adapter? yes, with

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

2011-04-06 Thread patko
pd binary needs msvcr71.dll to load gem certainly because it has been compiled with visual studio, it's funny because when it was about using cygwin to compile things, we stopped because we had to add cygwin-1.dll... anyway just copy and paste msvcr71.dll to your vanilla bin dir and it should