Uses of Class
com.softsynth.jmsl.score.UnaryCopyBufferTransform
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.transforms | |
jmsltutorial |
-
Uses of UnaryCopyBufferTransform in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score with parameters of type UnaryCopyBufferTransform Modifier and Type Method Description void
ScoreFrame. addUnaryCopyBufferTransform(PVMenu menu, UnaryCopyBufferTransform transform, int shortCutKey)
Add a custom UnaryCopyBufferTransform to this ScoreFrame's "Unary Copy Buffer Transforms" menu.void
ScoreFrame. addUnaryCopyBufferTransform(UnaryCopyBufferTransform transform)
Add a custom UnaryCopyBufferTransform to this ScoreFrame's "Unary Copy Buffer Transforms" menu.void
ScoreFrame. addUnaryCopyBufferTransform(UnaryCopyBufferTransform transform, int shortCutKey)
Constructors in com.softsynth.jmsl.score with parameters of type UnaryCopyBufferTransform Constructor Description UnaryCopyBufferTransformCommand(UnaryCopyBufferTransform transform)
-
Uses of UnaryCopyBufferTransform in com.softsynth.jmsl.score.transforms
Subclasses of UnaryCopyBufferTransform in com.softsynth.jmsl.score.transforms Modifier and Type Class Description class
RetrogradeTransform
UnaryCopyBufferTransform.class
ScrambleTransform
UnaryCopyBufferTransform. -
Uses of UnaryCopyBufferTransform in jmsltutorial
Subclasses of UnaryCopyBufferTransform in jmsltutorial Modifier and Type Class Description class
ConvergeToMeanTransform
Calculate the mean pitch of all notes in the copy buffer.
Set the pitch of each according to the position in the buffer: early notes changed minimally, later notes attracted maximally to mean.class
HocketTransform
HocketTransform