[PD] Picture to Audio to Array

Claude Heiland-Allen claude at goto10.org
Wed Jan 26 21:58:21 CET 2011


On 26/01/11 19:32, Moritz Schell wrote:
> Everytime I repeat the whole action (with the same picture -> same grey
> values) a new wave appears in the array.

1. [tabwrite~] is *not* clock-aware, so it starts on block boundaries
2. [vline~] *is* clock-aware, so it might start sub-sample accurate
3. [osc~] has internal state (its phase) which you are not resetting

a possible solution might involve:

1. use [line~] instead of [vline~]
2. reset [osc~] phase when you start the [tabwrite~]


Claude



More information about the Pd-list mailing list