Re: [PD] Rocksmith cable

2012-11-06 Thread patrick
> Has anybody tried that adapter yet (with [hid] or [comport])? It's a generic soundcard inside the cable that works in linux. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] cq2midi ? Polyphonic MIDI notes from audio

2012-11-06 Thread Thomas Grill
Hi Jamal, it is certainly possible. It is best done by first downloading flext (http://g.org/flext) and using the flext build system (see readme.txt and build.txt) to compile and install flext and then the two externals (constantq~ and py/pyext) needed. Let me know if you need further assistanc

Re: [PD] cq2midi – Polyphonic MIDI notes from audio

2012-11-06 Thread me.grimm
> - compile multiple architectures and glue together the resulting dylib using > the lipo tool: > > CFLAGS="-arch i386" ./configure --enable-float--enable-shared && make && mv > .libs/libfftw3f.3.dylib ./libfftw3f.32.dylib > CFLAGS="-arch x86_64" ./configure --enable-float --enable-shared && mak

Re: [PD] Pd -nogui on Raspberry Pi : problem with samplerate

2012-11-06 Thread Miller Puckette
I think this depends on how oggwrite~ works internally. Objects ideally should react to changes in sample rate in real time, since the user can change the rate after the object has been created. Unfortunately this isn't even true of the delwrite~ object, whose memory should be resized dynamically

Re: [PD] Pd -nogui on Raspberry Pi : problem with samplerate

2012-11-06 Thread Pierre Massat
Hi Miller, Thanks for your reply. Would this work if I set the samplerate from within the patch some time after startup ? Or should I start Pd with the proper sample rate, and then open my patch ? I have no idea how I can do the later, except in a very inelegant way (make a small patch with a dela

[PD] Highest and Lowest values of array?

2012-11-06 Thread Sebastian Valenzuela
I imagine this isn't very difficult to do, but i haven't been able to find it anywhere. I have controller data constantly begin written (and updated) into an array - What is the easiest way to extract the highest and lowest numbers from this array as these two variables change? I'm not looking for

Re: [PD] Pd -nogui on Raspberry Pi : problem with samplerate

2012-11-06 Thread Miller Puckette
This popped up on the list earlier... the sample rate gets set _after_ patches are loaded from the command line if -nogui is set. It's on my long list of things to try to fix. In the meantime, as a workaround, if you can namage to delay Pd's loading of the patch, even by a fraction of a second, i

Re: [PD] gcc export-dynamic error

2012-11-06 Thread Miller Puckette
I've ben trying to clean out all the "-export-dynamic" flags from makefiles... I think it as once necessary but is now meaningless and you can just delete them (presumably they'll be in files like "makefile.in" and "configure.in", and in the "extra" directory there were several occurrences in just

[PD] Pd -nogui on Raspberry Pi : problem with samplerate

2012-11-06 Thread Pierre Massat
Dear List, While trying to use oggwrite~ on my RPi I noticed that it complained about being unable to change the samplerate from 0 to 44100. I turns out that Pd launched from the command line with the -nogui flag has a samplerate of 0 ! Adding the "-r 44100" flag doesn't change anything, nor does

Re: [PD] cq2midi ? Polyphonic MIDI notes from audio

2012-11-06 Thread jamal crawford
hi Thomas i would love to try it on linux. is it possible to compile it on linux? and how would you do that? best > Message: 1 > Date: Fri, 2 Nov 2012 10:28:02 +0100 > From: Thomas Grill > Subject: [PD] cq2midi ? Polyphonic MIDI notes from audio > To: pd-list list > Message-ID: <5ef303e4-48

[PD] constantq~ - spectral analysis for Pure Data and Max

2012-11-06 Thread Thomas Grill
Hi all, here finally the external object that is central for the cq2midi application posted earlier. It has already been sitting unpublished on my computer for too long. It can be a valuable tool for general spectral analysis. Contrary to the FFT the frequency scale can be freely adjusted. Bina

Re: [PD] Readanysf~ supported audio formats

2012-11-06 Thread Charles Goyard
Hi Pierre, Pierre Massat wrote: > I've been using readanysf~ on the RPi for a while to read audio streams > from the internet. I have noticed that some streams won't play, and I get a > "unsupported codec" error. I have found this list of supported formats on > the web (http://www.mail-archive.com

[PD] list vs. symbol array [was: Re: Licensing issues]

2012-11-06 Thread Frank Barknecht
On Mon, Nov 05, 2012 at 11:38:00AM -0800, Jonathan Wilkes wrote: > - Original Message - > > From: Frank Barknecht > > > > On Mon, Nov 05, 2012 at 08:26:17AM -0800, Jonathan Wilkes wrote: > >> How many table names total were there in the patch that was overloading > >> the device? > > >

Re: [PD] Licensing issues (was rjdj is gone, robotcowboy is coming ...)

2012-11-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-11-06 10:31, Ed Kelly wrote: >> where is the irony? cycling74 did *not* steal any code. >> > Perhaps...that it is ironic that after not being able to use the > Max code, the thing he develops becomes part of Max. Perhaps ironic > is the wrong

Re: [PD] Licensing issues (was rjdj is gone, robotcowboy is coming ...)

2012-11-06 Thread Ed Kelly
Oooh, I didn't know that! I played it safe I thought.   > On 2012-11-04 14:40, Ed Kelly wrote: >> My 2pence worth: Miller's original Pd was licensed to MAX and >> became MSP (oh, the irony) and this could only happen because Pd is >> BSD (not GPL) licensed distribution. > > where is the irony?

[PD] gcc export-dynamic error

2012-11-06 Thread enrike
hi I am trying to compile pd extended on Ubuntu 12.04.1 32 bits. I am doing $ cd pure-data/packages/linux_make $ make install && make package First I get an error related to libjack (undefined reference to 'jack_port_register'). The list archives suggested to replace all references to "jack" b