rename zzfx noise to znoise
This commit is contained in:
parent
047129223e
commit
376cf09565
2 changed files with 12 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ export const getZZFX = (value, t) => {
|
|||
pitchJump = 0,
|
||||
pitchJumpTime = 0,
|
||||
lfo = 0,
|
||||
noise = 0,
|
||||
znoise = 0,
|
||||
zmod = 0,
|
||||
zcrush = 0,
|
||||
zdelay = 0,
|
||||
|
|
@ -54,7 +54,7 @@ export const getZZFX = (value, t) => {
|
|||
pitchJump,
|
||||
pitchJumpTime,
|
||||
lfo,
|
||||
noise,
|
||||
znoise,
|
||||
zmod,
|
||||
zcrush,
|
||||
zdelay,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue