[PD] [PD-announce] earGram: concatenate sound synthesis/generative music

2013-10-28 Thread Gilberto Bernardes
Hi, I’m working on a project for my PhD that recombines audio segments according to pre-defined generative methods. For those familiarised with concatenative sound synthesis, earGram reformulates the notion of unit selection algorithms to encompass generative music strategies. It relies heavily

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-28 Thread Alexandros Drymonitis
On Sun, Oct 27, 2013 at 10:21 PM, peiman khosravi peimankhosr...@gmail.comwrote: Hello, Take a look at the externals 'basedir' (Moonix) and 'strippath' (zexy). Isn't the library called moonlib? Best, P *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-28 Thread peiman khosravi
yes sorry, it is indeed. P *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 28 October 2013 08:47, Alexandros Drymonitis adr...@gmail.com wrote: On Sun, Oct 27, 2013 at 10:21 PM, peiman khosravi

[PD] pow~ question

2013-10-28 Thread peiman khosravi
According to the help patch, the argument of pow~ should initiate the right inlet, but it doesn't seem to work. (Please see the attached patch.) Best, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*

[PD] slide~ (msp) in pd

2013-10-28 Thread peiman khosravi
Since I'm on a mailing spree: how can I make a pd version of slide~ (MSP), which, according to the msp reference, is a logarithmic lowpass filter for smoothing envelops. Anything similar will do. I'm using vline~ for now to smooth out midi faders but it doesn't feel quite the same. And on a

Re: [PD] pow~ question

2013-10-28 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-10-28 10:00, peiman khosravi wrote: According to the help patch, the argument of pow~ should initiate the right inlet, but it doesn't seem to work. according to the source-code, [pow~] simply ignores any creation arguments (which explains

Re: [PD] pow~ question

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:00 AM, peiman khosravi peimankhosr...@gmail.comwrote: According to the help patch, the argument of pow~ should initiate the right inlet, but it doesn't seem to work. (Please see the attached patch.) [sig~] does accept creation arguments. That's a workaround.

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:05 AM, peiman khosravi peimankhosr...@gmail.comwrote: Since I'm on a mailing spree: how can I make a pd version of slide~ (MSP), which, according to the msp reference, is a logarithmic lowpass filter for smoothing envelops. Anything similar will do. I'm using vline~

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:05 AM, peiman khosravi peimankhosr...@gmail.comwrote: And on a related subject: what is the best way to create an exponential signal ramp? A simpler way to get a similar result is to range the output to [0-1], just as described before, but then just take a power of

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread Lorenzo Sutton
On 28/10/2013 10:05, peiman khosravi wrote: Since I'm on a mailing spree: how can I make a pd version of slide~ (MSP), which, according to the msp reference, is a logarithmic lowpass filter for smoothing envelops. Anything similar will do. I guess you could re-emplement it with [fexpr~].

Re: [PD] tabread2~ noisy output

2013-10-28 Thread William Brent
Hi Peiman, I notice a few things: 1) your soundfile is being truncated to 400 samples 2) you're loading the left channel of your stereo file into both arrays 3) after calculating the correct frequency for phasor~ to play at normal speed, you're multiplying by zero. With 3), maybe you have

Re: [PD] pow~ question

2013-10-28 Thread Jonathan Wilkes
There has been a patch on the tracker for this since February: http://sourceforge.net/p/pure-data/patches/499/ Since it describes both the problem and the solution I see no reason why you should waste your time re-reporting the problem. If you use Ubuntu I'd suggest using Pd-l2ork:

Re: [PD] [WebPd] Status update

2013-10-28 Thread s p
Slowly, slowly ... :) 2013/10/28 Hans-Christoph Steiner h...@at.or.at Cool to see this progressing! .hc On Oct 23, 2013, at 10:23 AM, s p wrote: For those interested in WebPd, here is a short status update about the project : http://funktion.fm/#post/webpd-refactor Cheers! --

[PD] covert sensor data to midi

2013-10-28 Thread Sofia Paraskeva
Dear list, I have a patch that receives data from wireless sensor (FSR) via xbee USB serial port. I want to convert the raw data to MIDI and i don't know how to do this. In my understanding converting to MIDI means scaling the raw sensor values to to a range of 0-126 This is going to be for a

Re: [PD] pow~ question

2013-10-28 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-10-28 17:36, Jonathan Wilkes wrote: There has been a patch on the tracker for this since February: http://sourceforge.net/p/pure-data/patches/499/ Since it describes both the problem and the solution I see no reason why you should

Re: [PD] covert sensor data to midi

2013-10-28 Thread Alexandros Drymonitis
Did you check this out? http://arduino.cc/en/Tutorial/Midi On Mon, Oct 28, 2013 at 6:39 PM, Sofia Paraskeva so...@copperbluemedia.comwrote: Dear list, I have a patch that receives data from wireless sensor (FSR) via xbee USB serial port. I want to convert the raw data to MIDI and i don't

Re: [PD] covert sensor data to midi

2013-10-28 Thread Greg Pond
Sofia Perhaps [autoscale] or [limit] will achieve what you want. Greg On Mon, Oct 28, 2013 at 11:39 AM, Sofia Paraskeva so...@copperbluemedia.com wrote: Dear list, I have a patch that receives data from wireless sensor (FSR) via xbee USB serial port. I want to convert the raw data to MIDI

Re: [PD] Pd-l2ork running on OSX

2013-10-28 Thread Jonathan Wilkes
Updated the zip link to reflect these changes... Ok... Second preference window has been greyed out.  That's a band-aid until I can do a more maintainable pass at Pd-l2ork on OSX.  A fix to the Media Menu, the Put Menu, and icon will have to wait as well. Search links have been fixed.  I'm

Re: [PD] tabread2~ noisy output

2013-10-28 Thread peiman khosravi
Hi William, Thanks for the suggestions. This is really useful as I didn't know that you can format messages for soundfiler like that. So I made all of your suggested changes but I'm still getting the funny noisy playback. It sounds almost ring-modulated (e.g. you hear a lower-frequency sideband

Re: [PD] pow~ question

2013-10-28 Thread Jonathan Wilkes
On 10/28/2013 12:59 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-10-28 17:36, Jonathan Wilkes wrote: There has been a patch on the tracker for this since February: http://sourceforge.net/p/pure-data/patches/499/ Since it describes both the problem and

Re: [PD] pow~ question

2013-10-28 Thread peiman khosravi
OK thanks, I'm on os x but this is hardly a crippling issue! loadbang and a message box will do for now. Thanks Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 28 October 2013 16:36, Jonathan

Re: [PD] pow~ question

2013-10-28 Thread peiman khosravi
Sure thing. I wanted to make sure that it's a bug before reporting it. Thanks, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 28 October 2013 16:59, IOhannes m zmoelnig zmoel...@iem.at wrote:

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread peiman khosravi
Thanks very much. This is the answer for me! Best, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 28 October 2013 10:27, Funs Seelen funssee...@gmail.com wrote: On Mon, Oct 28, 2013 at 10:05 AM,

[PD] audio output AND input with the Rpi?

2013-10-28 Thread Chris Jack
Hey folks, Apologies as this post is not strictly about Pd, though Pd will be a crucial part of my final setup so whatever solution I find ought to work with Pd. Also, there is a chance the issue might lie with Pd. I just don't know. I'm looking for a usb bus-powered audio interface for the Rpi

Re: [PD] [PD-announce] earGram: concatenate sound synthesis/generative music

2013-10-28 Thread puredata
Hi, First of all the interface is really well done, it's not easy to build something like this in pd. I am trying to run it on linux / 64bit. I don't have bark and bark~ with the linux version of http://puredata.info/downloads/timbreid? Trying to use barkSpec I get: Bark spacing must be

Re: [PD] tabread2~ noisy output

2013-10-28 Thread peiman khosravi
I've just tested with a file containing a single sine tone. And the result is very audible even on my laptop's internal speakers. Here are the original and the playback (and recorded) results. https://dl.dropboxusercontent.com/u/47945259/sine.wav

[PD] Mac: 64 bits faster than 32

2013-10-28 Thread Miller Puckette
Just FYI. I just heard back from Rand Steiger who tried out a big patch in both the 32 and 64 bit versions of Pd on Macintosh - 64 bits came out substantially faster. So if you've got a 64 bit machine, I think you're going to want the 64 bit Pd, unless you have old externs that can't load into

[PD] pix_imageInPlace path wildcards

2013-10-28 Thread Rosenstock, Joshua
Hello folks. I'm using a pix_imageInPlace object and trying to load a sequence of files. My files are named pic01.tif through pic12.tif. If I try to do [preload pic0*.tif 12] I get an error Unable to find filename pic10.tif. If I try [preload pic*.tif 12] I get the error as unable to find

Re: [PD] [PD-announce] Radium 1.9.31 released for Linux

2013-10-28 Thread Ed Kelly
Wha? That's really great! Thanks, Ed   Ninja Jamm - a revolutionary new music remix app from Ninja Tune and Seeper, for iPhone and iPad http://www.ninjajamm.com/ Gemnotes-0.2: Live music notation for Pure Data, now with dynamics! http://sharktracks.co.uk/  On Monday, 21 October 2013,