mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 05:33:13 -04:00
removing rogue console.log
This commit is contained in:
@@ -3,7 +3,6 @@ import { registerSound, getAudioContext } from './superdough.mjs';
|
||||
import { getOscillator, gainNode, getEnvelope } from './helpers.mjs';
|
||||
|
||||
const mod = (freq, range = 1, type) => {
|
||||
console.log(type)
|
||||
const ctx = getAudioContext();
|
||||
const osc = ctx.createOscillator();
|
||||
osc.type = type;
|
||||
|
||||
Reference in New Issue
Block a user