Re: [PD] [soundtouch~] pitch shifter for Pure Data

2011-08-22 Thread maex
he katja. super work. thank you! m On Sun, Aug 21, 2011 at 09:00:24PM +0200, katja wrote: > Hello, > > A few weeks ago I was reminded of my promise to share [soundtouch~], a > SoundTouch port for Pure Data. I use this class since quite some time now, > and had the code available on my website

Re: [PD] Sing like the stars

2011-08-22 Thread Hans-Christoph Steiner
Wow, that's quite fun, Super simple and effective. .hc On Aug 18, 2011, at 6:14 AM, Andrew Faraday wrote: Hey I like your use of dynamic patching to generate connections here. It's quite unusual, and uses a complex and fragile system to simplify matters. but it is a good visual solution

Re: [PD] [PD-announce] Gemnotes

2011-08-22 Thread Caio Barros
Really awesome! Kudos 2011/8/22 Ed Kelly > Gemnotes 0.1 - a real-time music notation system for Pd-Extended. > > Read the blog and get the tarball here: > http://sharktracks.co.uk/site/ > > This is at very much an alpha stage, but it is a working system. Many > changes will occur before the next

Re: [PD] control alsamixer from pd?

2011-08-22 Thread tim vets
thanks for the suggestions! I put this command in a script and loadbang it into [shell]: amixer -c 2 sset Capture,0 80%,80% unmute cap exactly what I needed :) Tim 2011/8/22 Ingo > I am using this when I start up Pd: > > ** ** > > [loadbang] > > | > > [alsactl -f /var/lib/alsa/aso

Re: [PD] control alsamixer from pd?

2011-08-22 Thread Ingo
I am using this when I start up Pd: [loadbang] | [alsactl -f /var/lib/alsa/asound.state restore SB( | [shell] First you need to store the mixer settings with this of course: [alsactl -f /var/lib/alsa/asound.state store SB( | [shell] "SB" at the end is the name of the

Re: [PD] control alsamixer from pd?

2011-08-22 Thread Pagano, Patrick
This happens to me in 10.10 ubuntu too pp From: tim vets mailto:timv...@gmail.com>> Date: Mon, 22 Aug 2011 16:25:42 +0200 To: pd-list mailto:pd-list@iem.at>> Subject: [PD] control alsamixer from pd? Hi,when I'm using my internal soundcard, each time I boot, the input setting is too low, forcing

Re: [PD] control alsamixer from pd?

2011-08-22 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-22 16:25, tim vets wrote: > Hi,when I'm using my internal soundcard, each time I boot, the input setting > is too low, > forcing me each time to raise it manually in alsamixer. > I tried "alsactl store", but that didn't work. > Is there a wa

Re: [PD] control alsamixer from pd?

2011-08-22 Thread András Murányi
On Mon, Aug 22, 2011 at 16:25, tim vets wrote: > Hi,when I'm using my internal soundcard, each time I boot, the input > setting is too low, > forcing me each time to raise it manually in alsamixer. > I tried "alsactl store", but that didn't work. > Is there a way to access this setting from pd, s

[PD] Gemnotes

2011-08-22 Thread Ed Kelly
Gemnotes 0.1 - a real-time music notation system for Pd-Extended. Read the blog and get the tarball here: http://sharktracks.co.uk/site/ This is at very much an alpha stage, but it is a working system. Many changes will occur before the next version. Enjoy, Ed   Metastudio 4 for Pure Data - co

[PD] control alsamixer from pd?

2011-08-22 Thread tim vets
Hi,when I'm using my internal soundcard, each time I boot, the input setting is too low, forcing me each time to raise it manually in alsamixer. I tried "alsactl store", but that didn't work. Is there a way to access this setting from pd, so that it can be set automatically when loading a patch? th

Re: [PD] interpreting arrays as waveforms

2011-08-22 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-22 04:55, ronni montoya wrote: > Hello, i need to sonify a big pd array with numbers. I would like to > generate a waveform from the values of my array at a sample level > using waveform segments approach . > Can anybody point me how to achi