diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-11-18 02:25:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-11-18 02:25:33 (GMT) |
commit | b7f07c9dc9eb9aef378cd1bd75ba0eeabb504534 (patch) | |
tree | 4048aa6d20889ed137ce11267065faf2be296c66 | |
parent | 19ca4df3d8d165ce3ec325c7f14d976a37d251db (diff) |
cleanup
-rw-r--r-- | Midi_Interface/RHMixxx-scripts.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Midi_Interface/RHMixxx-scripts.js b/Midi_Interface/RHMixxx-scripts.js index a4655ac..4e4aff3 100644 --- a/Midi_Interface/RHMixxx-scripts.js +++ b/Midi_Interface/RHMixxx-scripts.js @@ -3,7 +3,7 @@ //** CopyLeft 2014, Josef Schauer / Christian Pointner ** //*********************************************************** -// *********** Actions *********** +// *********** Preamble *********** function RHMixxx() {} @@ -27,6 +27,8 @@ RHMixxx.groupNotes = { "[Sampler12]": 0x0F } +// *********** Init/De-Init *********** + RHMixxx.init = function (id, debug) { if(debug) print("RHMixxx initializing for controller '" + id + |