|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.control.automation.MidiFileSnapshotAutomation
public class MidiFileSnapshotAutomation
Implements the snapshot automation API in terms of standard midi files.
Constructor Summary | |
---|---|
MidiFileSnapshotAutomation(MidiSequenceSnapshotAutomation auto,
java.lang.String ext)
|
Method Summary | |
---|---|
void |
configure(java.lang.String name)
Modify the controls structure to suit the named snapshot. |
java.lang.String[] |
list()
List stored snapshot names. |
void |
recall(java.lang.String name)
Recall a controls snapshot. |
void |
setPath(java.io.File path)
|
void |
store(java.lang.String name)
Store a controls snapshot. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MidiFileSnapshotAutomation(MidiSequenceSnapshotAutomation auto, java.lang.String ext)
Method Detail |
---|
public void setPath(java.io.File path)
public void configure(java.lang.String name)
SnapshotAutomation
configure
in interface SnapshotAutomation
public void recall(java.lang.String name)
SnapshotAutomation
recall
in interface SnapshotAutomation
public void store(java.lang.String name)
SnapshotAutomation
store
in interface SnapshotAutomation
public java.lang.String[] list()
SnapshotAutomation
list
in interface SnapshotAutomation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |