Uses of Interface
com.frinika.synth.settings.SynthSettings

Packages that use SynthSettings
com.frinika.project.settings   
com.frinika.project.settings.projectsettingsversions   
com.frinika.synth   
com.frinika.synth.settings.synthsettingsversions   
com.petersalomonsen.mystudio.mysynth   
com.petersalomonsen.mystudio.mytracker   
 

Uses of SynthSettings in com.frinika.project.settings
 

Methods in com.frinika.project.settings that return SynthSettings
 SynthSettings ProjectSettings.getSynthSettings()
           
 

Methods in com.frinika.project.settings with parameters of type SynthSettings
 void ProjectSettings.setSynthSettings(SynthSettings synthSettings)
           
 

Uses of SynthSettings in com.frinika.project.settings.projectsettingsversions
 

Methods in com.frinika.project.settings.projectsettingsversions that return SynthSettings
 SynthSettings Project20050227.getSynthSettings()
           
 

Methods in com.frinika.project.settings.projectsettingsversions with parameters of type SynthSettings
 void Project20050227.setSynthSettings(SynthSettings synthSettings)
           
 

Uses of SynthSettings in com.frinika.synth
 

Methods in com.frinika.synth that return SynthSettings
 SynthSettings SynthRack.getSynthSetup()
           
 

Methods in com.frinika.synth with parameters of type SynthSettings
 void SynthRack.loadSynthSetup(SynthSettings setup)
           
 void SynthRack.loadSynthSetupThread(SynthSettings setup)
           
 

Uses of SynthSettings in com.frinika.synth.settings.synthsettingsversions
 

Classes in com.frinika.synth.settings.synthsettingsversions that implement SynthSettings
 class SynthSettings20050227
           
 class SynthSettings20070815
           
 

Uses of SynthSettings in com.petersalomonsen.mystudio.mysynth
 

Classes in com.petersalomonsen.mystudio.mysynth that implement SynthSettings
 class SynthSetup
           
 

Uses of SynthSettings in com.petersalomonsen.mystudio.mytracker
 

Methods in com.petersalomonsen.mystudio.mytracker that return SynthSettings
 SynthSettings MyStudioProject.getSynthSettings()
           
 

Methods in com.petersalomonsen.mystudio.mytracker with parameters of type SynthSettings
 void MyStudioProject.setSynthSettings(SynthSettings synthSettings)