It is currently Mon Mar 16, 2020 12:37 pm

All times are UTC - 7 hours



Post new topic Reply to topic  [ 73 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 5:09 pm
Offline
Hobbyist
Hobbyist

Joined: Mon Jan 31, 2011 11:44 pm
Posts: 17
Well whenever my damn Tax Refund gets depoisted I will be picking up my M3. I am quite computer literate, so as long as Fender has no issue with me doing so, Im sure I could upload the 76 M3 presets in no time. Even though I dont have the amp yet, Ive been playing with Fuse for the past couple days and it is fairly straight forward and well coded. I cant upload/download presets as I cant login without a serial number, so not sure on that end. But when I can, I will do so for you guys.

Lets hope it comes sometime this week!


Top
Profile
Fender Play Winter Sale 2020
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 7:39 pm
Offline
Amateur
Amateur
User avatar

Joined: Sun Jul 08, 2007 8:50 am
Posts: 172
Below is my Mustang I first preset data structure.

Note that the data structure has a signature tag:
Preset amplifier="Mustang I/II" ProductId="1"

So I htink it demonstrates clearly that I and II can share the same presets, and so will do the III-IV and V but I and II can't share their presets with III, IV and V and vice versa

Also note that, of all evidence, the I/II family don't share the same firmware.


<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="109" POS="0" BypassState="1">
<Param ControlIndex="0">43690</Param>
<Param ControlIndex="1">40863</Param>
<Param ControlIndex="2">32896</Param>
<Param ControlIndex="3">21845</Param>
<Param ControlIndex="4">33410</Param>
<Param ControlIndex="5">19532</Param>
<Param ControlIndex="6">65535</Param>
<Param ControlIndex="7">52171</Param>
<Param ControlIndex="8">32896</Param>
<Param ControlIndex="9">65535</Param>
<Param ControlIndex="10">32896</Param>
<Param ControlIndex="11">32896</Param>
<Param ControlIndex="12">8</Param>
<Param ControlIndex="13">8</Param>
<Param ControlIndex="14">8</Param>
<Param ControlIndex="15">3</Param>
<Param ControlIndex="16">4</Param>
<Param ControlIndex="17">8</Param>
<Param ControlIndex="18">8</Param>
<Param ControlIndex="19">2</Param>
<Param ControlIndex="20">0</Param>
<Param ControlIndex="21">0</Param>
<Param ControlIndex="22">0</Param>
</Module>
</Amplifier>
<FX>
<Stompbox ID="1">
<Module ID="0" POS="0" BypassState="1" />
</Stompbox>
<Modulation ID="2">
<Module ID="0" POS="5" BypassState="1" />
</Modulation>
<Delay ID="3">
<Module ID="0" POS="6" BypassState="1" />
</Delay>
<Reverb ID="4">
<Module ID="0" POS="7" BypassState="1" />
</Reverb>
</FX>
<Band Type="0" Repeat="0">
<SongFile Location="6">No Band</SongFile>
<AudioMix>0</AudioMix>
<Balance>29127</Balance>
<Speed>100</Speed>
<Pitch>0</Pitch>
<Tempo />
<Transpose />
<DrumSolo />
<CountIn />
</Band>
<FUSE>
<Info name="Brutal Metal" author="Fender FUSE" rating="0" genre1="-1" genre2="-1" genre3="-1" tags="" fenderid="0" />
<PedalColors>
<Color ID="1">14</Color>
<Color ID="2">1</Color>
<Color ID="3">2</Color>
<Color ID="4">10</Color>
</PedalColors>
</FUSE>
<ExpressionPedal GreenModeBehavior="0" RedModeBehavior="0" HeelSetting="0" ToeSetting="0" PedalMode="0" BypassEffectWhenGreen="1" ParameterIndex="0" />
</Preset>


Last edited by stratquebec on Tue Feb 08, 2011 7:45 pm, edited 1 time in total.

Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 7:45 pm
Offline
Hobbyist
Hobbyist

Joined: Mon Jan 31, 2011 11:44 pm
Posts: 17
stratquebec wrote:
Below is the Mustang I/II first preset data structure.

Note that the data structure has a signature tag:
Preset amplifier="Mustang I/II" ProductId="1"

So I htink it demonstrates clearly that I and II can share the same presets, and so will do the III-IV and V but I and II can't share their presets with III, IV and V and vice versa

Also note that, of all evidence, the I/II family don't share the same firmware.


<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="109" POS="0" BypassState="1">
<Param ControlIndex="0">43690</Param>
<Param ControlIndex="1">40863</Param>
<Param ControlIndex="2">32896</Param>
<Param ControlIndex="3">21845</Param>
<Param ControlIndex="4">33410</Param>
<Param ControlIndex="5">19532</Param>
<Param ControlIndex="6">65535</Param>
<Param ControlIndex="7">52171</Param>
<Param ControlIndex="8">32896</Param>
<Param ControlIndex="9">65535</Param>
<Param ControlIndex="10">32896</Param>
<Param ControlIndex="11">32896</Param>
<Param ControlIndex="12">8</Param>
<Param ControlIndex="13">8</Param>
<Param ControlIndex="14">8</Param>
<Param ControlIndex="15">3</Param>
<Param ControlIndex="16">4</Param>
<Param ControlIndex="17">8</Param>
<Param ControlIndex="18">8</Param>
<Param ControlIndex="19">2</Param>
<Param ControlIndex="20">0</Param>
<Param ControlIndex="21">0</Param>
<Param ControlIndex="22">0</Param>
</Module>
</Amplifier>
<FX>
<Stompbox ID="1">
<Module ID="0" POS="0" BypassState="1" />
</Stompbox>
<Modulation ID="2">
<Module ID="0" POS="5" BypassState="1" />
</Modulation>
<Delay ID="3">
<Module ID="0" POS="6" BypassState="1" />
</Delay>
<Reverb ID="4">
<Module ID="0" POS="7" BypassState="1" />
</Reverb>
</FX>
<Band Type="0" Repeat="0">
<SongFile Location="6">No Band</SongFile>
<AudioMix>0</AudioMix>
<Balance>29127</Balance>
<Speed>100</Speed>
<Pitch>0</Pitch>
<Tempo />
<Transpose />
<DrumSolo />
<CountIn />
</Band>
<FUSE>
<Info name="Brutal Metal" author="Fender FUSE" rating="0" genre1="-1" genre2="-1" genre3="-1" tags="" fenderid="0" />
<PedalColors>
<Color ID="1">14</Color>
<Color ID="2">1</Color>
<Color ID="3">2</Color>
<Color ID="4">10</Color>
</PedalColors>
</FUSE>
<ExpressionPedal GreenModeBehavior="0" RedModeBehavior="0" HeelSetting="0" ToeSetting="0" PedalMode="0" BypassEffectWhenGreen="1" ParameterIndex="0" />
</Preset>

I understand this, but then by the same logic, would it not only stand to reason that if I have a M3 and I make a preset with X Amp, Y Stomp Box, and Z Settings, that if I upload it to the community, then it will work across all models? If no, then WOW, wtf. If yes, then there should be an easy enough way to work around it and get the settings from the M3 to the M1/2, if only by changing the code of the presets from say "Preset amplifier="Mustang I/II"" to the versions being made for.

I dunno. I just dont really see how if the presets on the 3 are unable to work on the 1/2, then how custom presets can be made. If you will, look at a custom preset, or download one, and view the code and see if the same parameter is there as far as Amp Version, if it is, then we can be sure that all presets should work across all amps.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 7:51 pm
Offline
Amateur
Amateur
User avatar

Joined: Sun Jul 08, 2007 8:50 am
Posts: 172
Firewall wrote:
stratquebec wrote:
Below is the Mustang I/II first preset data structure.

Note that the data structure has a signature tag:
Preset amplifier="Mustang I/II" ProductId="1"

So I htink it demonstrates clearly that I and II can share the same presets, and so will do the III-IV and V but I and II can't share their presets with III, IV and V and vice versa

Also note that, of all evidence, the I/II family don't share the same firmware.


<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="109" POS="0" BypassState="1">
<Param ControlIndex="0">43690</Param>
<Param ControlIndex="1">40863</Param>
<Param ControlIndex="2">32896</Param>
<Param ControlIndex="3">21845</Param>
<Param ControlIndex="4">33410</Param>
<Param ControlIndex="5">19532</Param>
<Param ControlIndex="6">65535</Param>
<Param ControlIndex="7">52171</Param>
<Param ControlIndex="8">32896</Param>
<Param ControlIndex="9">65535</Param>
<Param ControlIndex="10">32896</Param>
<Param ControlIndex="11">32896</Param>
<Param ControlIndex="12">8</Param>
<Param ControlIndex="13">8</Param>
<Param ControlIndex="14">8</Param>
<Param ControlIndex="15">3</Param>
<Param ControlIndex="16">4</Param>
<Param ControlIndex="17">8</Param>
<Param ControlIndex="18">8</Param>
<Param ControlIndex="19">2</Param>
<Param ControlIndex="20">0</Param>
<Param ControlIndex="21">0</Param>
<Param ControlIndex="22">0</Param>
</Module>
</Amplifier>
<FX>
<Stompbox ID="1">
<Module ID="0" POS="0" BypassState="1" />
</Stompbox>
<Modulation ID="2">
<Module ID="0" POS="5" BypassState="1" />
</Modulation>
<Delay ID="3">
<Module ID="0" POS="6" BypassState="1" />
</Delay>
<Reverb ID="4">
<Module ID="0" POS="7" BypassState="1" />
</Reverb>
</FX>
<Band Type="0" Repeat="0">
<SongFile Location="6">No Band</SongFile>
<AudioMix>0</AudioMix>
<Balance>29127</Balance>
<Speed>100</Speed>
<Pitch>0</Pitch>
<Tempo />
<Transpose />
<DrumSolo />
<CountIn />
</Band>
<FUSE>
<Info name="Brutal Metal" author="Fender FUSE" rating="0" genre1="-1" genre2="-1" genre3="-1" tags="" fenderid="0" />
<PedalColors>
<Color ID="1">14</Color>
<Color ID="2">1</Color>
<Color ID="3">2</Color>
<Color ID="4">10</Color>
</PedalColors>
</FUSE>
<ExpressionPedal GreenModeBehavior="0" RedModeBehavior="0" HeelSetting="0" ToeSetting="0" PedalMode="0" BypassEffectWhenGreen="1" ParameterIndex="0" />
</Preset>

... but then by the same logic, would it not only stand to reason that if I have a M3 and I make a preset with X Amp, Y Stomp Box, and Z Settings, that if I upload it to the community, then it will work across all models? .


Well logicaly, the III/IV/V software should detect an error by reading the string "Preset amplifier="Mustang I/II" ProductId="1" ". Either the amp will crash, either nothing will happen.
And I think that simply nothing would happen.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 7:57 pm
Offline
Amateur
Amateur
User avatar

Joined: Sun Jul 08, 2007 8:50 am
Posts: 172
Firewall wrote:
stratquebec wrote:
Below is the Mustang I/II first preset data structure.

Note that the data structure has a signature tag:
Preset amplifier="Mustang I/II" ProductId="1"

So I htink it demonstrates clearly that I and II can share the same presets, and so will do the III-IV and V but I and II can't share their presets with III, IV and V and vice versa

Also note that, of all evidence, the I/II family don't share the same firmware.


<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="109" POS="0" BypassState="1">
<Param ControlIndex="0">43690</Param>
<Param ControlIndex="1">40863</Param>
<Param ControlIndex="2">32896</Param>
<Param ControlIndex="3">21845</Param>
<Param ControlIndex="4">33410</Param>
<Param ControlIndex="5">19532</Param>
<Param ControlIndex="6">65535</Param>
<Param ControlIndex="7">52171</Param>
<Param ControlIndex="8">32896</Param>
<Param ControlIndex="9">65535</Param>
<Param ControlIndex="10">32896</Param>
<Param ControlIndex="11">32896</Param>
<Param ControlIndex="12">8</Param>
<Param ControlIndex="13">8</Param>
<Param ControlIndex="14">8</Param>
<Param ControlIndex="15">3</Param>
<Param ControlIndex="16">4</Param>
<Param ControlIndex="17">8</Param>
<Param ControlIndex="18">8</Param>
<Param ControlIndex="19">2</Param>
<Param ControlIndex="20">0</Param>
<Param ControlIndex="21">0</Param>
<Param ControlIndex="22">0</Param>
</Module>
</Amplifier>
<FX>
<Stompbox ID="1">
<Module ID="0" POS="0" BypassState="1" />
</Stompbox>
<Modulation ID="2">
<Module ID="0" POS="5" BypassState="1" />
</Modulation>
<Delay ID="3">
<Module ID="0" POS="6" BypassState="1" />
</Delay>
<Reverb ID="4">
<Module ID="0" POS="7" BypassState="1" />
</Reverb>
</FX>
<Band Type="0" Repeat="0">
<SongFile Location="6">No Band</SongFile>
<AudioMix>0</AudioMix>
<Balance>29127</Balance>
<Speed>100</Speed>
<Pitch>0</Pitch>
<Tempo />
<Transpose />
<DrumSolo />
<CountIn />
</Band>
<FUSE>
<Info name="Brutal Metal" author="Fender FUSE" rating="0" genre1="-1" genre2="-1" genre3="-1" tags="" fenderid="0" />
<PedalColors>
<Color ID="1">14</Color>
<Color ID="2">1</Color>
<Color ID="3">2</Color>
<Color ID="4">10</Color>
</PedalColors>
</FUSE>
<ExpressionPedal GreenModeBehavior="0" RedModeBehavior="0" HeelSetting="0" ToeSetting="0" PedalMode="0" BypassEffectWhenGreen="1" ParameterIndex="0" />
</Preset>

... If you will, look at a custom preset, or download one, and view the code and see if the same parameter is there as far as Amp Version, if it is, then we can be sure that all presets should work across all amps.



Well here is one of my custom preset:

<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="97" POS="0" BypassState="1">
<Param ControlIndex="0">29298</Param>
<Param ControlIndex="1">41634</Param>
<Param ControlIndex="2">32896</Param>


Same Preset amplifier="Mustang I/II" ProductId="1" tag
etc etc


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Tue Feb 08, 2011 9:48 pm
Offline
Hobbyist
Hobbyist

Joined: Mon Jan 31, 2011 11:44 pm
Posts: 17
stratquebec wrote:


Well here is one of my custom preset:

<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="97" POS="0" BypassState="1">
<Param ControlIndex="0">29298</Param>
<Param ControlIndex="1">41634</Param>
<Param ControlIndex="2">32896</Param>


Same Preset amplifier="Mustang I/II" ProductId="1" tag
etc etc

Ok so, we still need to know what the code on a preset would be for the 3/4/5, and if THE ONLY difference is <Preset amplifier="Mustang III/IV/V" ProductId="X"> then changing it might work. Maybe not, I dont know.

But do you get what Im saying with the idea that should custom made presets work across all models, even if the amp/product id differ from which amp made the setting to which is using, then the Fender presets should work across all models as well?

Dont get me wrong. Im not trying to troll or anything and say your wrong, just discussing. I do see your side of things and agree its a possibility, but without the code from a 3+ amp to compare, all we can do is speculate.

And then, even if I have a 3, and give you a preset from my 3, and on your 2 it does not work, we SHOULD easily enough be able to quickly and easily create a custom file which SHOULD work, and just simply copy/paste the settings in the file, and bam, Fender preset, custom made to work on all models. But thats assuming that custom made presets DO work across all of the amps. But I havent read anything to the contrary.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 5:49 am
Offline
Hobbyist
Hobbyist

Joined: Thu Dec 30, 2010 8:39 am
Posts: 85
Location: Texas
The big issue here is, if presets from the I/II series can't be used on the III/IV/V series and vice-versa, Fender will have a customer service deluge whenever people are trying to download custom presets from Fuse.

At present, there are only 2 categories, G-Dec and Mustang. There's no differentiating between which model of Mustang.

How would anyone know if they are getting a preset for the first series or for the second series?

They wouldn't and if it fails to work, there will be a lot of people hollering about it.



We need some official word from Fender.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 6:08 am
Offline
Hobbyist
Hobbyist

Joined: Tue Feb 08, 2011 11:45 pm
Posts: 17
Hi There,

I got a MIII late yesterday only had two hours play with it so far, at work at the moment.

Happy to help put this conversation/idea to bed either way when I get in before you rip each other to pieces :)

