diff --git a/README.md b/README.md index 58232c2..55540ef 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ by running `npm remove midi-test --save-dev`. ```html // the latest version, or - // any particular version + // any particular version //... ``` @@ -76,7 +76,7 @@ by running `npm remove midi-test --save-dev`. ```html // the latest version, or - // any particular version + // any particular version //... ``` diff --git a/javascript/JZZ.js b/javascript/JZZ.js index 8af1d15..7826a27 100644 --- a/javascript/JZZ.js +++ b/javascript/JZZ.js @@ -14,7 +14,7 @@ })(this, function() { var _scope = typeof window === 'undefined' ? global : window; - var _version = '1.2.9'; + var _version = '1.3.0'; var i, j, k, m, n; var _time = Date.now || function () { return new Date().getTime(); }; @@ -595,7 +595,7 @@ // Web MIDI API var _navigator; var _requestMIDIAccess; - function _tryWebMIDI(sx) { + function _findMidiAccess() { if (typeof navigator !== 'undefined' && navigator.requestMIDIAccess) { _navigator = navigator; _requestMIDIAccess = navigator.requestMIDIAccess; @@ -604,22 +604,44 @@ } catch (err) {} } + } + function _tryWebMIDI() { + _findMidiAccess(); if (_requestMIDIAccess) { var self = this; var onGood = function(midi) { - _initWebMIDI(midi, sx); + _initWebMIDI(midi); self._resume(); }; var onBad = function(msg) { self._crash(msg); }; - _requestMIDIAccess.call(_navigator, { sysex: !!sx }).then(onGood, onBad); + var opt = {}; + _requestMIDIAccess.call(_navigator, opt).then(onGood, onBad); this._pause(); return; } this._break(); } - function _tryWebMIDIsysex() { _tryWebMIDI(true); } + function _tryWebMIDIsysex() { + _findMidiAccess(); + if (_requestMIDIAccess) { + var self = this; + var onGood = function(midi) { + _initWebMIDI(midi, true); + self._resume(); + }; + var onBad = function(msg) { + self._crash(msg); + }; + var opt = { sysex:true }; + _requestMIDIAccess.call(_navigator, opt).then(onGood, onBad); + this._pause(); + return; + } + this._break(); + } + // Web-extension function _tryCRX() { var self = this; diff --git a/minified/JZZ.js b/minified/JZZ.js index a4aa694..4d3a5ea 100644 --- a/minified/JZZ.js +++ b/minified/JZZ.js @@ -1 +1 @@ -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define("JZZ",[],n):(t=t||window).JZZ&&t.JZZ.MIDI||(t.JZZ=n())}(this,function(){var o,r,n,i,t="undefined"==typeof window?global:window,e="1.2.9",s=Date.now||function(){return(new Date).getTime()},u=s(),a="undefined"!=typeof performance&&performance.now?function(){return performance.now()}:function(){return s()-u},c=function(t){setTimeout(t,0)};function h(){(this._orig=this)._ready=!1,this._queue=[],this._log=[]}function f(t,n){this._bad?n instanceof Function&&n.apply(this,[new Error(this._err())]):t instanceof Function&&t.apply(this,[this])}function p(t,n){this._bad?t._crash(this._err()):setTimeout(function(){t._resume()},n)}function l(t){this._bad&&t._break(this._err()),t._resume()}function d(t,e,r){t[r]=function(){var t=arguments,n=e._image();return this._push(l,[n]),n[r].apply(n,t)}}function _(t){this._bad||(t instanceof Function?t.apply(this):console.log(t))}function m(t){this._bad&&(t instanceof Function?t.apply(this):console.log(t))}function g(t){this._bad?t._crash(this._err()):(this._break("Closed"),t._resume())}function v(t){if(t.length){var n,e=t.shift();t.length&&(n=this)._slip(m,[function(){v.apply(n,[t])}]);try{this._repair(),e.apply(this)}catch(t){this._break(t.toString())}}else this._break()}function y(t,n){for(var e=0;e>1&3],(1&t[7])<<4|t[6],t[5]<<4|t[4],t[3]<<4|t[2],t[1]<<4|t[0]]}function ct(t){for(var n,e=[],r=0;r=this.type&&(this.frame=this.type-1),this},st.prototype.setHour=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||24<=t)throw RangeError("Bad SMPTE hours value: "+t);return this.hour=t,this},st.prototype.setMinute=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||60<=t)throw RangeError("Bad SMPTE minutes value: "+t);return this.minute=t,ut.apply(this),this},st.prototype.setSecond=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||60<=t)throw RangeError("Bad SMPTE seconds value: "+t);return this.second=t,ut.apply(this),this},st.prototype.setFrame=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||t>=this.type)throw RangeError("Bad SMPTE frame number: "+t);return this.frame=t,ut.apply(this),this},st.prototype.setQuarter=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||8<=t)throw RangeError("Bad SMPTE quarter frame: "+t);return this.quarter=t,this},st.prototype.incrFrame=function(){return this.frame++,this.frame>=this.type&&(this.frame=0,this.second++,60<=this.second&&(this.second=0,this.minute++,60<=this.minute&&(this.minute=0,this.hour=23<=this.hour?0:this.hour+1))),ut.apply(this),this},st.prototype.decrFrame=function(){return!this.second&&2==this.frame&&29.97==this.type&&this.minute%10&&(this.frame=0),this.frame--,this.frame<0&&(this.frame=29.97==this.type?29:this.type-1,this.second--,this.second<0&&(this.second=59,this.minute--,this.minute<0&&(this.minute=59,this.hour=this.hour?this.hour-1:23))),this},st.prototype.incrQF=function(){return this.backwards=!1,this.quarter=this.quarter+1&7,0!=this.quarter&&4!=this.quarter||this.incrFrame(),this},st.prototype.decrQF=function(){return this.backwards=!0,this.quarter=this.quarter+7&7,3!=this.quarter&&7!=this.quarter||this.decrFrame(),this},st.prototype.read=function(t){if(240==(t=!(t instanceof ht)?ht.apply(null,arguments):t)[0]&&127==t[1]&&1==t[3]&&1==t[4]&&247==t[9])return this.type=[24,25,29.97,30][t[5]>>5&3],this.hour=31&t[5],this.minute=t[6],this.second=t[7],this.frame=t[8],this.quarter=0,this._=void 0,this._b=void 0,!(this._f=void 0);if(241!=t[0]||void 0===t[1])return!1;var n=t[1]>>4,e=15&t[1];return 0==n?7==this._&&(7==this._f&&(this.reset(at(this._a)),this.incrFrame()),this.incrFrame()):3==n?4==this._&&this.decrFrame():4==n?3==this._&&this.incrFrame():7==n&&0===this._&&(0===this._b&&(this.reset(at(this._a)),this.decrFrame()),this.decrFrame()),this._a||(this._a=[]),this._a[n]=e,this._f=this._f===n-1||0==n?n:void 0,this._b=this._b===1+n||7==n?n:void 0,this._=n,this.quarter=n,!0},st.prototype.toString=function(){return ct([this.hour,this.minute,this.second,this.frame])},ot.SMPTE=st,ht.prototype=[],ht.prototype.constructor=ht;var ft={};function pt(t){if(t!=parseFloat(t))throw TypeError("Not a number: "+t)}function lt(){}ht.noteValue=function(t){return void 0===t?void 0:ft[t.toString().toLowerCase()]},ht.programValue=function(t){return t},ht.freq=function(t,n){return pt(n=void 0===n?440:n),t!=parseFloat(t)&&(t=St(t)),n*Math.pow(2,(t-69)/12)},ht.shift=function(t,n){return void 0===n&&(n=440),pt(t),pt(n),12*Math.log2(t/n)},ht.midi=function(t,n){return ht.shift(t,n)+69},ht.to14b=function(t){return pt(t),t<=0?0:1<=t?16383:Math.floor(16384*t)},ht.to21b=function(t){return void 0===t?2097151:(pt(t),t<=0?0:(t=(Math.floor(t)<<14)+ht.to14b(t-Math.floor(t)))<2097151?t:2097150)},(lt.prototype=ht)._sxid=127,ht.sxId=function(t){if((t=void 0===t?ht._sxid:t)==this._sxid)return this;t=gt(t);var n=new lt;return n._ch=this._ch,n._sxid=t,n},ht.ch=function(t){if(t==this._ch||void 0===t&&void 0===this._ch)return this;var n=new lt;return void 0!==t&&(t=mt(t)),n._ch=t,n._sxid=this._sxid,n};var dt={c:0,d:2,e:4,f:5,g:7,a:9,b:11,h:11};for(C(dt,function(t){for(i=0;i<12&&!(127<(n=dt[t]+12*i));i++)0<(ft[t+i]=n)&&(ft[t+"b"+i]=n-1,ft[t+"bb"+i]=n-2),n<127&&(ft[t+"#"+i]=n+1,ft[t+"##"+i]=n+2)}),i=0;i<128;i++)ft[i]=i;function _t(t){throw RangeError("Bad MIDI value: "+t)}function mt(t){return U(t),parseInt(t)}function gt(t,n){return(t!=parseInt(t)||t<0||127>7}function xt(t){return[t>>14,t>>7&127,127&t]}function wt(t,n){return t!=parseFloat(t)&&function(t){throw TypeError("Invalid value: "+t)}(void 0===n?t:n),(t<0||1>1){case 0:n=t.frame;break;case 1:n=t.second;break;case 2:n=t.minute;break;default:n=t.hour}return 1&t.quarter?n>>=4:n&=15,7==t.quarter&&(25==t.type?n|=2:29.97==t.type?n|=4:30==t.type&&(n|=6)),!t.backwards&&4<=t.quarter?t.incrFrame():t.backwards&&t.quarter<4&&t.decrFrame(),n|t.quarter<<4}(t)]},songPosition:function(t,n){return void 0===n?[242,Ct(t),Mt(t)]:[242,gt(n),gt(t)]},songSelect:function(t){return[243,gt(t)]},tune:function(){return[246]},clock:function(){return[248]},start:function(){return[250]},continue:function(){return[251]},stop:function(){return[252]},active:function(){return[254]},sxIdRequest:function(){return[240,126,this._sxid,6,1,247]},sxTuningDumpRequest:function(t,n){return void 0===n?[240,126,this._sxid,8,0,gt(t),247]:[240,126,this._sxid,8,3,gt(t),gt(n),247]},sxFullFrame:function(t){return[240,127,this._sxid,1,1,25==(n=t).type?32|n.hour:29.97==n.type?64|n.hour:30==n.type?96|n.hour:n.hour,t.getMinute(),t.getSecond(),t.getFrame(),247];var n},sxMasterVolume:function(t,n){return void 0===n?[240,127,this._sxid,4,1,Ct(t),Mt(t),247]:[240,127,this._sxid,4,1,gt(n),gt(t),247]},sxMasterVolumeF:function(t){return Ft.sxMasterVolume.call(this,ht.to14b(wt(t)))},sxMasterFineTuning:function(t,n){return void 0===n?[240,127,this._sxid,4,3,Ct(t),Mt(t),247]:[240,127,this._sxid,4,3,gt(n),gt(t),247]},sxMasterFineTuningF:function(t){return Ft.sxMasterFineTuning.call(this,ht.to14b(wt((t%1+1)/2,t)))},sxMasterCoarseTuning:function(t){return[240,127,this._sxid,4,4,0,gt(t),247]},sxMasterCoarseTuningF:function(t){return Ft.sxMasterCoarseTuning.call(this,t-t%1+64)},sxNoteTuning:function(t,n,e,r){return n==parseInt(n)?[240,Bt(r),this._sxid,8,7,gt(t),gt(n)].concat(It(e),[247]):[240,127,this._sxid,8,2,gt(t)].concat(It(n),[247])},sxNoteTuningF:function(t,n,e,r){return n==parseInt(n)?Ft.sxNoteTuning.call(this,t,n,Tt(e),r):Ft.sxNoteTuning.call(this,t,Tt(n))},sxNoteTuningHZ:function(t,n,e,r){return n==parseInt(n)?Ft.sxNoteTuning.call(this,t,n,At(e),r):Ft.sxNoteTuning.call(this,t,At(n))},sxScaleTuning1:function(t,n,e){return t==parseInt(t)?[240,Bt(e),this._sxid,8,8].concat(xt(bt(t)),function(t){var n=[];if(!(t instanceof Array)||12!=t.length)throw TypeError("Expected an array of size 12");for(var e=0;e<12;e++)n.push(gt(t[e]));return n}(n),[247]):Ft.sxScaleTuning1.call(this,65535,t,n)},sxScaleTuning1F:function(t,n,e){if(t!=parseInt(t))return Ft.sxScaleTuning1F.call(this,65535,t,n);for(var r=[],i=0;i>8)+String.fromCharCode(255&t)}else if(0==(t=""+t).length)t="\0\0";else if(1==t.length)t="\0"+t;else if(2>16)+String.fromCharCode(t>>8&255)+String.fromCharCode(255&t));throw RangeError("Out of range"+Wt(Gt(t)))},smfBPM:function(t){return Rt.smfTempo(Math.round(6e7/t))},smfSMPTE:function(t){if(t instanceof st)return Dt(84,String.fromCharCode(t.hour)+String.fromCharCode(t.minute)+String.fromCharCode(t.second)+String.fromCharCode(t.frame)+String.fromCharCode(t.quarter%4*25));if(5==(""+t).length)return Dt(84,t);var n=t instanceof Array?t:Array.prototype.slice.call(arguments);return n.splice(0,0,30),Rt.smfSMPTE(new st(n))},smfTimeSignature:function(t,n,e,r){var i,o,s,u,a=(""+t).match(/^\s*(\d+)\s*\/\s*(\d+)\s*$/);if(a){if(i=parseInt(a[1]),o=parseInt(a[2]),0>=1;s;s>>=1)o++;return s=n==parseInt(n)?n:24,u=e==parseInt(e)?e:8,Dt(88,String.fromCharCode(i)+String.fromCharCode(o)+String.fromCharCode(s)+String.fromCharCode(u))}if(4==(""+t).length)return Dt(88,t)}else if(t==parseInt(t)&&n==parseInt(n)){if(0>=1;s;s>>=1)o++;return s=e==parseInt(e)?e:24,u=r==parseInt(r)?r:8,Dt(88,String.fromCharCode(i)+String.fromCharCode(o)+String.fromCharCode(s)+String.fromCharCode(u))}if(4==(""+t).length)return Dt(88,t);t=t+"/"+n}else if(4==(""+t).length)return Dt(88,t);throw RangeError("Wrong time signature"+Wt(Gt(""+t)))},smfKeySignature:function(t){var n,e=(t=""+t).match(/^\s*([A-H][b#]?)\s*(|maj|major|dur|m|min|minor|moll)\s*$/i);if(e&&(n={CB:0,GB:1,DB:2,AB:3,EB:4,BB:5,F:6,C:7,G:8,D:9,A:10,E:11,B:12,H:12,"F#":13,"C#":14,"G#":15,"D#":16,"A#":17}[e[1].toUpperCase()],e={"":0,MAJ:0,MAJOR:0,DUR:0,M:1,MIN:1,MINOR:1,MOLL:1}[e[2].toUpperCase()],void 0!==n&&void 0!==e&&(e&&(n-=3),-7<=(n-=7)&&n<0?t=String.fromCharCode(256+n)+String.fromCharCode(e):0<=n&&n<=7&&(t=String.fromCharCode(n)+String.fromCharCode(e)))),2==t.length&&t.charCodeAt(1)<=1&&(t.charCodeAt(0)<=7||t.charCodeAt(0)<=255&&249<=t.charCodeAt(0)))return Dt(89,t);throw RangeError("Incorrect key signature"+Wt(t))},smfSequencer:function(t){return Dt(127,Gt(t))}},qt={};function kt(n){C(qt,function(t){n.prototype[t]=qt[t]})}C(Ft,function(t){var n;n=Ft[t=t],ht[t]=function(){return new ht(n.apply(this,arguments))},qt[t]=function(){return this.send(n.apply(this,arguments))}}),C(Rt,function(t){var n;n=Rt[t=t],ht[t]=function(){return n.apply(this,arguments)},qt[t]=function(){return this.send(n.apply(this,arguments))}}),C(Lt,function(t){var r;r=Lt[t=t],ht[t]=function(){for(var t=[],n=r.apply(this,arguments),e=0;e>4;return(n={8:"Note Off",10:"Aftertouch",12:"Program Change",13:"Channel Aftertouch",14:"Pitch Wheel"}[e])?t+" -- "+n:9==e?t+" -- "+(this[2]?"Note On":"Note Off"):11!=e?t:(n={0:"Bank Select MSB",1:"Modulation Wheel MSB",2:"Breath Controller MSB",4:"Foot Controller MSB",5:"Portamento Time MSB",6:"Data Entry MSB",7:"Channel Volume MSB",8:"Balance MSB",10:"Pan MSB",11:"Expression Controller MSB",12:"Effect Control 1 MSB",13:"Effect Control 2 MSB",16:"General Purpose Controller 1 MSB",17:"General Purpose Controller 2 MSB",18:"General Purpose Controller 3 MSB",19:"General Purpose Controller 4 MSB",32:"Bank Select LSB",33:"Modulation Wheel LSB",34:"Breath Controller LSB",36:"Foot Controller LSB",37:"Portamento Time LSB",38:"Data Entry LSB",39:"Channel Volume LSB",40:"Balance LSB",42:"Pan LSB",43:"Expression Controller LSB",44:"Effect control 1 LSB",45:"Effect control 2 LSB",48:"General Purpose Controller 1 LSB",49:"General Purpose Controller 2 LSB",50:"General Purpose Controller 3 LSB",51:"General Purpose Controller 4 LSB",64:"Damper Pedal",65:"Portamento",66:"Sostenuto",67:"Soft Pedal",68:"Legato",69:"Hold 2",70:"Sound Variation",71:"Filter Resonance",72:"Release Time",73:"Attack Time",74:"Brightness",75:"Decay Time",76:"Vibrato Rate",77:"Vibrato Depth",78:"Vibrato Delay",79:"Sound Controller 10",80:"General Purpose Controller 5",81:"General Purpose Controller 6",82:"General Purpose Controller 7",83:"General Purpose Controller 8",84:"Portamento Control",88:"High Resolution Velocity Prefix",91:"Effects 1 Depth",92:"Effects 2 Depth",93:"Effects 3 Depth",94:"Effects 4 Depth",95:"Effects 5 Depth",96:"Data Increment",97:"Data Decrement",98:"Non-Registered Parameter Number LSB",99:"Non-Registered Parameter Number MSB",100:"Registered Parameter Number LSB",101:"Registered Parameter Number MSB",120:"All Sound Off",121:"Reset All Controllers",122:"Local Control On/Off",123:"All Notes Off",124:"Omni Mode Off",125:"Omni Mode On",126:"Mono Mode On",127:"Poly Mode On"}[this[1]],64<=this[1]&&this[1]<=69&&(n+=this[2]<64?" Off":" On"),t+" -- "+(n=n||"Undefined"))},ht.prototype._stamp=function(t){return this._from.push(t._orig||t),this},ht.prototype._unstamp=function(t){return void 0===t?this._from=[]:(t._orig&&(t=t._orig),-1<(t=this._from.indexOf(t))&&this._from.splice(t,1)),this},ht.prototype._stamped=function(t){t._orig&&(t=t._orig);for(var n=0;nthis[e].notes.length&&(i=this[n=e].notes.length),r=0;r>2,e=(3&o)<<6|(s=Qt.indexOf(t.charAt(a++))),u+=String.fromCharCode(r<<2|i>>4),64!=o&&(u+=String.fromCharCode(n)),64!=s&&(u+=String.fromCharCode(e));return u},ot.lib.toBase64=function(t){var n,e,r,i,o=0,s=0,u="",a=[];if(!t)return t;for(;n=(i=t.charCodeAt(o++)<<16|t.charCodeAt(o++)<<8|t.charCodeAt(o++))>>12&63,e=i>>6&63,r=63&i,a[s++]=Qt.charAt(i>>18&63)+Qt.charAt(n)+Qt.charAt(e)+Qt.charAt(r),o=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;n+=63&e,r+=String.fromCharCode(n)}else if(224==(240&n)){if(n=(15&n)<<12,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<6,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;n+=63&e,r+=String.fromCharCode(n)}else if(240==(248&n)){if(n=(7&n)<<18,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<12,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<6,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(1114111<(n+=63&e))return t;n-=65536,r+=String.fromCharCode(55296+(n>>10)),r+=String.fromCharCode(56320+(1023&n))}}return r},ot.lib.toUTF8=function(t){t=void 0===t?"":""+t;for(var n,e="",r=0;r>6)):(n<65536?e+=String.fromCharCode(224+(n>>12)):(e+=String.fromCharCode(240+(n>>18)),e+=String.fromCharCode(128+(n>>12&63))),e+=String.fromCharCode(128+(n>>6&63))),e+=String.fromCharCode(128+(63&n)));return e};var Kt=[],$t={},Xt={},Yt=t.Promise;function tn(t,n,e){this.name=t,this.message=n,this.code=e}function nn(t,n){this.bubbles=!1,this.cancelBubble=!1,this.cancelable=!1,this.currentTarget=n,this.defaultPrevented=!1,this.eventPhase=0,this.path=[],this.port=t,this.returnValue=!0,this.srcElement=n,this.target=n,this.timeStamp=a(),this.type="statechange"}function en(t,n){this.bubbles=!1,this.cancelBubble=!1,this.cancelable=!1,this.currentTarget=t,this.data=n,this.defaultPrevented=!1,this.eventPhase=0,this.path=[],this.receivedTime=a(),this.returnValue=!0,this.srcElement=t,this.target=t,this.timeStamp=this.receivedTime,this.type="midimessage"}function rn(t,n){t&&(t.onstatechange&&t.onstatechange(new nn(t,t)),n.onstatechange&&n.onstatechange(new nn(t,n)))}function on(e,r){var i=this,o=!1,n=null,s=null;this.type="input",this.id=r.id,this.name=r.name,this.manufacturer=r.man,this.version=r.ver,Object.defineProperty(this,"state",{get:function(){return r.connected?"connected":"disconnected"},enumerable:!0}),Object.defineProperty(this,"connection",{get:function(){return o?r.proxy?"open":"pending":"closed"},enumerable:!0}),Object.defineProperty(this,"onmidimessage",{get:function(){return s},set:function(t){if(t instanceof Function){if(s=t,!o)try{i.open()}catch(t){}}else s=null},enumerable:!0}),Object.defineProperty(this,"onstatechange",{get:function(){return n},set:function(t){n=t instanceof Function?t:null},enumerable:!0}),this.open=function(){return new Yt(function(t,n){o?t(i):r.open().then(function(){o||(o=!0,rn(i,e)),t(i)},function(){n(new tn("InvalidAccessError","Port is not available",15))})})},this.close=function(){return new Yt(function(t){o&&(o=!1,r.close(),rn(i,e)),t(i)})},Object.freeze(this)}function sn(t){for(var n,e;t.length;){for(n=0;nt.length)return;for(n=1;n>1&3],(1&t[7])<<4|t[6],t[5]<<4|t[4],t[3]<<4|t[2],t[1]<<4|t[0]]}function ft(t){for(var n,e=[],r=0;r=this.type&&(this.frame=this.type-1),this},at.prototype.setHour=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||24<=t)throw RangeError("Bad SMPTE hours value: "+t);return this.hour=t,this},at.prototype.setMinute=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||60<=t)throw RangeError("Bad SMPTE minutes value: "+t);return this.minute=t,ct.apply(this),this},at.prototype.setSecond=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||60<=t)throw RangeError("Bad SMPTE seconds value: "+t);return this.second=t,ct.apply(this),this},at.prototype.setFrame=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||t>=this.type)throw RangeError("Bad SMPTE frame number: "+t);return this.frame=t,ct.apply(this),this},at.prototype.setQuarter=function(t){if((t=void 0===t?0:t)!=parseInt(t)||t<0||8<=t)throw RangeError("Bad SMPTE quarter frame: "+t);return this.quarter=t,this},at.prototype.incrFrame=function(){return this.frame++,this.frame>=this.type&&(this.frame=0,this.second++,60<=this.second&&(this.second=0,this.minute++,60<=this.minute&&(this.minute=0,this.hour=23<=this.hour?0:this.hour+1))),ct.apply(this),this},at.prototype.decrFrame=function(){return!this.second&&2==this.frame&&29.97==this.type&&this.minute%10&&(this.frame=0),this.frame--,this.frame<0&&(this.frame=29.97==this.type?29:this.type-1,this.second--,this.second<0&&(this.second=59,this.minute--,this.minute<0&&(this.minute=59,this.hour=this.hour?this.hour-1:23))),this},at.prototype.incrQF=function(){return this.backwards=!1,this.quarter=this.quarter+1&7,0!=this.quarter&&4!=this.quarter||this.incrFrame(),this},at.prototype.decrQF=function(){return this.backwards=!0,this.quarter=this.quarter+7&7,3!=this.quarter&&7!=this.quarter||this.decrFrame(),this},at.prototype.read=function(t){if(240==(t=!(t instanceof pt)?pt.apply(null,arguments):t)[0]&&127==t[1]&&1==t[3]&&1==t[4]&&247==t[9])return this.type=[24,25,29.97,30][t[5]>>5&3],this.hour=31&t[5],this.minute=t[6],this.second=t[7],this.frame=t[8],this.quarter=0,this._=void 0,this._b=void 0,!(this._f=void 0);if(241!=t[0]||void 0===t[1])return!1;var n=t[1]>>4,e=15&t[1];return 0==n?7==this._&&(7==this._f&&(this.reset(ht(this._a)),this.incrFrame()),this.incrFrame()):3==n?4==this._&&this.decrFrame():4==n?3==this._&&this.incrFrame():7==n&&0===this._&&(0===this._b&&(this.reset(ht(this._a)),this.decrFrame()),this.decrFrame()),this._a||(this._a=[]),this._a[n]=e,this._f=this._f===n-1||0==n?n:void 0,this._b=this._b===1+n||7==n?n:void 0,this._=n,this.quarter=n,!0},at.prototype.toString=function(){return ft([this.hour,this.minute,this.second,this.frame])},ut.SMPTE=at,pt.prototype=[],pt.prototype.constructor=pt;var lt={};function dt(t){if(t!=parseFloat(t))throw TypeError("Not a number: "+t)}function _t(){}pt.noteValue=function(t){return void 0===t?void 0:lt[t.toString().toLowerCase()]},pt.programValue=function(t){return t},pt.freq=function(t,n){return dt(n=void 0===n?440:n),t!=parseFloat(t)&&(t=Mt(t)),n*Math.pow(2,(t-69)/12)},pt.shift=function(t,n){return void 0===n&&(n=440),dt(t),dt(n),12*Math.log2(t/n)},pt.midi=function(t,n){return pt.shift(t,n)+69},pt.to14b=function(t){return dt(t),t<=0?0:1<=t?16383:Math.floor(16384*t)},pt.to21b=function(t){return void 0===t?2097151:(dt(t),t<=0?0:(t=(Math.floor(t)<<14)+pt.to14b(t-Math.floor(t)))<2097151?t:2097150)},(_t.prototype=pt)._sxid=127,pt.sxId=function(t){if((t=void 0===t?pt._sxid:t)==this._sxid)return this;t=yt(t);var n=new _t;return n._ch=this._ch,n._sxid=t,n},pt.ch=function(t){if(t==this._ch||void 0===t&&void 0===this._ch)return this;var n=new _t;return void 0!==t&&(t=vt(t)),n._ch=t,n._sxid=this._sxid,n};var mt={c:0,d:2,e:4,f:5,g:7,a:9,b:11,h:11};for(C(mt,function(t){for(i=0;i<12&&!(127<(n=mt[t]+12*i));i++)0<(lt[t+i]=n)&&(lt[t+"b"+i]=n-1,lt[t+"bb"+i]=n-2),n<127&&(lt[t+"#"+i]=n+1,lt[t+"##"+i]=n+2)}),i=0;i<128;i++)lt[i]=i;function gt(t){throw RangeError("Bad MIDI value: "+t)}function vt(t){return U(t),parseInt(t)}function yt(t,n){return(t!=parseInt(t)||t<0||127>7}function Bt(t){return[t>>14,t>>7&127,127&t]}function It(t,n){return t!=parseFloat(t)&&function(t){throw TypeError("Invalid value: "+t)}(void 0===n?t:n),(t<0||1>1){case 0:n=t.frame;break;case 1:n=t.second;break;case 2:n=t.minute;break;default:n=t.hour}return 1&t.quarter?n>>=4:n&=15,7==t.quarter&&(25==t.type?n|=2:29.97==t.type?n|=4:30==t.type&&(n|=6)),!t.backwards&&4<=t.quarter?t.incrFrame():t.backwards&&t.quarter<4&&t.decrFrame(),n|t.quarter<<4}(t)]},songPosition:function(t,n){return void 0===n?[242,xt(t),wt(t)]:[242,yt(n),yt(t)]},songSelect:function(t){return[243,yt(t)]},tune:function(){return[246]},clock:function(){return[248]},start:function(){return[250]},continue:function(){return[251]},stop:function(){return[252]},active:function(){return[254]},sxIdRequest:function(){return[240,126,this._sxid,6,1,247]},sxTuningDumpRequest:function(t,n){return void 0===n?[240,126,this._sxid,8,0,yt(t),247]:[240,126,this._sxid,8,3,yt(t),yt(n),247]},sxFullFrame:function(t){return[240,127,this._sxid,1,1,25==(n=t).type?32|n.hour:29.97==n.type?64|n.hour:30==n.type?96|n.hour:n.hour,t.getMinute(),t.getSecond(),t.getFrame(),247];var n},sxMasterVolume:function(t,n){return void 0===n?[240,127,this._sxid,4,1,xt(t),wt(t),247]:[240,127,this._sxid,4,1,yt(n),yt(t),247]},sxMasterVolumeF:function(t){return Lt.sxMasterVolume.call(this,pt.to14b(It(t)))},sxMasterFineTuning:function(t,n){return void 0===n?[240,127,this._sxid,4,3,xt(t),wt(t),247]:[240,127,this._sxid,4,3,yt(n),yt(t),247]},sxMasterFineTuningF:function(t){return Lt.sxMasterFineTuning.call(this,pt.to14b(It((t%1+1)/2,t)))},sxMasterCoarseTuning:function(t){return[240,127,this._sxid,4,4,0,yt(t),247]},sxMasterCoarseTuningF:function(t){return Lt.sxMasterCoarseTuning.call(this,t-t%1+64)},sxNoteTuning:function(t,n,e,r){return n==parseInt(n)?[240,Tt(r),this._sxid,8,7,yt(t),yt(n)].concat(At(e),[247]):[240,127,this._sxid,8,2,yt(t)].concat(At(n),[247])},sxNoteTuningF:function(t,n,e,r){return n==parseInt(n)?Lt.sxNoteTuning.call(this,t,n,Et(e),r):Lt.sxNoteTuning.call(this,t,Et(n))},sxNoteTuningHZ:function(t,n,e,r){return n==parseInt(n)?Lt.sxNoteTuning.call(this,t,n,Ot(e),r):Lt.sxNoteTuning.call(this,t,Ot(n))},sxScaleTuning1:function(t,n,e){return t==parseInt(t)?[240,Tt(e),this._sxid,8,8].concat(Bt(Ct(t)),function(t){var n=[];if(!(t instanceof Array)||12!=t.length)throw TypeError("Expected an array of size 12");for(var e=0;e<12;e++)n.push(yt(t[e]));return n}(n),[247]):Lt.sxScaleTuning1.call(this,65535,t,n)},sxScaleTuning1F:function(t,n,e){if(t!=parseInt(t))return Lt.sxScaleTuning1F.call(this,65535,t,n);for(var r=[],i=0;i>8)+String.fromCharCode(255&t)}else if(0==(t=""+t).length)t="\0\0";else if(1==t.length)t="\0"+t;else if(2>16)+String.fromCharCode(t>>8&255)+String.fromCharCode(255&t));throw RangeError("Out of range"+Qt(Zt(t)))},smfBPM:function(t){return kt.smfTempo(Math.round(6e7/t))},smfSMPTE:function(t){if(t instanceof at)return qt(84,String.fromCharCode(t.hour)+String.fromCharCode(t.minute)+String.fromCharCode(t.second)+String.fromCharCode(t.frame)+String.fromCharCode(t.quarter%4*25));if(5==(""+t).length)return qt(84,t);var n=t instanceof Array?t:Array.prototype.slice.call(arguments);return n.splice(0,0,30),kt.smfSMPTE(new at(n))},smfTimeSignature:function(t,n,e,r){var i,o,s,u,a=(""+t).match(/^\s*(\d+)\s*\/\s*(\d+)\s*$/);if(a){if(i=parseInt(a[1]),o=parseInt(a[2]),0>=1;s;s>>=1)o++;return s=n==parseInt(n)?n:24,u=e==parseInt(e)?e:8,qt(88,String.fromCharCode(i)+String.fromCharCode(o)+String.fromCharCode(s)+String.fromCharCode(u))}if(4==(""+t).length)return qt(88,t)}else if(t==parseInt(t)&&n==parseInt(n)){if(0>=1;s;s>>=1)o++;return s=e==parseInt(e)?e:24,u=r==parseInt(r)?r:8,qt(88,String.fromCharCode(i)+String.fromCharCode(o)+String.fromCharCode(s)+String.fromCharCode(u))}if(4==(""+t).length)return qt(88,t);t=t+"/"+n}else if(4==(""+t).length)return qt(88,t);throw RangeError("Wrong time signature"+Qt(Zt(""+t)))},smfKeySignature:function(t){var n,e=(t=""+t).match(/^\s*([A-H][b#]?)\s*(|maj|major|dur|m|min|minor|moll)\s*$/i);if(e&&(n={CB:0,GB:1,DB:2,AB:3,EB:4,BB:5,F:6,C:7,G:8,D:9,A:10,E:11,B:12,H:12,"F#":13,"C#":14,"G#":15,"D#":16,"A#":17}[e[1].toUpperCase()],e={"":0,MAJ:0,MAJOR:0,DUR:0,M:1,MIN:1,MINOR:1,MOLL:1}[e[2].toUpperCase()],void 0!==n&&void 0!==e&&(e&&(n-=3),-7<=(n-=7)&&n<0?t=String.fromCharCode(256+n)+String.fromCharCode(e):0<=n&&n<=7&&(t=String.fromCharCode(n)+String.fromCharCode(e)))),2==t.length&&t.charCodeAt(1)<=1&&(t.charCodeAt(0)<=7||t.charCodeAt(0)<=255&&249<=t.charCodeAt(0)))return qt(89,t);throw RangeError("Incorrect key signature"+Qt(t))},smfSequencer:function(t){return qt(127,Zt(t))}},zt={};function Nt(n){C(zt,function(t){n.prototype[t]=zt[t]})}C(Lt,function(t){var n;n=Lt[t=t],pt[t]=function(){return new pt(n.apply(this,arguments))},zt[t]=function(){return this.send(n.apply(this,arguments))}}),C(kt,function(t){var n;n=kt[t=t],pt[t]=function(){return n.apply(this,arguments)},zt[t]=function(){return this.send(n.apply(this,arguments))}}),C(Rt,function(t){var r;r=Rt[t=t],pt[t]=function(){for(var t=[],n=r.apply(this,arguments),e=0;e>4;return(n={8:"Note Off",10:"Aftertouch",12:"Program Change",13:"Channel Aftertouch",14:"Pitch Wheel"}[e])?t+" -- "+n:9==e?t+" -- "+(this[2]?"Note On":"Note Off"):11!=e?t:(n={0:"Bank Select MSB",1:"Modulation Wheel MSB",2:"Breath Controller MSB",4:"Foot Controller MSB",5:"Portamento Time MSB",6:"Data Entry MSB",7:"Channel Volume MSB",8:"Balance MSB",10:"Pan MSB",11:"Expression Controller MSB",12:"Effect Control 1 MSB",13:"Effect Control 2 MSB",16:"General Purpose Controller 1 MSB",17:"General Purpose Controller 2 MSB",18:"General Purpose Controller 3 MSB",19:"General Purpose Controller 4 MSB",32:"Bank Select LSB",33:"Modulation Wheel LSB",34:"Breath Controller LSB",36:"Foot Controller LSB",37:"Portamento Time LSB",38:"Data Entry LSB",39:"Channel Volume LSB",40:"Balance LSB",42:"Pan LSB",43:"Expression Controller LSB",44:"Effect control 1 LSB",45:"Effect control 2 LSB",48:"General Purpose Controller 1 LSB",49:"General Purpose Controller 2 LSB",50:"General Purpose Controller 3 LSB",51:"General Purpose Controller 4 LSB",64:"Damper Pedal",65:"Portamento",66:"Sostenuto",67:"Soft Pedal",68:"Legato",69:"Hold 2",70:"Sound Variation",71:"Filter Resonance",72:"Release Time",73:"Attack Time",74:"Brightness",75:"Decay Time",76:"Vibrato Rate",77:"Vibrato Depth",78:"Vibrato Delay",79:"Sound Controller 10",80:"General Purpose Controller 5",81:"General Purpose Controller 6",82:"General Purpose Controller 7",83:"General Purpose Controller 8",84:"Portamento Control",88:"High Resolution Velocity Prefix",91:"Effects 1 Depth",92:"Effects 2 Depth",93:"Effects 3 Depth",94:"Effects 4 Depth",95:"Effects 5 Depth",96:"Data Increment",97:"Data Decrement",98:"Non-Registered Parameter Number LSB",99:"Non-Registered Parameter Number MSB",100:"Registered Parameter Number LSB",101:"Registered Parameter Number MSB",120:"All Sound Off",121:"Reset All Controllers",122:"Local Control On/Off",123:"All Notes Off",124:"Omni Mode Off",125:"Omni Mode On",126:"Mono Mode On",127:"Poly Mode On"}[this[1]],64<=this[1]&&this[1]<=69&&(n+=this[2]<64?" Off":" On"),t+" -- "+(n=n||"Undefined"))},pt.prototype._stamp=function(t){return this._from.push(t._orig||t),this},pt.prototype._unstamp=function(t){return void 0===t?this._from=[]:(t._orig&&(t=t._orig),-1<(t=this._from.indexOf(t))&&this._from.splice(t,1)),this},pt.prototype._stamped=function(t){t._orig&&(t=t._orig);for(var n=0;nthis[e].notes.length&&(i=this[n=e].notes.length),r=0;r>2,e=(3&o)<<6|(s=$t.indexOf(t.charAt(a++))),u+=String.fromCharCode(r<<2|i>>4),64!=o&&(u+=String.fromCharCode(n)),64!=s&&(u+=String.fromCharCode(e));return u},ut.lib.toBase64=function(t){var n,e,r,i,o=0,s=0,u="",a=[];if(!t)return t;for(;n=(i=t.charCodeAt(o++)<<16|t.charCodeAt(o++)<<8|t.charCodeAt(o++))>>12&63,e=i>>6&63,r=63&i,a[s++]=$t.charAt(i>>18&63)+$t.charAt(n)+$t.charAt(e)+$t.charAt(r),o=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;n+=63&e,r+=String.fromCharCode(n)}else if(224==(240&n)){if(n=(15&n)<<12,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<6,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;n+=63&e,r+=String.fromCharCode(n)}else if(240==(248&n)){if(n=(7&n)<<18,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<12,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(n+=(63&e)<<6,++i>=t.length)return t;if(128!=(192&(e=t.charCodeAt(i))))return t;if(1114111<(n+=63&e))return t;n-=65536,r+=String.fromCharCode(55296+(n>>10)),r+=String.fromCharCode(56320+(1023&n))}}return r},ut.lib.toUTF8=function(t){t=void 0===t?"":""+t;for(var n,e="",r=0;r>6)):(n<65536?e+=String.fromCharCode(224+(n>>12)):(e+=String.fromCharCode(240+(n>>18)),e+=String.fromCharCode(128+(n>>12&63))),e+=String.fromCharCode(128+(n>>6&63))),e+=String.fromCharCode(128+(63&n)));return e};var Xt=[],Yt={},tn={},nn=t.Promise;function en(t,n,e){this.name=t,this.message=n,this.code=e}function rn(t,n){this.bubbles=!1,this.cancelBubble=!1,this.cancelable=!1,this.currentTarget=n,this.defaultPrevented=!1,this.eventPhase=0,this.path=[],this.port=t,this.returnValue=!0,this.srcElement=n,this.target=n,this.timeStamp=a(),this.type="statechange"}function on(t,n){this.bubbles=!1,this.cancelBubble=!1,this.cancelable=!1,this.currentTarget=t,this.data=n,this.defaultPrevented=!1,this.eventPhase=0,this.path=[],this.receivedTime=a(),this.returnValue=!0,this.srcElement=t,this.target=t,this.timeStamp=this.receivedTime,this.type="midimessage"}function sn(t,n){t&&(t.onstatechange&&t.onstatechange(new rn(t,t)),n.onstatechange&&n.onstatechange(new rn(t,n)))}function un(e,r){var i=this,o=!1,n=null,s=null;this.type="input",this.id=r.id,this.name=r.name,this.manufacturer=r.man,this.version=r.ver,Object.defineProperty(this,"state",{get:function(){return r.connected?"connected":"disconnected"},enumerable:!0}),Object.defineProperty(this,"connection",{get:function(){return o?r.proxy?"open":"pending":"closed"},enumerable:!0}),Object.defineProperty(this,"onmidimessage",{get:function(){return s},set:function(t){if(t instanceof Function){if(s=t,!o)try{i.open()}catch(t){}}else s=null},enumerable:!0}),Object.defineProperty(this,"onstatechange",{get:function(){return n},set:function(t){n=t instanceof Function?t:null},enumerable:!0}),this.open=function(){return new nn(function(t,n){o?t(i):r.open().then(function(){o||(o=!0,sn(i,e)),t(i)},function(){n(new en("InvalidAccessError","Port is not available",15))})})},this.close=function(){return new nn(function(t){o&&(o=!1,r.close(),sn(i,e)),t(i)})},Object.freeze(this)}function an(t){for(var n,e;t.length;){for(n=0;nt.length)return;for(n=1;n