Uses of Interface
com.frinika.synth.synths.sampler.settings.SampledSoundSettings

Packages that use SampledSoundSettings
com.frinika.synth.importers.wav   
com.frinika.synth.synths   
com.frinika.synth.synths.sampler   
com.frinika.synth.synths.sampler.settings   
com.frinika.synth.synths.sampler.settings.sampledsoundsettingversions   
com.frinika.synth.synths.sampler.settings.samplersettingversions   
com.petersalomonsen.mystudio.mysynth   
 

Uses of SampledSoundSettings in com.frinika.synth.importers.wav
 

Methods in com.frinika.synth.importers.wav that return SampledSoundSettings
 SampledSoundSettings WavImporter.importWav(java.io.File file)
           
 

Uses of SampledSoundSettings in com.frinika.synth.synths
 

Fields in com.frinika.synth.synths declared as SampledSoundSettings
 SampledSoundSettings[][] MySampler.sampledSounds
           
 

Methods in com.frinika.synth.synths with parameters of type SampledSoundSettings
 void MySampler.insertSample(SampledSoundSettings snd, int noteNumber, int velocity)
           
 

Uses of SampledSoundSettings in com.frinika.synth.synths.sampler
 

Methods in com.frinika.synth.synths.sampler with parameters of type SampledSoundSettings
 void SamplerGUI.insertSampleToSelection(SampledSoundSettings sampledSound)
           
 

Constructors in com.frinika.synth.synths.sampler with parameters of type SampledSoundSettings
SampleEditor(SampledSoundSettings sampledSound)
           
 

Uses of SampledSoundSettings in com.frinika.synth.synths.sampler.settings
 

Methods in com.frinika.synth.synths.sampler.settings that return SampledSoundSettings
 SampledSoundSettings[][] SamplerSettings.getSampledSounds()
           
 

Methods in com.frinika.synth.synths.sampler.settings with parameters of type SampledSoundSettings
 void SamplerSettings.setSampledSounds(SampledSoundSettings[][] sampledSounds)
           
 

Uses of SampledSoundSettings in com.frinika.synth.synths.sampler.settings.sampledsoundsettingversions
 

Classes in com.frinika.synth.synths.sampler.settings.sampledsoundsettingversions that implement SampledSoundSettings
 class SampledSound20050227
           
 class SampledSound20050403
           
 

Uses of SampledSoundSettings in com.frinika.synth.synths.sampler.settings.samplersettingversions
 

Methods in com.frinika.synth.synths.sampler.settings.samplersettingversions that return SampledSoundSettings
 SampledSoundSettings[][] Sampler20050227.getSampledSounds()
           
 

Methods in com.frinika.synth.synths.sampler.settings.samplersettingversions with parameters of type SampledSoundSettings
 void Sampler20050227.setSampledSounds(SampledSoundSettings[][] sampledSounds)
           
 

Uses of SampledSoundSettings in com.petersalomonsen.mystudio.mysynth
 

Classes in com.petersalomonsen.mystudio.mysynth that implement SampledSoundSettings
 class SampledSound