mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 01:58:34 +00:00
remove console statement
This commit is contained in:
parent
9d1231ce0a
commit
83145784d7
@ -94,7 +94,6 @@ export function registerSynthSounds() {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
const gainAdjustment = 1 / Math.sqrt(voices);
|
const gainAdjustment = 1 / Math.sqrt(voices);
|
||||||
// console.log(node.parameters.get('frequency'));
|
|
||||||
getPitchEnvelope(node.parameters.get('detune'), value, begin, holdend);
|
getPitchEnvelope(node.parameters.get('detune'), value, begin, holdend);
|
||||||
getVibratoOscillator(node.parameters.get('detune'), value, begin);
|
getVibratoOscillator(node.parameters.get('detune'), value, begin);
|
||||||
applyFM(node.parameters.get('frequency'), value, begin);
|
applyFM(node.parameters.get('frequency'), value, begin);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user