diff --git a/src/Sequencer4Module.cpp b/src/Sequencer4Module.cpp index 855c6cb..e0e9ea8 100644 --- a/src/Sequencer4Module.cpp +++ b/src/Sequencer4Module.cpp @@ -235,7 +235,7 @@ void Sequencer4Widget::appendContextMenu(Menu* theMenu) { theMenu->addChild(item); #endif { - auto item = new SqMenuItem( []() { return false; }, [this](){ + /* auto item = new SqMenuItem( []() { return false; }, [this](){ // float rawClockFalue = Comp::CLOCK_INPUT_PARAM float rawClockValue = APP->engine->getParamValue(module, Comp::CLOCK_INPUT_PARAM); SeqClock::ClockRate rate = SeqClock::ClockRate(int(std::round(rawClockValue))); @@ -243,7 +243,7 @@ void Sequencer4Widget::appendContextMenu(Menu* theMenu) { ClockFinder::go(this, div, Comp::CLOCK_INPUT, Comp::RUN_INPUT, Comp::RESET_INPUT, ClockFinder::SquinkyType::X4X); }); item->text = "Hookup Clock"; - theMenu->addChild(item); + theMenu->addChild(item);*/ } { Sequencer4Module* sModule = dynamic_cast(module); diff --git a/src/SequencerModule.cpp b/src/SequencerModule.cpp index dab3dd3..52984c7 100644 --- a/src/SequencerModule.cpp +++ b/src/SequencerModule.cpp @@ -63,14 +63,14 @@ struct SequencerWidget : ModuleWidget ::rack::ui::MenuLabel *spacerLabel = new ::rack::ui::MenuLabel(); theMenu->addChild(spacerLabel); - ::rack::MenuItem* item = new SqMenuItem( []() { return false; }, [this](){ +/* ::rack::MenuItem* item = new SqMenuItem( []() { return false; }, [this](){ float rawClockValue = APP->engine->getParamValue(module, Comp::CLOCK_INPUT_PARAM); SeqClock::ClockRate rate = SeqClock::ClockRate(int(std::round(rawClockValue))); const int div = SeqClock::clockRate2Div(rate); ClockFinder::go(this, div, Comp::CLOCK_INPUT, Comp::RUN_INPUT, Comp::RESET_INPUT, ClockFinder::SquinkyType::SEQPP); }); item->text = "Hookup Clock"; - theMenu->addChild(item); + theMenu->addChild(item); */ #ifdef _SEQ4 ::rack::MenuItem* remoteEdit = new SqMenuItem_BooleanParam2( module,