Manual control for flanger
Opened this issue · 2 comments
For the flanger effect, there is an invisible control for manual. This is control 0x14 (between mod_segval and mod_level). Range is the standard 0-127. To my ear sounds like it does what you'd expect - control the offset of the delay.
Does not appear to have an effect on the other modulation types.
There should be a corresponding entry in the presets for this, but don't know which slot.
Wow, interesting. This should be pretty easy to add. For now though I am focussing on preset handling (which is now about half way there) - once that is in place, I'll look at adding in this extra control. Shame it doesn't do something for the other mod types. I wonder what other easter eggs are lurking in the amp :). Anyway, thanks for this.
Plumbing for this added to blackstarid.py in commit 22bb623