Will have a look when I get in, see if I can grab the preset data structure from a III only preset and maybe upload one to fuse.

Unless some official fender bod comes along and chimes in.

The fact these presets are not on (fuse) already makes me think they are simply not compatible, or it could be fender officially do not want to host them at this stage as it's "one" of the selling points for the 3.

The latter would be a bit odd as I and probably others, did not buy the III soley for the extra models/presets, the extra banks to hold them yeah that was one reason.

No idea.... should be easy enough to find out.

p.s. downloaded a load of presets from fuse last night and they all worked fine, no doubt the majority were made on I or II. (none of which were perma saved to the amp just loaded in from fuse try it, try another)

Cheers
Rob

_________________
Image
Current Gear - Mustang III, VOX NT15, ValvePower Marshall Clone, Micro Cube, GR4
96' USA Fender Lonestar, Gibson 1958 Historic LP, Yamaha CPX900
FS-Night Train n voice matched 1x12 - UK as new.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 7:09 am
Offline
Hobbyist
Hobbyist

Joined: Tue Feb 08, 2011 11:45 pm
Posts: 17
Anyone got a link to a list of the 24 factory presets that come on the I and II?

_________________
Image
Current Gear - Mustang III, VOX NT15, ValvePower Marshall Clone, Micro Cube, GR4
96' USA Fender Lonestar, Gibson 1958 Historic LP, Yamaha CPX900
FS-Night Train n voice matched 1x12 - UK as new.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 7:24 am
Offline
Roadie
Roadie
User avatar

