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

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to