sjaehn / BOops

Sound glitch effect sequencer LV2 plugin
GNU General Public License v3.0
73 stars 2 forks source link

Add bypass option #25

Closed hellocatfood closed 2 years ago

hellocatfood commented 2 years ago

Can a bypass option be added to this plugin?

The rationale behind this is request:

I use B.Oops in live performances. I have a glitch effects stack/preset already set up and I want to enable it whenever I press a button on a midi controller. Currently this isn't possible as there's no bypass option

sjaehn commented 2 years ago

B.Oops has already got implemented many ways to bypass.

Now, you only need to connect your midi controller to lv2 control ports. The way how it works depends on the system or DAW or program whatever you use.

... and there is one more "inverse" option. The "MIDI" mode. Click onto the pattern/curve/piano symbol left to the pattern matrix until the piano pattern appears. Select keys and the respective effect is bypassed if the key (or MIDI controller) isn't pressed.

hellocatfood commented 2 years ago

You can bypass all effects at once using the yellow bypass button just below the word "EFFECT". The three play/bypass/stop buttons are connected to the lv2 control port 6 ("Play" port).

Not sure how I missed this! I mainly use Ardour as my plugin host (even for live performances) and in the Automation settings it just shows "Play" and so I just assumed it only affected whether it was playing or not.

Screenshot from 2022-08-24 22-44-48

Thanks for all of the extra information!