sjaehn / BOops

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

[FR] Multiple patterns #6

Closed sjaehn closed 3 years ago

sjaehn commented 3 years ago

Request by @unfa for multiple patterns which can be selected via tabs. And controlled by MIDI. As in B.Jumblr.

sjaehn commented 3 years ago

@unfa , I'm thinking about copying the pattern selectors from B.Jumblr. But first of all I've to rewrite the internal fader to enable the jump between two different patterns. B.Oops was initially designed without any internal fader, only the ADSR transitions between the steps. Later I squeezed a patch containing something like a fader into the plugin. However this patch has it's limitations and doesn't catch all conditions (sometimes nasty clicks if pattern size changed or presets loaded during playback). TODO for version 1.4.0.

sjaehn commented 3 years ago

@unfa, feature implemented in 784686044c6a48ba1768d8cf5badf79cb958a05f .