Re: [PD] realtime chopping of a sound file

2010-05-18 Thread Frank Barknecht
On Tue, May 18, 2010 at 03:33:38AM +0200, PF wrote: If the file you are playing is too big for a table and you are playing with readsf~ or so, then you could still register locations. Alternatively just record chopped sections with writesf~ and name files with numbers counting up it

Re: [PD] music made with Pd

2010-05-18 Thread ypatios
http://artengine.ca/matju/musique/matju_-_clushett.mp3 nice! sounds like time-compressed steve reich :-) alabala -- ypatios ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Compressor in Pd

2010-05-18 Thread Alexandre Porres
Hi, anyone know of any good patches or objects for compression in Pd? thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] pix_write output options?

2010-05-18 Thread rene beekman
i have 2 questions re pix_write output: 1. is there a way to keep pix_write from adding 0 to the filename? we are trying to write files to disk that then need to be accessed from python, we're passing the filename we've given to pix_write through [py] to the python script and it is a pain

Re: [PD] pix_write output options?

2010-05-18 Thread Lazzaro Nicolò Ciccolella
Il 18/05/10 09.11, rene beekman ha scritto: 2. can pix_write be made to overwrite existing files with the same name? for a different use, we just need to replace one and the same file over and over again. #N canvas 0 22 450 300 10; #X obj 194 188 pix_write; #X msg 281 131 bang; #X obj

Re: [PD] Compressor in Pd

2010-05-18 Thread Roman Haefeli
Hi On Tue, 2010-05-18 at 02:57 -0400, Alexandre Porres wrote: Hi, anyone know of any good patches or objects for compression in Pd? thanks zexy comes with [limiter~] I also tried to implement a compressor as an abstraction. You can either download it here http://www.netpd.org/Dynlib (rcomp)

Re: [PD] realtime chopping of a sound file

2010-05-18 Thread Lorenzo
Frank Barknecht wrote: On Tue, May 18, 2010 at 03:33:38AM +0200, PF wrote: If the file you are playing is too big for a table and you are playing with readsf~ or so, then you could still register locations. Alternatively just record chopped sections with writesf~ and name files with numbers

[PD] no pdsend on pdextended?

2010-05-18 Thread quenotte
hi everyone, i just tried to skript a patch out of my terminal but the answer is: i have to install vanilla to work with pdsend. but i'd like to keep my extended version. how can i get pdsend for extended? thanks for help christian p.s. my pd 0.42.5.extended-20100504 is running on ubuntu

Re: [PD] Compressor in Pd

