Exemple #1
0
 public CustomGuitarTuning(string inputNotes)
 {
     _notes = NoteHelper.ConvertStringInputToNotes(inputNotes);
 }
Exemple #2
0
 public CustomMandolinTuning(string notes)
 {
     _notes = NoteHelper.ConvertStringInputToNotes(notes);
 }
Exemple #3
0
 public CustomUkuleleTuning(string notes)
 {
     _notes = NoteHelper.ConvertStringInputToNotes(notes);
 }