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

    Fields
    Modifier and Type Field Description
    static java.lang.String copyright  
  • Constructor Summary

    Constructors
    Constructor Description
    DotTransform()  
    DotTransform​(int numDots)  
  • Method Summary

    Modifier and Type Method Description
    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 Details

  • Constructor Details

    • DotTransform

      public DotTransform()
    • DotTransform

      public DotTransform​(int numDots)
  • Method Details