add lfo alias for repeatTime

This commit is contained in:
Felix Roos 2023-08-31 09:46:30 +02:00
parent 24ec47e4ff
commit 6ec5377381
2 changed files with 4 additions and 4 deletions

View File

@ -810,7 +810,7 @@ const generic_params = [
['deltaSlide'],
['pitchJump'],
['pitchJumpTime'],
['repeatTime'],
['lfo', 'repeatTime'],
['noise'],
['zmod'],
['zcrush'], // like crush but scaled differently

View File

@ -19,7 +19,7 @@ export const getZZFX = (value, t) => {
deltaSlide = 0,
pitchJump = 0,
pitchJumpTime = 0,
repeatTime = 0,
lfo = 0,
noise = 0,
zmod = 0,
zcrush = 0,
@ -52,7 +52,7 @@ export const getZZFX = (value, t) => {
deltaSlide,
pitchJump,
pitchJumpTime,
repeatTime,
lfo,
noise,
zmod,
zcrush,
@ -110,7 +110,7 @@ function redableZZFX(params) {
'deltaSlide',
'pitchJump',
'pitchJumpTime',
'repeatTime',
'lfo',
'noise',
'zmod',
'zcrush',