mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 03:58:53 +00:00
remove comments
This commit is contained in:
parent
3057773009
commit
26d7a32f11
@ -34,11 +34,11 @@ export function registerSynthSounds() {
|
|||||||
fmh: fmHarmonicity = 1,
|
fmh: fmHarmonicity = 1,
|
||||||
fmi: fmModulationIndex,
|
fmi: fmModulationIndex,
|
||||||
fmenv: fmEnvelopeType = 'linear',
|
fmenv: fmEnvelopeType = 'linear',
|
||||||
fmattack: fmAttack, // = 0.001,
|
fmattack: fmAttack,
|
||||||
fmdecay: fmDecay, // = 0.2,
|
fmdecay: fmDecay,
|
||||||
fmsustain: fmSustain, // = 0.001,
|
fmsustain: fmSustain,
|
||||||
fmrelease: fmRelease, // = 0.1
|
fmrelease: fmRelease,
|
||||||
fmvelocity: fmVelocity, // = 1,
|
fmvelocity: fmVelocity,
|
||||||
fmwave: fmWaveform = 'sine',
|
fmwave: fmWaveform = 'sine',
|
||||||
} = value;
|
} = value;
|
||||||
let { n, note, freq } = value;
|
let { n, note, freq } = value;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user