Uses of Class
com.softsynth.jmsl.score.BinaryCopyBufferTransform
| Package | Description |
|---|---|
| com.softsynth.jmsl.score | |
| com.softsynth.jmsl.score.transforms | |
| jmsltutorial |
-
Uses of BinaryCopyBufferTransform in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score with parameters of type BinaryCopyBufferTransform Modifier and Type Method Description voidScoreFrame. addBinaryCopyBufferTransform(PVMenu menu, BinaryCopyBufferTransform transform, int shortCutKey)Add a custom BinaryCopyBufferTransform to this ScoreFrame's "Binary Copy Buffer Transforms" menu.voidScoreFrame. addBinaryCopyBufferTransform(BinaryCopyBufferTransform transform)voidScoreFrame. addBinaryCopyBufferTransform(BinaryCopyBufferTransform transform, int shortCutKey)Constructors in com.softsynth.jmsl.score with parameters of type BinaryCopyBufferTransform Constructor Description BinaryCopyBufferTransformCommand(BinaryCopyBufferTransform transform) -
Uses of BinaryCopyBufferTransform in com.softsynth.jmsl.score.transforms
Subclasses of BinaryCopyBufferTransform in com.softsynth.jmsl.score.transforms Modifier and Type Class Description classZipperTransformZipperTransform. -
Uses of BinaryCopyBufferTransform in jmsltutorial
Subclasses of BinaryCopyBufferTransform in jmsltutorial Modifier and Type Class Description classMutationMeanTransformMutationMeanTransform
The resulting melody is the pitch mean and duration mean of the two sources, specifically: the pitch of the resulting Noten = mean pitch of Aux1Noten and Aux2Noten the duration of the resulting Noten = mean duration of Aux1Noten and Aux2Noten