Re: [PD] stereo difference?

2012-10-11 Thread Charles Goyard
i go bananas wrote: > if anyone knows how to get just the MONO component of a signal, i'd love to > know. I have a feeling you need to do FFT analysis and reconstruction for > that though Look how mono turntables are compatible with stereo vinyl records. This might help :) http://en.wikipedia.or

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-10 22:24, Hans-Christoph Steiner wrote: > > On Oct 10, 2012, at 1:18 PM, Jamie Bullock wrote: > >> >> Anyhow, to conform to the policies and conventions of the Pd svn, >> I've removed the headers and added the requisite instructions to >>

[PD] FTM porting to Pd, why it was abandoned?

2012-10-11 Thread Marco Donnarumma
which is to say, is there anything I/we could do to revive the porting? thx, cheers, -- Marco Donnarumma New Media + Sonic Arts Practitioner, Performer, Teacher, Director. Embodied Audio-Visual Interaction Research Team. Department of Computing, Goldsmiths University of London ~~

Re: [PD] Resources (transcripts, indexes) for Miller's "MUS171" intro lectures

2012-10-11 Thread Julian Brooks
Nice:) Thank you, Julian ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread Jamie Bullock
On 10 Oct 2012, at 21:24, Hans-Christoph Steiner wrote: >> >> I've got mixed feelings about this. It's clearly "much preferrable" to do it >> this way on Linux distros, which provide these packages. >> >> On Mac it's a minor headache to 1. install a package manager 2. install the >> dependen

Re: [PD] stereo difference?

2012-10-11 Thread Joe White
Isn't a Mono signal just L + R? If you're worried about phase cancellation I would say the fault lies with whoever mixed it. Cheers, Joe On 11 October 2012 07:58, Charles Goyard wrote: > i go bananas wrote: > > if anyone knows how to get just the MONO component of a signal, i'd love > to > > k

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread Hans-Christoph Steiner
On 10/11/2012 10:11 AM, Jamie Bullock wrote: > > On 10 Oct 2012, at 21:24, Hans-Christoph Steiner wrote: >>> >>> I've got mixed feelings about this. It's clearly "much preferrable" to do >>> it this way on Linux distros, which provide these packages. >>> >>> On Mac it's a minor headache to 1. i

Re: [PD] Splitting Objects

2012-10-11 Thread Hans-Christoph Steiner
On 09/25/2012 09:18 AM, Funs Seelen wrote: > Hi Thomas, > > On Tue, Sep 25, 2012 at 12:35 AM, Thomas Mayer wrote: >> Is there any pitfall to that approach? One thing I need to take care for >> are creation arguments. Anything else I need to consider? >> > > Speaking about creation arguments: if

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-10-11 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/26/2012 12:44 PM, IOhannes m zmoelnig wrote: > On 2012-09-26 17:58, Jonathan Wilkes wrote: >> Can somebody confirm this? Because the patch is still "open" on >> the tracker: > > i'd like to keep it open for Pd-vanilla. Yeah, when I accept p

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-10-11 Thread Hans-Christoph Steiner
Please add the crash report to the patch report so that we can track it. .hc On 09/26/2012 03:40 PM, Jonathan Wilkes wrote: > I mentioned using it in object boxes for getting args, which as > far as I can tell in Pd-l2ork works fine. But keep in mind there > is a crasher bug that can easily man

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-10-11 Thread Hans-Christoph Steiner
Interesting. But its not really useable with dollar args, unfortunately, where $@ is. [default_arg $1] won't tell you whether $1 was set or not since it'll show up as zero to defulat-arg.pd .hc On 09/25/2012 10:08 AM, Cyrille Henry wrote: > hello, > > a dirty hack allow distinction between no

[PD] Data structure: drawnumbers in an array

2012-10-11 Thread mac2k1
Dear List, I have an issue with a data structure consisting of a rectangle and an array of dots, with x/y coordinates and a z value for each dot. I displayed the z value with [drawnumber]. See the attached patch. I can clic and move the dots. However, mouse clics do not seem to reach the numbe

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-10-11 Thread Cyrille Henry
hello Le 11/10/2012 18:26, Hans-Christoph Steiner a écrit : Interesting. But its not really useable with dollar args, unfortunately, where $@ is. [default_arg $1] won't tell you whether $1 was set or not since it'll show up as zero to defulat-arg.pd well, yes, but one can arg that in this ex

[PD] A lua script to print comments from help patches

2012-10-11 Thread Martin Peach
under -- the path passed as the first argument, defaults to the directory from which the script is run. -- Author Martin Peach 20121011 require"lfs" path = "." -- default search path totalFiles = 0 function attrdir (path) local file ourPdHelpFile = nil -- print ("Sear

[PD] Satchmo Awards (small-scale Pd+RPi SuitSup equipment awards)

2012-10-11 Thread Joe Deken
The first Satch-Suitsup Awards (4 X Raspberry Pi "kits" with Miller's RPi system image as a starting point) have been sent out on their merry way, and the first four teams are busily out there now doing their individual/connected things: 01: Gi Vania and SIU team 02: Theron Trowbridge and Crash

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-10-11 Thread Jonathan Wilkes
When $1 exists and has the value 0: [symbol $1-foo] = 0-foo When there is no $1: [symbol $1-foo] = \\$1-foo Therefore not only can you tell if an argument was set to 0 in Pd vanilla, but you can fetch the entire list of args by counting up from $1 until $n-foo = \\$n-foo. There are subpatches an

Re: [PD] Data structure: drawnumbers in an array

2012-10-11 Thread Jonathan Wilkes
Is this the bug you're describing? http://sourceforge.net/tracker/index.php?func=detail&aid=2457992&group_id=55736&atid=478070 > > From: "mac...@netcourrier.com" >To: Pd-list@iem.at >Sent: Thursday, October 11, 2012 12:21 PM >Subject: [PD] Data structure: drawnum

Re: [PD] Satchmo Awards (small-scale Pd+RPi SuitSup equipment awards)

2012-10-11 Thread Pierre Massat
Excuse me, what is Miller's RPi system image again ? I must have missed something. Cheers, Pierre. 2012/10/11 Joe Deken > The first Satch-Suitsup Awards (4 X Raspberry Pi "kits" with Miller's > RPi system image as a starting point) have been sent out on their > merry way, and the first four te

[PD] disabling "popup" on F10

2012-10-11 Thread jangling jack
hi list. im wondering if it was possible to disable the "popup" menu when pressing F10. i suspect it's in pd.tk, i just cant seem find the line. im on 0.42-5extended-rc6 debian squeeze thanks in advance and kind regards -- http://www.fastmail.fm - A no graphics, no pop-ups email service ___

Re: [PD] Pd-extended on the Raspberry Pi

2012-10-11 Thread Epic Jefferson
Here's the pd-extended 0.43.3 .deb package ready for install https://puredata.info/downloads/pd-extended-0-43-3-on-raspberry-pi-raspbian-wheezy-armhf-1 and here's the updated wiki tutorial for for building it http://puredata.info/docs/developer/BuildingPdExtendedForRaspberryPiRaspbianWheezyArmhf