|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softsynth.jmsl.score.NotePropertiesTransform com.softsynth.jmsl.score.transforms.DurationTransform
public class DurationTransform
Set all durations to specified core duration
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Constructor Summary | |
---|---|
DurationTransform(int coreDur)
|
Method Summary | |
---|---|
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 |
---|
public static final java.lang.String copyright
Constructor Detail |
---|
public DurationTransform(int coreDur)
Method Detail |
---|
public void operate(Score score, SelectionBuffer selectionBuffer)
operate
in class NotePropertiesTransform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |