X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=a103f13ace4630df806fb6b3f67dcc26f7686926;hb=1ecdb44ad45fb86834e9dfcadce6cbff751ad484;hp=7fe320911ea6709f5287e3a89f33ca7106edbfd0;hpb=7ef61b89c1fb05d502b55052dd09a3c29213c35d;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 7fe3209..a103f13 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -1,4 +1,13 @@ /** + * DOUBLE BLACK DIAMOND DOUBLE BLACK DIAMOND + * + * //\\ //\\ //\\ //\\ + * ///\\\ ///\\\ ///\\\ ///\\\ + * \\\/// \\\/// \\\/// \\\/// + * \\// \\// \\// \\// + * + * EXPERTS ONLY!! EXPERTS ONLY!! + * * If you are an artist, you may ignore this file! It just sets * up the framework to run the patterns. Should not need modification * for general animation work. @@ -46,7 +55,7 @@ void setup() { logTime("Created viewport"); // Create the GLucose engine to run the cubes - glucose = new GLucose(this); + glucose = new GLucose(this, new SCMapping()); lx = glucose.lx; logTime("Built GLucose engine"); @@ -61,7 +70,7 @@ void setup() { // Build overlay UI ui = new OverlayUI(); logTime("Built overlay UI"); - + // MIDI devices SCMidiDevices.initializeStandardDevices(glucose, ui.patternKnobs, ui.transitionKnobs, ui.effectKnobs); logTime("Setup MIDI devices");