[PD] up-down saw-wave

2006-11-19 Thread hard off
does anybody know how to make an up-down saw-wave ? phasor~ just ramps up and then goes straight back to 0, but i want something that ramps up then back down again. i know it's possible to use a [metro] and [line~] based solution, but that falls apart at high frequencies. is there a way to do

[PD] rounding edges of audio waves

2006-11-19 Thread hard off
(question 2) does anyone have a nice method for 'sanding the edges' of audio waves when they approach the top or bottom of an array? for example, if i use [*~ 10] | [clip~ -1 1] is there something i can do to make the signal fade towards 1 and -1, rather than just abruptly turning 90

Re: [PD] up-down saw-wave

2006-11-19 Thread Frank Barknecht
Hallo, hard off hat gesagt: // hard off wrote: does anybody know how to make an up-down saw-wave ? phasor~ just ramps up and then goes straight back to 0, but i want something that ramps up then back down again. doc/3.audio.examples/J05.triangle.pd i know it's possible to use a [metro]

Re: [PD] pd on ps3

2006-11-19 Thread Frank Barknecht
Hallo, marius schebella hat gesagt: // marius schebella wrote: is someone of you planning to use Pd on a playstation 3? would that be a good hardware choice for bare-pd systems? http://www.playstation.com/ps3-openplatform/manual.html German heise-News:

Re: [PD] up-down saw-wave

2006-11-19 Thread cyrille henry
Roman Haefeli a écrit : On Sun, 2006-11-19 at 12:27 +0100, cyrille henry wrote: hard off a écrit : does anybody know how to make an up-down saw-wave ? a triangle oscillator? phasor~ just ramps up and then goes straight back to 0, but i want something that ramps up then back down again. i

Re: [PD] up-down saw-wave

2006-11-19 Thread hard off
ah thanks. a triangle oscillator is exactly what i need. cheers. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] data structures - get symbol?

2006-11-19 Thread João Miguel Pais
This should work since 0.39, but as always with data structures: This is an area that's changing a lot with every new Miller-Pd so I'd recommend to use 0.40 instead. With that, you can [set] and [get] symbol fields as shown in attached patch. Setting them on creation with [append] doesn't seem to

Re: [PD] up-down saw-wave

2006-11-19 Thread derek holzer
hard off wrote: ah thanks. a triangle oscillator is exactly what i need. cheers. Keep in mind that none of these are anti-aliased AFAIK, so you could easily get aliased harmonic frequencies. There's a few threads in the archive about avoiding this. My personal solution is to use [plugin~]

Re: [PD] data structures - get symbol?

2006-11-19 Thread Frank Barknecht
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote: one more question though: I tried to apply the [get] help patch in my patch, but it didn't work. in the following picture, when I press traverse pd breaks up. on the other hand, like in your patch connecting directly

Re: [PD] up-down saw-wave

2006-11-19 Thread Martin Peach
Hans-Christoph Steiner wrote: On Nov 19, 2006, at 11:19 AM, derek holzer wrote: hard off wrote: ah thanks. a triangle oscillator is exactly what i need. cheers. Keep in mind that none of these are anti-aliased AFAIK, so you could easily get aliased harmonic frequencies. There's a few

Re: [PD] up-down saw-wave

2006-11-19 Thread Johannes Taelman
creb contains band-limited oscillators: [blosc~] .-j Hans-Christoph Steiner wrote: On Nov 19, 2006, at 11:19 AM, derek holzer wrote: hard off wrote: ah thanks. a triangle oscillator is exactly what i need. cheers. Keep in mind that none of these are anti-aliased AFAIK, so you could

Re: [PD] desiredata 0.39.A.pre2

2006-11-19 Thread Tim Blechmann
On Sun, 2006-11-19 at 16:59 -0500, Mathieu Bouchard wrote: today, DesireData is switching back to ./configure make, like it was in the ImpureData days. ... and that never worked on windos t -- [EMAIL PROTECTED]ICQ: 96771783 http://www.mokabar.tk Relying on the government to

Re: [PD] desiredata 0.39.A.pre2

2006-11-19 Thread Thomas Grill
Am 19.11.2006 um 22:59 schrieb Mathieu Bouchard: On Sat, 18 Nov 2006, Hans-Christoph Steiner wrote: On Nov 18, 2006, at 12:46 AM, day five wrote: http://www.csounds.com/akbari/desiredata_log.txt I'm stuck at the last step at link time, the compiler errors out with ld: Undefined symbols:

Re: [PD] data structures - get symbol?

2006-11-19 Thread João Miguel Pais
[traverse pd-SUBPATCH, next( | [pointer] hmm, komisch. I had also tried out with next (I thought I had sent the picture with it). the result is the same, pd quits when the [next( after the traverse comes. there's also another structure type on the same subpatch, but I guess that