0){var c,p,m=this.get("lastLightBopIndex"),h=this.get("randomTransition");if(h){if(c=Math.floor(Math.random()*l.length),l.length>1)for(;c===m;)c=Math.floor(Math.random()*l.length)}else c=(m+1)%l.length;p=l[c],this.set("lastLightBopIndex",c),i&&(u=Math.floor(65535*Math.random())),d(p,254,u),setTimeout(d,o+50,p,1)}}if(r>0&&a&&(this.set("paused",!0),setTimeout(function(){n.set("paused",!1)},1e3*r)),this.get("speakerViewed"))a&&(t["default"].$("#beatSpeakerCenterOuter").removeClass("vibrateOuter").prop("offsetWidth",t["default"].$("#beatSpeakerCenterOuter").prop("offsetWidth")).addClass("vibrateOuter"),t["default"].$("#beatSpeakerCenterInner").removeClass("vibrateInner").prop("offsetWidth",t["default"].$("#beatSpeakerCenterInner").prop("offsetWidth")).addClass("vibrateInner"));else{var g=this.get("beatHistory"),b=this.get("debugFiltered"),v=this.get("maxBeatHistorySize"),f="Beat intesity of "+e.toFixed(3)+" at "+this.get("timeElapsedTxt")+"";if(!a){if(!b)return;f=''+f+" ( filtered ) "}g.unshiftObjects(f),g.length>v&&g.popObject()}},init:function(){this._super(),window.requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame,window.cancelAnimationFrame=window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.msCancelAnimationFrame,navigator.getUserMedia=navigator.getUserMedia||navigator.webkitGetUserMedia||navigator.mozGetUserMedia||navigator.msGetUserMedia;var e=new Dancer,n=this,a=this.get("storage"),r=this.get("frequency"),l=e.createKick({threshold:this.beatOptions.threshold.range.min,frequency:r,onKick:function(e){n.get("paused")===!1&&n.simulateKick(e)}});l.on(),this.setProperties({dancer:e,kick:l}),void 0===navigator.getUserMedia&&this.set("usingMicSupported",!1),["volume","shuffle","repeat","volumeMuted","threshold","interval","frequency","speakerViewed","transitionTime","randomTransition","playerBottomDisplayed","onBeatBriAndColor","audioMode","songBeatPreferences","debugFiltered","firstVisit","currentVisName","playQueue","playQueuePointer","micBoost"].forEach(function(e){if(!t["default"].isNone(a.get("huegasm."+e))){var r=a.get("huegasm."+e);t["default"].isNone(n.actions[e+"Changed"])?n.set(e,r):n.send(e+"Changed",r)}}),SC.initialize({client_id:this.get("SC_CLIENT_ID")})},didInsertElement:function(){var e=this;this._super();var n=this;t["default"].$("#fileInput").on("change",function(){var e=this.files;n.send("handleNewFiles",e),this.value=null}),t["default"].$("#beatContainer").on("mousedown","#beatSpeakerCenterInner",function(e){e.preventDefault()}),t["default"].$(document).keypress(function(t){32===t.which&&"text"!==t.target.type&&e.send("play")}),t["default"].$("#playerArea").on("mousewheel",function(t){if(e.get("playQueueNotEmpty")&&!e.get("usingMicAudio")){var n=5;t.deltaY<0&&(n*=-1);var a=e.get("volume")+n;e.send("volumeChanged",0>a?0:a),t.preventDefault()}}),this.get("firstVisit")&&(this.send("handleNewSoundCloudURL","https://soundcloud.com/mrsuicidesheep/tracks"),this.get("storage").set("huegasm.firstVisit",!1),this.sendAction()),this.get("playerBottomDisplayed")||t["default"].$("#playerBottom").hide()}})}),define("huegasm/pods/components/music-tab/mixins/helpers",["exports","ember"],function(e,t){e["default"]=t["default"].Mixin.create({classNames:["col-lg-10","col-lg-offset-2","col-xs-12"],classNameBindings:["active::hidden"],elementId:"musicTab",dancer:null,notify:t["default"].inject.service("notify"),beatOptions:{threshold:{range:{min:.1,max:1},step:.01,defaultValue:.3,pips:{mode:"positions",values:[0,25,50,75,100],density:3,format:{to:function(e){return e},from:function(e){return e}}}},interval:{range:{min:0,max:.5},step:.01,defaultValue:.1,pips:{mode:"positions",values:[0,20,40,60,80,100],density:3,format:{to:function(e){return e},from:function(e){return e}}}},frequency:{range:{min:0,max:10},step:1,defaultValue:[0,4],pips:{mode:"values",values:[0,2,4,6,8,10],density:10,format:{to:function(e){return e},from:function(e){return e}}}},transitionTime:{range:{min:0,max:.5},step:.1,defaultValue:.1,pips:{mode:"positions",values:[0,20,40,60,80,100],density:10,format:{to:function(e){return e},from:function(e){return e}}}},micBoost:{range:{min:1,max:11},step:.5,defaultValue:5,pips:{mode:"positions",values:[0,20,40,60,80,100],density:10,format:{to:function(e){return e},from:function(e){return e}}}}},transitionTime:.1,threshold:.3,interval:.1,frequency:[0,4],micBoost:5,oldThreshold:null,oldFrequency:null,playQueuePointer:-1,playQueue:t["default"].A(),beatHistory:t["default"].A(),maxBeatHistorySize:200,timeElapsed:0,timeTotal:0,lastLightBopIndex:0,usingMicSupported:!0,audioMode:0,usingLocalAudio:t["default"].computed.equal("audioMode",0),usingMicAudio:t["default"].computed.equal("audioMode",1),playerBottomDisplayed:!1,dragging:!1,draggingOverPlayListArea:!1,dragLeaveTimeoutHandle:null,audioStream:null,dimmerOn:!1,isShowingAddSoundCloudModal:!1,SC_CLIENT_ID:"aeec0034f58ecd85c2bd1deaecc41594",notFoundHtml:'A microphone was not found.
',scUserNotSupportedHtml:'SoundCloud user URLs are not supported.
',notStreamableHtml:function(e){var t='The following file(s) could not be added because they are not allowed to be streamed:
'+e.toString().replace(/,/g,"
")+"
";return t},urlNotFoundHtml:function(e){return'The URL ( '+e+" ) could not be resolved.
"},failedToPlayFileHtml:function(e){return'Failed to play file ( '+e+" ).
"},failedToDecodeFileHtml:function(e){return'Failed to decode file ( '+e+" ).
"},scUrl:function(){var e=null,t=this.get("playQueue")[this.get("playQueuePointer")];return t&&t.scUrl&&!this.get("usingMicAudio")&&(e=t.scUrl),e}.property("playQueuePointer","playQueue.[]","usingMicAudio"),playQueueEmpty:t["default"].computed.empty("playQueue"),playQueueNotEmpty:t["default"].computed.notEmpty("playQueue"),playQueueMultiple:function(){return this.get("playQueue").length>1}.property("playQueue.[]"),seekPosition:function(){var e=this.get("timeTotal"),t=this.get("timeElapsed");return 0===e?0:t/e*100}.property("timeElapsed","timeTotal"),
diff --git a/index.html b/index.html
index 44d3f28..e723471 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
-
+