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.
- [tabwrite~] is *not* clock-aware, so it starts on block boundaries
- [vline~] *is* clock-aware, so it might start sub-sample accurate
- [osc~] has internal state (its phase) which you are not resetting
a possible solution might involve:
- use [line~] instead of [vline~]
- reset [osc~] phase when you start the [tabwrite~]
Claude