Full Bucket Brigade Delay Manual Page 4
The “LFO” section controls the speed (up to 25Hz) and the depth of the low frequency
oscillator modulating the delay time. Here lies the origin of all those nice effects
named Flanger, Chorus, LSD Trip Echo, Psychotic Slapback etc.
The mix between original and effect is set in the “OUTPUT” section along with the
“quality” of the delayed signal: The lower the value of the Quality parameter, the
higher the analogishness of the effect.
Have fun with the Freeze mode: Click on the “FREEZE” button, and whatever is
currently in the delay line will be looped forever until you click the button again. Note
that in “Freeze” mode the input is “locked” i.e. the input signal will not be added to
the delay line.
Finally, you can select one of the ten presets by clicking on the yellow triangle at the
top left corner of the effect screen. These presets give you some examples of what
you can do with the Full Bucket Brigade Delay.
Tip: If you want to know what I remember best of those old BBDs then turn Feedback
to maximum (100%) and Quality to some low value (~30%) and twiddle the Time
parameter. And better reduce the volume of your amp.
MIDI Control Change Messages
All parameters of the Full Bucket Brigade Delay can be controlled by MIDI controllers,
or more precise: Each MIDI controller can control one of Full Bucket Brigade Delay’s
parameters. The mapping is defined in the fbdelay.ini configuration file like this:
[MIDI Control]
CC4 = 10 # Freeze
CC70 = 1 # Delay Time
CC71 = 2 # Feedback
...
The syntax is straight forward:
CC<controllernumber> = <parameterID>
Given the above example, controller 4 directly controls the Freeze mode, controller 70
the Delay Time etc. As you can see, comments are introduced by the Pound sign (#);
they are here just for description purposes and completely optional.
The fbdelay.ini file is located in the same directory as the Full Bucket Brigade Delay
VST DLL (fbdelay.dll or fbdelay64.dll) or Mac VST/AU (FBDelay.component or
FBDelay.vst) itself; you can edit this file in a standard text editor. Next time your
DAW host program starts, the Full Bucket Brigade Delay will load the changes.