[PD] going from signals to events?

oliver oliver at klingt.org
Sun Sep 3 23:44:15 CEST 2017


Claude Heiland-Allen wrote:

>
> If you want a sample-accurate audio-driven sequencer, you really need to
> keep everything in the signal domain.  See for example the 0xA expr~
> tutorials at https://archive.bleu255.com/0xA/

very interesting site indeed ! thanks for posting !

i downloaded the example patches and almost all of
them use [expr floor] which throws the following error message:

==========================================================
expr~ floor($v1*$v2 , 0)
... couldn't create
expr: syntax error: function 'floor' needs 1 arguments
==========================================================

if i change [expr~ floor($v1*$v2 , 0)]

to

[expr~ floor($v1*$v2)] it is valid.



will this be the same thing ?
has there been a syntax change with PD 0.48 ?

best

oliver



More information about the Pd-list mailing list