diff options
-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 + |