Browse Source

remove module squinkylabs-plug1.Sequencer (WIP)

pull/1639/head
bsp2 6 years ago
parent
commit
ac67cfed1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/community/repos/squinkylabs-plug1/src/Squinky.cpp

+ 1
- 1
plugins/community/repos/squinkylabs-plug1/src/Squinky.cpp View File

@@ -81,7 +81,7 @@ RACK_PLUGIN_INIT(squinkylabs_plug1) {
RACK_PLUGIN_MODEL_ADD(squinkylabs_plug1, CHBg);
#endif
RACK_PLUGIN_MODEL_ADD(squinkylabs_plug1, KS);
RACK_PLUGIN_MODEL_ADD(squinkylabs_plug1, Sequencer);
// RACK_PLUGIN_MODEL_ADD(squinkylabs_plug1, Sequencer);
}

const NVGcolor SqHelper::COLOR_WHITE = nvgRGB(0xff, 0xff, 0xff);


Loading…
Cancel
Save