Joined: Tue Dec 28, 2010 9:42 am
Posts: 281
Hi Rob

Can you make a preset with tone III Mustang and put it in Fuse.
Those with Mustang I or II will try to load it and see if it works.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 8:44 am
Offline
Amateur
Amateur

Joined: Thu Oct 14, 2010 12:56 pm
Posts: 189
Firewall wrote:
Ok so, we still need to know what the code on a preset would be for the 3/4/5, and if THE ONLY difference is <Preset amplifier="Mustang III/IV/V" ProductId="X"> then changing it might work. Maybe not, I dont know.


FYI.
<Preset amplifier="Mustang III/IV/V" ProductId="1"> this works
<Preset amplifier="Mustang I/II/III/IV/V" ProductId="1"> this works
<Preset amplifier="Mustang III/IV/V" ProductId="2"> does not work


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 9:08 am
Offline
Hobbyist
Hobbyist

Joined: Tue Apr 27, 2010 3:08 pm
Posts: 48
I see Loren Howard is currently browsing this forum. I wonder if he will post.


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 9:26 am
Offline
Aspiring Musician
Aspiring Musician
User avatar

Joined: Sun Oct 31, 2010 8:55 pm
Posts: 859
Location: ʎʇıuıɟuı ɟo sʇɹıʞsʇno
rob.allan wrote:
Anyone got a link to a list of the 24 factory presets that come on the I and II?

