mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove console statement
This commit is contained in:
@@ -94,7 +94,6 @@ export function registerSynthSounds() {
|
||||
},
|
||||
);
|
||||
const gainAdjustment = 1 / Math.sqrt(voices);
|
||||
// console.log(node.parameters.get('frequency'));
|
||||
getPitchEnvelope(node.parameters.get('detune'), value, begin, holdend);
|
||||
getVibratoOscillator(node.parameters.get('detune'), value, begin);
|
||||
applyFM(node.parameters.get('frequency'), value, begin);
|
||||
|
||||
Reference in New Issue
Block a user