com.softsynth.jmsl.score.transforms
Class TupletTransform

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

public class TupletTransform
extends NotePropertiesTransform

Change tuplet info of Notes in Selection Buffer.

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

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
TupletTransform(int tuplet)
           
 
Method Summary
 void operate(Score score, SelectionBuffer selectionBuffer)
          Apply tuplet 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

TupletTransform

public TupletTransform(int tuplet)
Method Detail

operate

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

Specified by:
operate in class NotePropertiesTransform