Uses of Interface
com.softsynth.jmsl.util.MusicShapeEditorOperator
Package | Description |
---|---|
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 Modifier and Type Class Description class
CopyMusicShapeEditorOperator
copy selected range to MusicShapeEditor's static copy bufferclass
FitToRangeMusicShapeEditorOperator
Compress or expand each element in selected range so that it fits within floor and ceiling thresholds set by user in MusicShapeEditorclass
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 MusicShapeEditorclass
RemoveMusicShapeEditorOperator
Remove selected range from a MusicShape in MusicShapeEditorclass
RetrogradeMusicShapeEditorOperator
Reverse a range of a MusicShapeclass
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 MusicShapeEditorclass
SortMusicShapeEditorOperator
Sort in ascending order a selected range of a MusicShape.class
TransposeMusicShapeEditorOperator
Transpose selected range of MusicShape by v1class
UnZoomMusicShapeEditorOperator
Zoom out to entire range of elements in MusicShapeclass
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 Modifier and Type Method Description void
MusicShapeEditor. addMusicShapeEditorOperator(MusicShapeEditorOperator op)
void
MusicShapeEditor. removeMusicShapeRangeOperator(MusicShapeEditorOperator op)