Open the Fuse proggy and type in "Mustang I" you'll get the list of all 24 from Fender there.

_________________
J. Hendrix / S.R.V. / E. Clapton / R. Hansen / F. Marino / B.B. King (now that's a neat six-pack) :)
Eminence The Wizard vs Stock Mustang II Speaker Shootout http://arttux.com/Fender-Mustang-II-Eminence-Wizard-Speaker-Swap/


Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 10:35 am
Offline
Hobbyist
Hobbyist

Joined: Tue Feb 08, 2011 11:45 pm
Posts: 17
Just got in from work:

Search yields no results on either web page or searching web presets in fuse app, I see a few of them but not wading through all pages to find em all, cant be arsed :)

pick one you dont have out of this list and I'll up it to fuse non molested, then you can try as is, and messing with the headers.

list here:
http://www.fender.com/support/articles/ ... amplifiers

_________________
Image
Current Gear - Mustang III, VOX NT15, ValvePower Marshall Clone, Micro Cube, GR4
96' USA Fender Lonestar, Gibson 1958 Historic LP, Yamaha CPX900
FS-Night Train n voice matched 1x12 - UK as new.


Last edited by rob.allan on Wed Feb 09, 2011 10:47 am, edited 1 time in total.

Top
Profile
Post subject: Re: Mustang III Presets for Mustang I/II Users
Posted: Wed Feb 09, 2011 10:46 am
Offline
Hobbyist
Hobbyist

