com.petersalomonsen.mystudio.mytracker
Class MyStudioProject

java.lang.Object
  extended by com.petersalomonsen.mystudio.mytracker.MyStudioProject
All Implemented Interfaces:
ProjectSettings, java.io.Serializable

public class MyStudioProject
extends java.lang.Object
implements ProjectSettings, java.io.Serializable

Author:
Peter Johan Salomonsen
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
MyStudioProject()
           
 
Method Summary
 byte[] getSequence()
           
 SynthSettings getSynthSettings()
           
 void setSequence(byte[] sequence)
           
 void setSynthSettings(SynthSettings synthSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MyStudioProject

public MyStudioProject()
Method Detail

getSequence

public byte[] getSequence()
Specified by:
getSequence in interface ProjectSettings

setSequence

public void setSequence(byte[] sequence)
Specified by:
setSequence in interface ProjectSettings

getSynthSettings

public SynthSettings getSynthSettings()
Specified by:
getSynthSettings in interface ProjectSettings

setSynthSettings

public void setSynthSettings(SynthSettings synthSettings)
Specified by:
setSynthSettings in interface ProjectSettings