From 1513ddafdad1f5cc3689505725964c9d386558e4 Mon Sep 17 00:00:00 2001 From: Michael Deal Date: Fri, 25 Jan 2013 21:31:02 -0800 Subject: [PATCH] add noteOff/chordOff support for Audio Tag (does this sound ok without linear ramping?) --- js/MIDI/Plugin.js | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/js/MIDI/Plugin.js b/js/MIDI/Plugin.js index ca6acdf..5cb0f7b 100644 --- a/js/MIDI/Plugin.js +++ b/js/MIDI/Plugin.js @@ -29,6 +29,7 @@ if (typeof (MIDI) === "undefined") var MIDI = {}; Web MIDI API - Native Soundbank -------------------------------------------- https://dvcs.w3.org/hg/audio/raw-file/tip/midi/specification.html + -------------------------------------------- */ (function () { @@ -238,9 +239,11 @@ if (window.AudioContext || window.webkitAudioContext) (function () { })(); /* + -------------------------------------------- AudioTag