[PD] RPI usb soundcards that require mmap_emul

2013-10-09 Thread Julian Brooks
Hi all, I'm building a fresh rpi image and after installing hexxah's rpi-update and running it to update the firmware I got this message (not seen before): mmap_emul is set in /etc/asound.conf, disabling it as it is no longer necessary If you are (for instance) using an external USB soundcard

[PD] SYNC.2013/Yekatarinburg call for proposals for electracoustic music and mulimedia

2013-10-09 Thread Josef (Seppo) Gruendler
The SYNC.2013/Yekatarinburg call for proposals for electracoustic music and mulimedia. its looking forward for many applications. http://www.yeams.ru/en/festival/sync2013 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] Building portable instruments with Pd and Raspberry Pi workshop

2013-10-09 Thread s p
Hi all, We just finished the first run of our workshop Building portable instruments with Pd and Raspberry Pi in Riga. Here is a cut of the jam we did to show case the work done by participants : https://vimeo.com/76307579 More info about the whole event here : http://www.cc4av.info/en/events/

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Pagano, Patrick
This file is similar to the popular fftease objects that were released by Eric and Christopher. I really dug the whole suite when it worked with perl scripts in the early days of OSX and I wished I had a few of the ones working that we're not included in fftease, Aphrodite is one of them. Take

Re: [PD] RE : Re: need help with gem and glsl feedback

2013-10-09 Thread Jack
Le 06/10/2013 22:13, Py Fave a écrit : Hello , i just opened your last patch and am looking at it . weanwhile i reply to your points 2013/10/6 Jack j...@rybn.org: Hello, Le 05/10/2013 22:51, Py Fave a écrit : in fact my problem is not solved . it seems like the feedback effect happens

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Jamie Bullock
On 8 Oct 2013, at 17:14, Thomas Grill g...@g.org wrote: Hey, you are right, there should be a packaging, or integration into pd-extended - but actually, i am not currently maintaining my externals at all because of a serious lack of time. They just work (or they don't). I have tried

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Thomas Grill
Hi Jamie, thanks! The Windows version on my server (g.org/ext/beta) is an older build - i guess that one should work. gr~~~ 2013/10/9 Jamie Bullock ja...@jamiebullock.com On 8 Oct 2013, at 17:14, Thomas Grill g...@g.org wrote: Hey, you are right, there should be a packaging, or

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Thomas Grill
Btw, your binary doesn't load in OSX10.5, that's the platform i am (and others are) still using. It should be possible to compile a 32-bit build that is working on 10.5-10.8 . I'll try that somewhen after this week. gr~~~ 2013/10/9 Jamie Bullock ja...@jamiebullock.com On 8 Oct 2013, at 17:14,

[PD] vocoder with pitch.

2013-10-09 Thread Mario Mey
I listen to some vocoders in Pd and I stayed with rjdj's one. I realized that vocoder works in a single note synth or various notes, doing a harmonious sound. But it is always the same sound. Is it possible to detect the pitch of the voice and use that to feed vocoder? As playing a synth with

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
Sorry, guys, for entering in this thread without reading all the mails. But I want to ask you something. I use readsf~ to read a speaking recorded files, sounds and songs (some songs are 3 or 5 minutes long, but there's one of 20, so, I thought readsf~ was better that put the files into

Re: [PD] vocoder with pitch.

2013-10-09 Thread Òscar Martínez Carmona
What about extracting the voice pitch with something like [fiddle~] and feed it to the synth? El dimecres 9 d’octubre de 2013, Mario Mey ha escrit: I listen to some vocoders in Pd and I stayed with rjdj's one. I realized that vocoder works in a single note synth or various notes, doing a

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Brian Fay
Well I certainly don't think it's hopeless, but whether or not it's worth the effort is another question. The code is calling functions from some external libraries. I'm guessing there is a pv and a helper library somewhere with the rest of the PVNation code. Do you have the source for the whole

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Ivica Ico Bukvic
Hey, you are right, there should be a packaging, or integration into pd-extended - but actually, i am not currently maintaining my externals at all because of a serious lack of time. They just work (or they don't). I have tried for years, but no one seems interested in volunteering to package

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Jack
Hello, Le 09/10/2013 18:20, Mario Mey a écrit : Sorry, guys, for entering in this thread without reading all the mails. But I want to ask you something. I use readsf~ to read a speaking recorded files, sounds and songs (some songs are 3 or 5 minutes long, but there's one of 20, so, I

Re: [PD] declare and abstraction

2013-10-09 Thread Dan Wilcox
I second this. So far, I've been putting abstractions / libs in a top level folder and add a declare to them in the main patch. I *only* use [decalre -stdpath] in an abstraction as a simple replacement for [import] in vanilla. for now, the solution i found is to organised things like this :

Re: [PD] Pd-list Digest, Vol 103, Issue 49

2013-10-09 Thread Dan Wilcox
If you're feeding it a audio from a synth in pd, I assume you also have the pitch that's being used in the synth ... On Oct 9, 2013, at 12:53 PM, pd-list-requ...@iem.at wrote: From: Òscar Martínez Carmona xamp...@gmail.com Subject: Re: [PD] vocoder with pitch. Date: October 9, 2013 12:27:14

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Pagano, Patrick
Yes I have the source. I will put it in a Dropbox If you like Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020 On Oct 9, 2013, at 12:41 PM, Brian Fay ovaltinevor...@gmail.commailto:ovaltinevor...@gmail.com wrote: Well I

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Thomas Grill
Oh wow, i didn't know! Is that somewhat compatible to the pd/pd-extended build scripts? thanks, Thomas 2013/10/9 Ivica Ico Bukvic i...@vt.edu Hey, you are right, there should be a packaging, or integration into pd-extended - but actually, i am not currently maintaining my externals at

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Thomas Grill
Is readsf~ stable? Does it consume so much CPU? Is there any other object better to use? Maybe the one you are talking about in this thread... It works fine for me - i'm just using it in a large scale sound installation, often reading 4 or more files in parallel on one machine. gr~~~ --

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Ivica Bukvic
To an extent. On Oct 9, 2013 2:33 PM, Thomas Grill g...@g.org wrote: Oh wow, i didn't know! Is that somewhat compatible to the pd/pd-extended build scripts? thanks, Thomas 2013/10/9 Ivica Ico Bukvic i...@vt.edu Hey, you are right, there should be a packaging, or integration into

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
El 09/10/13 14:07, Jack escribió: Hello, Le 09/10/2013 18:20, Mario Mey a écrit : Sorry, guys, for entering in this thread without reading all the mails. But I want to ask you something. I use readsf~ to read a speaking recorded files, sounds and songs (some songs are 3 or 5 minutes long,

Re: [PD] RPI usb soundcards that require mmap_emul

2013-10-09 Thread Antoine Villeret
hi, I couldn't try this and I don't know anything about mmap_emul but I recently updated a Pi (in the middle september) and got crakle with an ESI UDJ 6 (2in/2out) which was working great before then I downgrade to the version of april 26 2013, and it works again + a -- do it yourself

Re: [PD] Designing Audio Objects for Pd (Brian Fay)

2013-10-09 Thread Eric Lyon
On Oct 9, 2013, at 12:55 AM, Brian Fay ovaltinevor...@gmail.com wrote: I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book. The book unfortunately seems to

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Brian Fay
Sure, I'd like to check it out! From what I could see on Google it used to be hosted on Chrstopher Penrose's university page, but it looks like that's been removed. On Wed, Oct 9, 2013 at 2:23 PM, Pagano, Patrick p...@digitalworlds.ufl.eduwrote: Yes I have the source. I will put it in a

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread IOhannes m zmölnig
On 10/09/13 20:49, Mario Mey wrote: Sorry, I meant that I wanted to know the *time position* of the file, while playing. I know that I can put a [timer] and reset-activate it when readsf~ starts playing, but I would be great if readsf~ use the mostrigh outlet to output this information (always

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
El 09/10/13 18:08, IOhannes m zmölnig escribió: On 10/09/13 20:49, Mario Mey wrote: Sorry, I meant that I wanted to know the *time position* of the file, while playing. I know that I can put a [timer] and reset-activate it when readsf~ starts playing, but I would be great if readsf~ use the

Re: [PD] Help with OSX App minefield

2013-10-09 Thread Jonathan Wilkes
Update-- I've got a working Pd-l2ork, tkpath based App running on OSX. (No ppc support, unfortunately.) Audio is running. Minefields: * I cannot for the life of me figure out how to build tkpath using the Tcl/tk Frameworks (Carbon-based) inside Pd-l2ork.app instead of the system ones. (Tried

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
Why? I'm asking myself: why I took this as a challenge??? I just made readsf.meh~. It works similar to readsf~ with some changes. - It is prepared to read stereo files. - Optional argument: miliseconds for the metro to output the time positon. Default 10. - Open files with [open file.wav( -

[PD] New Blankets names Jonathan Wilkes Artist in Transit Fellow + *PdWeekend* in California November

2013-10-09 Thread Joe Deken
New Blankets Inc. is a non-profit Foundation dedicated to the the re-invention of the Free Community Public Library in the realms of new media. Specifically New Blankets develops the dimensions _of_ -- free/open communities -- _circulation_ and _sharing_ mechanisms --