com.frinika.synth.settings.synthsettingsversions
Class SynthSettings20050227
java.lang.Object
com.frinika.synth.settings.synthsettingsversions.SynthSettings20050227
- All Implemented Interfaces:
- SynthSettings, java.io.Serializable
public class SynthSettings20050227
- extends java.lang.Object
- implements SynthSettings, java.io.Serializable
- Author:
- Peter Johan Salomonsen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynthSettings20050227
public SynthSettings20050227()
getSynthClassNames
public java.lang.String[] getSynthClassNames()
- Specified by:
getSynthClassNames
in interface SynthSettings
- Returns:
- Returns the synthClassNames.
setSynthClassNames
public void setSynthClassNames(java.lang.String[] synthClassNames)
- Specified by:
setSynthClassNames
in interface SynthSettings
- Parameters:
synthClassNames
- The synthClassNames to set.
getSynthSettings
public java.io.Serializable[] getSynthSettings()
- Specified by:
getSynthSettings
in interface SynthSettings
- Returns:
- Returns the synthSettings.
setSynthSettings
public void setSynthSettings(java.io.Serializable[] synthSettings)
- Specified by:
setSynthSettings
in interface SynthSettings
- Parameters:
synthSettings
- The synthSettings to set.
hasProgramChangeEvent
public boolean hasProgramChangeEvent()
- Description copied from interface:
SynthSettings
- For backward compatibility - earlier versions midilanes doesn't contain a program change event
- Specified by:
hasProgramChangeEvent
in interface SynthSettings
- Returns: