You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix regression for monowave
Conditionally drag the start position together with the loop window
Preserves old behavior for single cycle stuff
Regression caused pitch drift and microtonality
Add qualifier info in tips_and_tricks
Copy file name to clipboardExpand all lines: docs/wiki/tips_and_tricks.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,11 +128,14 @@ loops — just chop anything away!
128
128
You can use `LPOF` in a looping table to scroll a short loop window through a sample independently of playback pitch — a form of granular timestretching. Set a short loop on the instrument, then add a table that advances the loop position every tick:
129
129
130
130
```
131
-
00 LPOF xxxx ---- ----
132
-
01 HOP 0000 ---- ----
131
+
00 LPOF xyzq
132
+
01 HOP 0000
133
133
```
134
134
135
-
Each tick, the loop window shifts forward by `xxxx` samples. The note's pitch is still determined by the loop length and oscillator tuning; the *content* of the loop changes as it travels through the sample. This lets you play a sample at a different speed than its pitch — stretching or compressing its duration without affecting the note you hear.
135
+
Each tick, the loop window shifts forward by `xyzq` samples. The note's pitch is still determined by the loop length and note tuning tuning; the *content* of the loop changes as it travels through the sample. This lets you play a sample at a different speed than its pitch — stretching or compressing its duration without affecting the note you hear.
136
+
This technique works in `LOOP`, `LOOP_PINGPONG`, `LOOPSYNC` and`ONESHOT` modes.
137
+
In `OSCILLATOR` mode (wavetable) — `LPOF` only shifts the waveform
138
+
window without advancing playback, preserving pitch stability for timbre scanning using monowave or single-cycle waveforms.
0 commit comments