Ejemplo n.º 1
0
 public static int ToInt(Note n)
 {
     return((int)n.Label + (n.Octave * OctaveLength));
 }