Joined: Tue Feb 08, 2011 11:45 pm
Posts: 17
First preset on my MIII (Liquid Solo), see my last post for more....

: note second line...

<?xml version="1.0" encoding="utf-8"?>
<Preset amplifier="Mustang I/II" ProductId="1">
<Amplifier>
<Module ID="93" POS="0" BypassState="1">
<Param ControlIndex="0">51657</Param>
<Param ControlIndex="1">47545</Param>
<Param ControlIndex="2">32896</Param>
<Param ControlIndex="3">26214</Param>
<Param ControlIndex="4">31611</Param>
<Param ControlIndex="5">17733</Param>
<Param ControlIndex="6">51400</Param>
<Param ControlIndex="7">29041</Param>
<Param ControlIndex="8">32896</Param>
<Param ControlIndex="9">0</Param>
<Param ControlIndex="10">32896</Param>
<Param ControlIndex="11">32896</Param>
<Param ControlIndex="12">10</Param>
<Param ControlIndex="13">10</Param>
<Param ControlIndex="14">10</Param>
<Param ControlIndex="15">1</Param>
<Param ControlIndex="16">2</Param>
<Param ControlIndex="17">10</Param>
<Param ControlIndex="18">10</Param>
<Param ControlIndex="19">1</Param>
<Param ControlIndex="20">0</Param>
<Param ControlIndex="21">1</Param>
<Param ControlIndex="22">0</Param>
</Module>
</Amplifier>
<FX>
<Stompbox ID="1">
<Module ID="0" POS="0" BypassState="1"></Module>
</Stompbox>
<Modulation ID="2">
<Module ID="0" POS="5" BypassState="1"></Module>
</Modulation>
<Delay ID="3">
<Module ID="43" POS="6" BypassState="1">
<Param ControlIndex="0">29812</Param>
<Param ControlIndex="1">31611</Param>
<Param ControlIndex="2">5140</Param>
<Param ControlIndex="3">34438</Param>
<Param ControlIndex="4">29041</Param>
<Param ControlIndex="5">0</Param>
</Module>
</Delay>
<Reverb ID="4">
<Module ID="36" POS="7" BypassState="1">
<Param ControlIndex="0">20560</Param>
<Param ControlIndex="1">30069</Param>
<Param ControlIndex="2">33153</Param>
<Param ControlIndex="3">32896</Param>
<Param ControlIndex="4">44204</Param>
</Module>
</Reverb>
</FX>
<Band Type="0" Repeat="0">
<SongFile Location="6">No Band</SongFile>
<AudioMix>0</AudioMix>
<Balance>29127</Balance>
<Speed>100</Speed>
<Pitch>0</Pitch>
<Tempo />
<Transpose />
<DrumSolo />
<CountIn />
</Band>
<FUSE>
<Info name="Liquid Solo" author="Rob Allan" rating="0" genre1="-1" genre2="-1" genre3="-1" tags="" fenderid="0"></Info>
<PedalColors>
<Color ID="1">14</Color>
<Color ID="2">1</Color>
<Color ID="3">2</Color>
<Color ID="4">10</Color>
</PedalColors>
</FUSE>
<ExpressionPedal GreenModeBehavior="1" RedModeBehavior="6" HeelSetting="0" ToeSetting="65535" PedalMode="0" BypassEffectWhenGreen="1" ParameterIndex="0" />
</Preset>

_________________
Image
Current Gear - Mustang III, VOX NT15, ValvePower Marshall Clone, Micro Cube, GR4
96' USA Fender Lonestar, Gibson 1958 Historic LP, Yamaha CPX900
FS-Night Train n voice matched 1x12 - UK as new.


Top
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 73 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC - 7 hours

Fender Play Winter Sale 2020

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to: