atom feed23 messages in at.iem.pd-listRe: [PD] [PD-announce] new Pd music r...
FromSent OnAttachments
Chun LeeApr 3, 2011 1:32 pm 
Hans-Christoph SteinerApr 3, 2011 2:39 pm 
Mathieu BouchardApr 3, 2011 9:39 pm 
Chun LeeApr 4, 2011 2:06 am 
Philip CunninghamApr 4, 2011 2:22 am 
J bzApr 4, 2011 3:02 am 
Chun LeeApr 4, 2011 1:11 pm 
Chun LeeApr 4, 2011 1:25 pm 
Mathieu BouchardApr 4, 2011 1:32 pm 
Mathieu BouchardApr 4, 2011 1:41 pm 
Hans-Christoph SteinerApr 6, 2011 2:33 pm 
Richie CynglerApr 6, 2011 4:22 pm 
Billy StiltnerApr 6, 2011 5:08 pm 
Richie CynglerApr 6, 2011 7:03 pm 
Jonathan WilkesApr 6, 2011 7:28 pm 
Hans-Christoph SteinerApr 6, 2011 7:41 pm 
Jonathan WilkesApr 6, 2011 8:02 pm 
Chun LeeApr 7, 2011 1:46 pm 
Chun LeeApr 7, 2011 1:53 pm 
Chun LeeApr 7, 2011 2:11 pm 
Mathieu BouchardApr 7, 2011 2:54 pm 
Matthew LoganApr 8, 2011 2:22 pm 
Billy StiltnerApr 8, 2011 5:37 pm 
Subject:Re: [PD] [PD-announce] new Pd music release on GOSUB10
From:Billy Stiltner (bill@gmail.com)
Date:Apr 8, 2011 5:37:12 pm
List:at.iem.pd-list

On 4/7/11, Chun Lee <ch@goto10.org> wrote:

Hi there:

Billy Stiltner said :

It is amazing.

Thanks!

Any chance you could explain how it was done? When it boils down to it all the digital music can be reduced to math and logic but just doing that math and logic with audio signals in pd is something amazing.

Yeah, as these experiments with [expr~] goes, i have not yet documentated them at all, and it would certainly be nice to formalise them a bit in some way.

For me, it all started by realising that a dsp step counter can simply be made with [phasor~ 1] -> [expr~ floor($v1*8,0)]. At the same time, by doing [expr~ fmod($v1*8,1)] on the same phasor signal results to "mini" phasors that are in sync with the counter.

there are more to share and talk about, and I intent to document these experiments, there is a new 0xA wordpress (http://0xa.kuri.mu/) to help with this, but i am afraid it is still rater empty at the moment:(

Hope this helps.

Cheers

Chun

Thanks for the links. The nand gate sequencer and oscillators are awesome. understand with this information I can maybe. What is the expression for a latch? A flipflop? Are they used? There are some things with pd control signals that are easy to implement as digital logic counterparts like [f 0]X[+ 1] for counter and [f ] or [table] for memory. I am still unclear how to do a ~bang with vanilla pd.