com.frinika.project.settings
Interface ProjectSettings

All Known Implementing Classes:
MyStudioProject, Project20050227

public interface ProjectSettings

Author:
Peter Johan Salomonsen

Method Summary
 byte[] getSequence()
           
 SynthSettings getSynthSettings()
           
 void setSequence(byte[] sequence)
           
 void setSynthSettings(SynthSettings synthSettings)
           
 

Method Detail

getSequence

byte[] getSequence()

setSequence

void setSequence(byte[] sequence)

getSynthSettings

SynthSettings getSynthSettings()

setSynthSettings

void setSynthSettings(SynthSettings synthSettings)