com.softsynth.jmsl.score.transforms
Class DotTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
DotTransform
public DotTransform()
DotTransform
public DotTransform(int numDots)
operate
public void operate(Score score,
SelectionBuffer selectionBuffer)
- Add 1 modulo 3 dots to all notes in selection
- Specified by:
operate
in class NotePropertiesTransform