private void button3_Click(object sender, EventArgs e) { tablatureProcessor.ChangeTune(GuitarTune.GetDefaultGuitarTune()); UpdateText(); }
public TablatureProcessor(GuitarTune guitarTune = null) { this.Tune = guitarTune ?? GuitarTune.GetDefaultGuitarTune(); }