getTuning property

List<String> getTuning

Returns current tuning

List of strings where each element is a string containing 2 characters, the 1st is the note as an alphabetic letter and the 2nd is a number indicating the octave. i.e. "E2", "A2", "D3", "G3", "B3", "E4";

Implementation

List<String> get getTuning => _tuning;