com.softsynth.jmsl.score.transforms
Class ScrambleTransform

java.lang.Object
  extended by com.softsynth.jmsl.score.UnaryCopyBufferTransform
      extended by com.softsynth.jmsl.score.transforms.ScrambleTransform

public class ScrambleTransform
extends UnaryCopyBufferTransform

UnaryCopyBufferTransform.
Scramble Notes in copy buffer. JMSL Notation Project

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
ScrambleTransform()
           
 
Method Summary
 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 Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

ScrambleTransform

public ScrambleTransform()
Method Detail

operate

public void operate(CopyBuffer copyBuffer)
Implement this method to do whatever you want to CopyBuffer passed to operate().

Specified by:
operate in class UnaryCopyBufferTransform