mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 08:38:28 +00:00
add lfo alias for repeatTime
This commit is contained in:
parent
24ec47e4ff
commit
6ec5377381
@ -810,7 +810,7 @@ const generic_params = [
|
||||
['deltaSlide'],
|
||||
['pitchJump'],
|
||||
['pitchJumpTime'],
|
||||
['repeatTime'],
|
||||
['lfo', 'repeatTime'],
|
||||
['noise'],
|
||||
['zmod'],
|
||||
['zcrush'], // like crush but scaled differently
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user