From 8e114a16da95a5fea14e75a32180d32dcb7d79a3 Mon Sep 17 00:00:00 2001 From: Andy Sloane Date: Wed, 11 Nov 2015 18:00:21 -0800 Subject: [PATCH] Split viewer code into trackview.js Also disabled iOS hack, as it seems to be causing issues, and fixed a minor drag-n-drop bug (wouldn't load if track was already playing past length of newly loaded track). To play without a viewer, you still have to stub it out. Not sure the best way to handle that case yet. --- index.html | 1 + trackview.js | 334 ++++++++++++++++++++++++++++++++ xm.js | 525 +++++++++++++-------------------------------------- xmeffects.js | 3 +- 4 files changed, 465 insertions(+), 398 deletions(-) create mode 100644 trackview.js diff --git a/index.html b/index.html index e54e71d..1370a34 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ js xm +