Uses of Interface
com.softsynth.jmsl.util.MusicShapeEditorOperator

Packages that use MusicShapeEditorOperator
com.softsynth.jmsl.util   
com.softsynth.jmsl.view   
 

Uses of MusicShapeEditorOperator in com.softsynth.jmsl.util
 

Classes in com.softsynth.jmsl.util that implement MusicShapeEditorOperator
 class CopyMusicShapeEditorOperator
          copy selected range to MusicShapeEditor's static copy buffer
 class FitToRangeMusicShapeEditorOperator
          Compress or expand each element in selected range so that it fits within floor and ceiling thresholds set by user in MusicShapeEditor
 class InvertMusicShapeEditorOperator
          Invert a range of a MusicShape about the inversion level set by user.
 class PasteMusicShapeEditorOperator
          Paste to current MusicShapes location the contents of the 0th element in MusicShapeEditor's static copy buffer.
 class RandomizeMusicShapeEditorOperator
          Randomize values of selected elements within the min/max ranges set by user in MusicShapeEditor
 class RemoveMusicShapeEditorOperator
          Remove selected range from a MusicShape in MusicShapeEditor
 class RetrogradeMusicShapeEditorOperator
          Reverse a range of a MusicShape
 class ScaleMusicShapeEditorOperator
          transpose and scale selected range of MusicShape by (v2 / v3) or (v3 / v2)
 class ScaleToTotalMusicShapeEditorOperator
          Sum the total of selected range.
 class ScrambleMusicShapeEditorOperator
          Scramble selected range of a MusicShape in MusicShapeEditor
 class SortMusicShapeEditorOperator
          Sort in ascending order a selected range of a MusicShape.
 class TransposeMusicShapeEditorOperator
          Transpose selected range of MusicShape by v1
 class UnZoomMusicShapeEditorOperator
          Zoom out to entire range of elements in MusicShape
 class ZoomMusicShapeEditorOperator
          Zoom in to selected range on MusicShape
 

Uses of MusicShapeEditorOperator in com.softsynth.jmsl.view
 

Methods in com.softsynth.jmsl.view with parameters of type MusicShapeEditorOperator
 void MusicShapeEditor.addMusicShapeEditorOperator(MusicShapeEditorOperator op)
           
 void MusicShapeEditor.removeMusicShapeRangeOperator(MusicShapeEditorOperator op)