mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 21:18:49 +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';
|
import { getOscillator, gainNode, getEnvelope } from './helpers.mjs';
|
||||||
|
|
||||||
const mod = (freq, range = 1, type) => {
|
const mod = (freq, range = 1, type) => {
|
||||||
console.log(type)
|
|
||||||
const ctx = getAudioContext();
|
const ctx = getAudioContext();
|
||||||
const osc = ctx.createOscillator();
|
const osc = ctx.createOscillator();
|
||||||
osc.type = type;
|
osc.type = type;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user