Class ScoreMusicShapeEditorOperator

java.lang.Object
com.softsynth.jmsl.score.operators.ScoreMusicShapeEditorOperator
All Implemented Interfaces:
ScoreOperator

public class ScoreMusicShapeEditorOperator
extends java.lang.Object
implements ScoreOperator
Open a ScoreMusicShapeEditor in its own Frame, set to current Score. If Notes are selected when this operator is called, they will be pulled into the MusicShapeEditor. User may also select Notes in a Score and press the "Yank Selected Notes" button.
Author:
Nick Didkovsky, nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreMusicShapeEditorOperator()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    java.lang.String getResultString()  
    void operate​(Score score)
    Do some analysis of the score, or add material to it, or operate in some way.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScoreMusicShapeEditorOperator

      public ScoreMusicShapeEditorOperator()
  • Method Details

    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface ScoreOperator
    • operate

      public void operate​(Score score)
      Description copied from interface: ScoreOperator
      Do some analysis of the score, or add material to it, or operate in some way.
      Specified by:
      operate in interface ScoreOperator
    • getResultString

      public java.lang.String getResultString()
      Specified by:
      getResultString in interface ScoreOperator
      Returns:
      a String reporting the results of operate()