Federico Bonelli wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
thank you for the rapid answer :) I start experimenting, read the helps etc... let's see how much time it takes to get it to play... how does the number to sound work? Does it takes the values as samples? That is what i actually need... f
well [sig~] sets the signal to the value, BUT only at the signalblock border (each 64 samples if you don't tune it with [block~]) [line~] can interpolate between values (but again you can only set them at the block borders) [vline~] is like line but can also set values within the signalblock.
[unpack~] takes a list of (64) values and outputs them as a signal.
and most likely you will want to play with the up/downsampling feature of [block~]
mfg.asd.r IOhannes