tweaks to tracking scheduling, and amplitude
This commit is contained in:
parent
7bbcb64819
commit
379fd543ff
2 changed files with 3 additions and 4 deletions
|
@ -235,7 +235,7 @@ var startAudio = function (currentTime, fromCache) {
|
|||
eventQueue.push({
|
||||
event: event,
|
||||
source: MIDI.noteOff(channel, event.noteNumber, currentTime / 1000 + ctx.currentTime),
|
||||
interval: scheduleTracking(channel, note, queuedTime, offset - 10, 128)
|
||||
interval: scheduleTracking(channel, note, queuedTime, offset, 128)
|
||||
});
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue