com.softsynth.jmsl.score
Class VelocityTransform

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

public class VelocityTransform
extends NotePropertiesTransform

Change vel of selected notes. You can follow this as a model for using a Dialog to get user values before operate()'ing

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

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
VelocityTransform()
          Constructor gives unique name, this.name = "Transpose: " + interval;
VelocityTransform(java.awt.Frame f)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void operate(Score score, SelectionBuffer selectionBuffer)
          Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffer
 
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

VelocityTransform

public VelocityTransform()
Constructor gives unique name, this.name = "Transpose: " + interval;


VelocityTransform

public VelocityTransform(java.awt.Frame f)
Method Detail

operate

public void operate(Score score,
                    SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffer

Specified by:
operate in class NotePropertiesTransform

main

public static void main(java.lang.String[] args)