remove logs
This commit is contained in:
parent
3d74b8a2fa
commit
c2feb6e214
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue