mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
remove logs
This commit is contained in:
parent
3d74b8a2fa
commit
c2feb6e214
@ -38,7 +38,6 @@ Pattern.prototype._wave = function (type) {
|
||||
osc.type = type;
|
||||
const f = getFrequency(e);
|
||||
osc.frequency.value = f; // expects frequency..
|
||||
console.log('wave', t, getAudioContext().currentTime);
|
||||
const begin = t ?? (e.whole.begin.valueOf() + lookahead);
|
||||
const end = begin + e.duration;
|
||||
osc.start(begin);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user