Example #1
0
        public ChordProperties(ChordTreeNode c, GuiCommandExecutor ex, NodeClick cl)
            : base(cl, ex)
        {
            chord = c.getChord();

            CurrentLength = chord.Length.NoteType.getStringFromNoteLength();
            Lengths       = NoteLengthExtensions.getAllLengthStrings();
        }