Merge pull request 'Fix ZZFX example' (#1685) from moumar/strudel:fix-zzfx-example into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1685
This commit is contained in:
Alex McLean
2025-10-26 17:09:20 +01:00
+1 -1
View File
@@ -157,7 +157,7 @@ It has 20 parameters in total, here is a snippet that uses all:
.pitchJump(0) // +/- pitch change after pitchJumpTime
.pitchJumpTime(0) // >0 time after pitchJump is applied
.lfo(0) // >0 resets slide + pitchJump + sets tremolo speed
.tremolo(0) // 0-1 lfo volume modulation amount
.tremolo(0.5) // 0-1 lfo volume modulation amount
//.duration(.2) // overwrite strudel event duration
//.gain(1) // change volume
._scope() // vizualise waveform (not zzfx related)