2010-05-18 Thread chris clepper
On Tue, May 18, 2010 at 5:54 AM, Roman Haefeli reduzie...@yahoo.de wrote: P.S.: @pdmtl guys It's plain wrong to have a wet/dry parameter for dynamic processing fx. It just doesn't make sense at all to have the compressor output mixed with the input signal (It not only doesn't make sense, it

[PD] [PD-announce] mimikry @ re_new digital arts festival, Huset i Magstraede, Copenhagen

2010-05-18 Thread Thomas Grill
Hey all, my audiovisual intervention mimikry will be shown at the re_new festival from this evening until Saturday. It might be hiding at changing places, go find it! See also http://vimeo.com/6296560 http://re-new.org/program/ -- Thomas Grill http://g.org

[PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Albena Baeva
Hi, i'm still in the begining with pd and i'm trying to figure it out how to flip the image with pix_film/movie or video. There is this object [pix_flip] which would do me a great job if only it would woreked with pix_film, but it works only with image. I need somtheing like a mirror effect, so

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread IOhannes m zmoelnig
On 2010-05-18 14:55, Albena Baeva wrote: Hi, i'm still in the begining with pd and i'm trying to figure it out how to flip the image with pix_film/movie or video. There is this object [pix_flip] which would do me a great job if only it would woreked with pix_film, but it works only with

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Mathieu Bouchard
On Tue, 18 May 2010, IOhannes m zmoelnig wrote: depending on your geometry, you can use [rotate]. or [scaleXYZ -1 1 1] and similar, which is much closer to [pix_flip]. _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec. téléphone:

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread IOhannes m zmoelnig
On 2010-05-18 15:25, Mathieu Bouchard wrote: On Tue, 18 May 2010, IOhannes m zmoelnig wrote: depending on your geometry, you can use [rotate]. or [scaleXYZ -1 1 1] and similar, which is much closer to [pix_flip]. well, this was my next sentence, no? fgmasdr IOhannes smime.p7s

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Andrew Faraday
I'm nearly sure if you use [pix_texture] to put your film on a square, then [rotateXYZ 180 0 0] that should do it. I could be wrong here. but it should work. Date: Tue, 18 May 2010 15:55:49 +0300 From: albens...@gmail.com To: Pd-list@iem.at Subject: [PD] pix_flip with pix_filmm in Gem Hi,

Re: [PD] Compressor in Pd

2010-05-18 Thread Roman Haefeli
On Tue, 2010-05-18 at 07:28 -0400, chris clepper wrote: On Tue, May 18, 2010 at 5:54 AM, Roman Haefeli reduzie...@yahoo.de wrote: P.S.: @pdmtl guys It's plain wrong to have a wet/dry parameter for dynamic processing fx. It just doesn't make sense at

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Albena Baeva
it worked with rotate 180 an mesage 0 1 0 thanks On Tue, May 18, 2010 at 4:24 PM, Andrew Faraday jbtur...@hotmail.comwrote: I'm nearly sure if you use [pix_texture] to put your film on a square, then [rotateXYZ 180 0 0] that should do it. I could be wrong here. but it should work.

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Andrew Faraday
glad to be of service Date: Tue, 18 May 2010 16:36:49 +0300 Subject: Re: [PD] pix_flip with pix_filmm in Gem From: albens...@gmail.com To: jbtur...@hotmail.com CC: pd-list@iem.at it worked with rotate 180 an mesage 0 1 0 thanks On Tue, May 18, 2010 at 4:24 PM, Andrew Faraday

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread IOhannes m zmoelnig
On 2010-05-18 15:36, Albena Baeva wrote: it worked with rotate 180 an mesage 0 1 0 why don't you just ues [rotate 180 0 1 0]? or [rotateXYZ 0 180 0] or [scaleXYZ 1 -1 1] or... these solutions don't need a special message to be triggered. fgadm IOhannes smime.p7s Description: S/MIME

[PD] Flext externals

2010-05-18 Thread Pagano, Patrick
Hello I was successful comiling last night for the first time with the new gendy~ external that Spencer Russell posted that depends on flext. I think I have finally began to understand how it works, are there any other externals that I might try to test my understanding of this process? pp

Re: [PD] Compressor in Pd

2010-05-18 Thread Paulo Casaes
I made a saturator compressor (a non linear compressor) a few years ago http://puredata.info/Members/saturno/saturator-non-linear-compressor http://puredata.info/Members/saturno/saturator.zip/view It's an external. Paulo On 18/05/2010 10:28, Roman Haefeli wrote: On Tue, 2010-05-18 at 07:28

Re: [PD] Compressor in Pd

2010-05-18 Thread mark hadman
On 18 May 2010 14:28, Roman Haefeli reduzie...@yahoo.de wrote: On Tue, 2010-05-18 at 07:28 -0400, chris clepper wrote: On Tue, May 18, 2010 at 5:54 AM, Roman Haefeli reduzie...@yahoo.de wrote:         It just doesn't make sense at all to have the compressor         output mixed         with

Re: [PD] pix_flip with pix_filmm in Gem

2010-05-18 Thread Mathieu Bouchard
On Tue, 18 May 2010, IOhannes m zmoelnig wrote: On 2010-05-18 15:25, Mathieu Bouchard wrote: On Tue, 18 May 2010, IOhannes m zmoelnig wrote: depending on your geometry, you can use [rotate]. or [scaleXYZ -1 1 1] and similar, which is much closer to [pix_flip]. well, this was my next

Re: [PD] no pdsend on pdextended?

2010-05-18 Thread Hans-Christoph Steiner
You can now install both at the same time, so 'pdsend' and 'pdrecieve' are in the puredata package. The new pd-extended package indeed recommends you install the 'puredata' package. For the next release, there will probably be a 'pd-bin' package or something like that, separate from the

Re: [PD] Compressor in Pd

2010-05-18 Thread Frank Barknecht
On Tue, May 18, 2010 at 11:21:53AM -0300, Paulo Casaes wrote: I made a saturator compressor (a non linear compressor) a few years ago http://puredata.info/Members/saturno/saturator-non-linear-compressor http://puredata.info/Members/saturno/saturator.zip/view It's an external. And to add

[PD] Guitar Pitch tracking in pd

2010-05-18 Thread Pagano, Patrick
Hi I have a project proposal that wants to track pitches from a guitar [non-midi] and then translate them into tablature that is readable by players. I was looking at fiddle and wondering perhaps if processingmight be of a help but I am posting her to hopefully get some pd feedback and

Re: [PD] realtime chopping of a sound file

2010-05-18 Thread Max
Am 17.05.2010 um 17:18 schrieb Frank Barknecht: On Mon, May 17, 2010 at 04:53:22PM +0200, PF wrote: i want to play a long sound file and while it is playing, be able to cut it in several parts that i later can load/play on tables. the way i would do it is to arbitrarily record stuff onto

Re: [PD] Guitar Pitch tracking in pd

2010-05-18 Thread Frank Barknecht
On Tue, May 18, 2010 at 12:18:37PM -0400, Pagano, Patrick wrote: I have a project proposal that wants to track pitches from a guitar [non-midi] and then translate them into tablature that is readable by players. I was looking at fiddle and wondering perhaps if processingmight be of a help but

Re: [PD] realtime chopping of a sound file

2010-05-18 Thread Frank Barknecht
Hi, On Tue, May 18, 2010 at 06:20:04PM +0200, Max wrote: let's say you are storing the snippets of the wave in the form index startpoint sample length in samples would you use tables, datastructures, a textfile or lists to store and access these cue lists? Or a message box? :) I'd

Re: [PD] [pdpcap] Puredata network sniffer object

2010-05-18 Thread Hans-Christoph Steiner
Sounds like some fun stuff, I think there could be a lot of potential with this. I played with it a bit, and since I am neck deep in the new Makefile template, I threw your code into it. This gives you lots of stuff automatically, like 'make dist' to make a versioned tarball and builds

Re: [PD] no pdsend on pdextended?

2010-05-18 Thread Christian Heck
thank you, a 'bin' package (or something like this) for pdsend and -receive would be really cool! cause..i dont know, maybe its just not my day but i dont get it to install the too of them ( i just installed the new one -pd-extended- from terminal but nobody  recommends me to install

Re: [PD] Guitar Pitch tracking in pd

2010-05-18 Thread Spencer Russell
On Tue, May 18, 2010 at 12:18 PM, Pagano, Patrick p...@digitalworlds.ufl.edu wrote: Hi I have a project proposal that wants to track pitches from a guitar [non-midi] and then translate them into tablature that is readable by players. I was looking at fiddle and wondering perhaps if

Re: [PD] Guitar Pitch tracking in pd

2010-05-18 Thread Jaime Oliver
if pitch tracking doesn't work, you should check out william brent's timbreID stuff, J On Tue, May 18, 2010 at 11:35 AM, Spencer Russell spencer.f.russ...@gmail.com wrote: On Tue, May 18, 2010 at 12:18 PM, Pagano, Patrick p...@digitalworlds.ufl.edu wrote: Hi I have a project

[PD] Video tutorials

2010-05-18 Thread András Murányi
Hello list, i've found this nice (basic level) video tutorial on Pd (by dr. Rafael Hernandez): http://www.youtube.com/user/cheetomoskeeto#grid/user/12DC9A161D8DC5DC 01, Hello World! 02, Help! 03, Basic Math Bang Order 04, Metro 05 MIDI (Mac) Makenote 06 Conditional Logic with Spigot Moses

Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04

2010-05-18 Thread Mathieu Bouchard
On Mon, 17 May 2010, Ingo Scherzinger wrote: I’m pretty sure that there are still several bugs related to that same problem. Probably caused by the bug Mathieu pointed out with the sampling rate not being initialized correctly. I had this with [susloop~] before. [...] I hope there is not too

[PD] Turning off DSP crashes Pd

2010-05-18 Thread Pedro Oliveira
Hi all, I'm having this problem with Pd, this started today with no reason. Yesterday I was using Pd with no problems but today everytime I turn the DSP off, it crashes. Actually, everytime I go to some audio settings turns out that Pd crashes, even with no patches loaded. This is weird. I'm

Re: [PD] Turning off DSP crashes Pd

2010-05-18 Thread Dan Wilcox
On May 18, 2010, at 10:58 PM, Pedro Oliveira wrote: Hi all, I'm having this problem with Pd, this started today with no reason. Yesterday I was using Pd with no problems but today everytime I turn the DSP off, it crashes. Actually, everytime I go to some audio settings turns out that Pd

Re: [PD] Compressor in Pd

2010-05-18 Thread patrick
Roman P.S.: @pdmtl guys It's plain wrong to have a wet/dry parameter for dynamic processing fx. It just doesn't make sense at all to have the compressor output mixed with the input signal (It not only doesn't make sense, it even adds strange phasing effects, if the the dynamic processor uses a

Re: [PD] Compressor in Pd

2010-05-18 Thread Roman Haefeli
On Tue, 2010-05-18 at 11:12 -0400, patrick wrote: Roman P.S.: @pdmtl guys It's plain wrong to have a wet/dry parameter for dynamic processing fx. It just doesn't make sense at all to have the compressor output mixed with the input signal (It not only doesn't make sense, it even adds

[PD] noise range?

2010-05-18 Thread nate
hello i'm trying to port an analog synth to pd. one of the parts in the rather confusing schematics of the synth requires a white noise generator with a range control. Not sure i understand it (or that it is a crucial bit of the synth for that matter), but if it means the amplitude range, using

[PD] Why is sendlocal/receivelocal deprecated?

2010-05-18 Thread Jonathan Wilkes
When you create these objects, a console message says to use [send $0-var] instead. But sl/rl actually function differently than s/r $0-var because sl/rl are local to a subpatch, and thus behave more like local variables (i.e., local only to the (sub)canvas in which they appear). Practical

Re: [PD] music made with Pd

2010-05-18 Thread Mathieu Bouchard
On Tue, 18 May 2010, Mathieu Bouchard wrote: http://artengine.ca/matju/musique/matju_-_clushett.mp3 And here's a quite different track I made today : http://artengine.ca/matju/musique/matju_-_i_am_just_a_simple_pole_in_a_complex_plane.mp3 _ _ __ ___ _ _

Re: [PD] noise range?

2010-05-18 Thread Pedro Lopes
Well... Im no synth expert (have couple of digital oldies and an analogue one) but many synths use noise generators as input in a certain part of the circuitry. Mainly because white noise generators are really cheap/easy to build with few components (this is true in the digital domain too). If

Re: [PD] music made with Pd

2010-05-18 Thread Jerod Sommerfeldt
Hi all- Here is an offering of my work using Pd. http://jerodsommerfeldt.wordpress.com/audio-room/ Jerod - www.jerodsommerfeldt.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Compressor in Pd

2010-05-18 Thread chris clepper
On Tue, May 18, 2010 at 11:01 AM, mark hadman markhad...@googlemail.comwrote: That aside, there's a much easier way to preserve transients - just slow down the compressor's attack time This is still quite different than parallel compression. One can have fast attack times with high

Re: [PD] noise range?

2010-05-18 Thread Martin Peach
nate wrote: hello i'm trying to port an analog synth to pd. one of the parts in the rather confusing schematics of the synth requires a white noise generator with a range control. Not sure i understand it (or that it is a crucial bit of the synth for that matter), but if it means the amplitude

Re: [PD] Compressor in Pd

2010-05-18 Thread Martin Peach
chris clepper wrote: Unfortunately, DSP compression is absolutely horrid compared to analog boxes like an API 2500 or ADR Compex - let alone the old tube gear like a 176. Why do you think that is? What is missing in the digital version? Martin

Re: [PD] Compressor in Pd

2010-05-18 Thread Mathieu Bouchard
On Tue, 18 May 2010, Martin Peach wrote: chris clepper wrote: Unfortunately, DSP compression is absolutely horrid compared to analog boxes like an API 2500 or ADR Compex - let alone the old tube gear like a 176. Why do you think that is? What is missing in the digital version? the digital