-
-
Methods in com.softsynth.jmsl.util with parameters of type MusicShapeEditor
Modifier and Type |
Method |
Description |
void |
CopyMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
copy selected range to MusicShapeEditor's static copy buffer
|
void |
FitToRangeMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
|
void |
InvertMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
invert selected range of MusicShape
|
void |
MusicShapeEditorOperator.operate(MusicShapeEditor editor,
MusicShape s) |
|
void |
PasteMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Paste from MusicShapeEditor's static copy buffer to current index of current MusicShape s.
|
void |
RandomizeMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
randomize values within selected range of MusicShape, using the floor and ceiling values set by the user.
|
void |
RemoveMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Remove selected range of elements from musicshape.
|
void |
RetrogradeMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
reverse selected range of MusicShape
|
void |
ScaleMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
scale by v2 / v3 or v3 / v2 depending on boolean flip value No scaling if denom==0
|
void |
ScaleToTotalMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Scale the selected range of MusicShape so that the total of the elements in this dimension
equals v1
|
void |
ScrambleMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Scramble elements within selected range of musicshape.
|
void |
SortMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
sort selected range of MusicShape
|
void |
TransposeMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
transpose by v1
|
void |
UnZoomMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Zoom out to full range of elements from musicshape.
|
void |
ZoomMusicShapeEditorOperator.operate(MusicShapeEditor se,
MusicShape s) |
Zoom to selected range of elements from musicshape.
|
-