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 classCopyMusicShapeEditorOperatorcopy selected range to MusicShapeEditor's static copy bufferclassFitToRangeMusicShapeEditorOperatorCompress or expand each element in selected range so that it fits within floor and ceiling thresholds set by user in MusicShapeEditorclassInvertMusicShapeEditorOperatorInvert a range of a MusicShape about the inversion level set by user.classPasteMusicShapeEditorOperatorPaste to current MusicShapes location the contents of the 0th element in MusicShapeEditor's static copy buffer.classRandomizeMusicShapeEditorOperatorRandomize values of selected elements within the min/max ranges set by user in MusicShapeEditorclassRemoveMusicShapeEditorOperatorRemove selected range from a MusicShape in MusicShapeEditorclassRetrogradeMusicShapeEditorOperatorReverse a range of a MusicShapeclassScaleMusicShapeEditorOperatortranspose and scale selected range of MusicShape by (v2 / v3) or (v3 / v2)classScaleToTotalMusicShapeEditorOperatorSum the total of selected range.classScrambleMusicShapeEditorOperatorScramble selected range of a MusicShape in MusicShapeEditorclassSortMusicShapeEditorOperatorSort in ascending order a selected range of a MusicShape.classTransposeMusicShapeEditorOperatorTranspose selected range of MusicShape by v1classUnZoomMusicShapeEditorOperatorZoom out to entire range of elements in MusicShapeclassZoomMusicShapeEditorOperatorZoom 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 voidMusicShapeEditor. addMusicShapeEditorOperator(MusicShapeEditorOperator op)voidMusicShapeEditor. removeMusicShapeRangeOperator(MusicShapeEditorOperator op)