somablues
Results
2
comments of
somablues
Have managed to fix it by adding following lines after line 173 in CutDetector.py: ``` self.createSequenceKnob = self.cutDetector.knob("create_sequence") self.createSequenceKnob.execute() ``` It presses the button "Create Sequence" in CutDetector gizmo. Cheers...
> Nice, wanna make a Pull Request and I'll check it in!? Actially it's my first time here at Github and I don't really know how to use Pull Request,...