Class ScrambleTransform
java.lang.Object
com.softsynth.jmsl.score.UnaryCopyBufferTransform
com.softsynth.jmsl.score.transforms.ScrambleTransform
public class ScrambleTransform extends UnaryCopyBufferTransform
UnaryCopyBufferTransform.
Scramble Notes in copy buffer. JMSL Notation Project
Scramble Notes in copy buffer. JMSL Notation Project
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description ScrambleTransform()
-
Method Summary
Modifier and Type Method Description void
operate(CopyBuffer copyBuffer)
Implement this method to do whatever you want to CopyBuffer passed to operate().Methods inherited from class com.softsynth.jmsl.score.UnaryCopyBufferTransform
getName, setName
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
ScrambleTransform
public ScrambleTransform()
-
-
Method Details
-
operate
Implement this method to do whatever you want to CopyBuffer passed to operate().- Specified by:
operate
in classUnaryCopyBufferTransform
-