public Tone2014()
 {                                     //fill with defauld amp\cab
     GearList        = new Gear2014(); //{ Amp = new Pedal2014() { }, Cabinet = new Pedal2014() { } };
     IsCustom        = true;
     Volume          = -12;
     ToneDescriptors = new List <string>();
     NameSeparator   = " - ";
     SortOrder       = 0;
 }
Esempio n. 2
0
 public Tone2014()
 {                                     //fill with default amp\cab
     GearList        = new Gear2014(); //{ Amp = new Pedal2014() { }, Cabinet = new Pedal2014() { } };
     IsCustom        = true;
     Volume          = -12;
     ToneDescriptors = new List <string>();
     NameSeparator   = " - "; // not always the case, sometimes it is "" on customs
     SortOrder       = 0;
 }