com.softsynth.jmsl.score.transforms
Class DynamicTransform

java.lang.Object
  extended by com.softsynth.jmsl.score.NotePropertiesTransform
      extended by com.softsynth.jmsl.score.transforms.DynamicTransform

public class DynamicTransform
extends NotePropertiesTransform

Change dynamic value of Notes in Selection Buffer.
DYNAMICS: 0 = none, 1= pppp, 2 = ppp, 3 = pp, 4 = p, 5 = mp, 6 = mf, 7=f, 8=ff, 9=fff, 10=ffff

Author:
Nick Didkovsky, copyright 2002 Nick Didkovsky, all rights reserved

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
DynamicTransform(int dynamic)
           
 
Method Summary
 void operate(Score score, SelectionBuffer selectionBuffer)
          Apply dynamic to selected Notes
 
Methods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
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

DynamicTransform

public DynamicTransform(int dynamic)
Method Detail

operate

public void operate(Score score,
                    SelectionBuffer selectionBuffer)
Apply dynamic to selected Notes

Specified by:
operate in class NotePropertiesTransform