tweaks to tracking scheduling, and amplitude

This commit is contained in:
Michael Deal 2013-01-21 10:10:44 -08:00
parent 7bbcb64819
commit 379fd543ff
2 changed files with 3 additions and 4 deletions

View file

@ -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: