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

            CurrentLength = chord.Length.NoteType.getStringFromNoteLength();
            Lengths       = NoteLengthExtensions.getAllLengthStrings();
        }
 public void updateChordBounds(ChordTreeNode chord_node)
 {
     position.resetPositionToChordBeginning(chord_node.Bounds);
     chord_node.updateBounds();
 }