UPDATE
I'm finding the volume boost provided by the Boost+EQ (BEQ) effect to sound harsher
and have more noise (hiss) than I prefer. So, I've changed to pushing the built-in PEQ
as far as possible first (e.g. +12db lo shelf, +10db lomid, +10db himid, +8db hi shelf) then
setting the BEQ gain to max and backing off the freq bands far enough to eliminate noise
and harshness.
Haven't played the new settings out yet, but I'm optimistic!
lumper:
I had the FBV1, it works, but I got tired of the messed up tuner display.
I set up my tones the same way L6 does some of their built ins. Start with a "baseline" tone (amp/cab/eq).
Save it in a bank as say "Clean". Take the same baseline add effects (e.g. dist) and save it in
the same bank as say "Lead". The bottom buttons on the FBV are easier for me to find quickly as well.
COOL TWEAK
In the Spider V Remote program, when you choose the "Export Tone from Spider V 120" under the
"Load/Save" button, the tone is saved as a file with the name of the tone and a ".svl6p" extension (in Windoze).
The nifty thing is, its just a formatted text file. That means you can export the tone to disk, change
it using any old editor, and import the modified tone.
The file format may seem a little daunting at first but it really quite simple. It is a bunch
of grouped "Name:Value" pairs. For example, here is a tone group that sets up a "Meza" amp and cab:
"tone" : {
"amp" : {
"@model" : "TreadplateDual",
"@volume" : 1.0,
"Bass" : 0.40,
"Gain" : 0.05,
"Mid" : 0.50,
"Presence" : 0.90,
"Treble" : 0.40
},
"cab" : {
"@mic" : 3,
"@model" : "4x12TreadplateStudio",
"Level" : 0.0
},
Note the "Mid" Name/Value pair. It is setting the Mid tone control for the amplifier at the 12 o'clock
position, or half (0.5) way.
If you are careful to change only Values (right hand side of the colon) in the file, you'll have no problems.
Now, the bad news is that what the Value associated with a Name in the export file is actually controlling
may not be intuitively obvious. The PEQ effect is probably the worst offender. Here is the relationship
between what the Remote program is showing and its associated Name in the export file:
Remote File
------ ----
Lo Shelf Freq Low
Lo Shelf Gain gain
Lo Mid Freq LMid
Lo Mid Gain gain.1
Hi Mid Freq HMid
Hi Mid Gain Gain
Hi Shelf Freq Hi
Hi Shelf Gain gain.2
The "cab" group is also a bit confusing. Remember normally the cabinet can only be set from the front panel on the amp.
Panel File
----- ----
Mic mic (0=57Straight 1=57Angled 2=421 3=67)
Cab @model
Early Reflect Level
Another gem: Early Reflect is how far away the microphone is from the cab in a hard surface empty room. A value of
0.0 is in the speaker cone; 20.0 adds a nice lushness to any reverb you already have dialed in.
CAVEAT
The format of the ".svl6p" file is strictly under L6's control so can change at any time. In practical terms however, they have a
vested interest in keeping backwards compatibility so the likely hood of it changing between firmware updates is relatively low.