com.softsynth.jmsl.score
Class DotTransform

java.lang.Object
  extended bycom.softsynth.jmsl.score.NotePropertiesTransform
      extended bycom.softsynth.jmsl.score.DotTransform

public class DotTransform
extends NotePropertiesTransform

Cycle through setting 0, 1, 2 dots on Notes in Selection Buffer. If a number of Dots is specified in constructor, set Notes to this amount.

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

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
DotTransform()
           
DotTransform(int numDots)
           
 
Method Summary
 void operate(Score score, SelectionBuffer selectionBuffer)
          Add 1 modulo 3 dots to all notes in selection
 
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

DotTransform

public DotTransform()

DotTransform

public DotTransform(int numDots)
Method Detail

operate

public void operate(Score score,
                    SelectionBuffer selectionBuffer)
Add 1 modulo 3 dots to all notes in selection

Specified by:
operate in class NotePropertiesTransform