Uses of Interface
com.frinika.synth.synths.sampler.RecordProgressListener

Packages that use RecordProgressListener
com.frinika.synth.synths.sampler   
 

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

Classes in com.frinika.synth.synths.sampler that implement RecordProgressListener
 class RecorderGUI
          The RecorderGUI class is providing a user interface for monitoring sampler recording progress.
 

Methods in com.frinika.synth.synths.sampler with parameters of type RecordProgressListener
 void SamplerOscillator.setRecordProgressListener(RecordProgressListener recordProgressListener)