uk.org.toot.control
Class CompoundControlMidiPersistence

java.lang.Object
  extended by uk.org.toot.control.CompoundControlMidiPersistence
All Implemented Interfaces:
CompoundControlPersistence

public class CompoundControlMidiPersistence
extends java.lang.Object
implements CompoundControlPersistence


Constructor Summary
CompoundControlMidiPersistence(java.io.File root)
           
 
Method Summary
 java.util.List<java.lang.String> getPresets(CompoundControl c)
           
 void loadPreset(CompoundControl c, java.lang.String name)
           
 void savePreset(CompoundControl c, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundControlMidiPersistence

public CompoundControlMidiPersistence(java.io.File root)
Method Detail

getPresets

public java.util.List<java.lang.String> getPresets(CompoundControl c)
Specified by:
getPresets in interface CompoundControlPersistence

loadPreset

public void loadPreset(CompoundControl c,
                       java.lang.String name)
Specified by:
loadPreset in interface CompoundControlPersistence

savePreset

public void savePreset(CompoundControl c,
                       java.lang.String name)
Specified by:
savePreset in interface CompoundControlPersistence


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.