mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
removing rogue console.log
This commit is contained in:
parent
ebeaac3c5f
commit
94bcfb11de
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user