com.softsynth.jmsl.util
Interface AttributeBuildable

All Known Implementing Classes:
Brass, CelloSampleIns, CelloSampleSustainingIns, JSynInsFromClassName, MidiScoreInstrument, PlayLurkingJSynInstrument, RingMod, SimpleSamplePlayingInstrument, SimpleSamplePlayingInstrumentWithAmplitudeMap, SimpleSamplePlayingInstrumentWithLoops, SineInstrument, SuperBrass, SuperNoiseSwoop, SuperRingModBell, SupoveVox, SynthNoteAllPortsInstrument, SynthNoteAllPortsInstrumentSP, TransposingSamplePlayingInstrument, TransposingSamplePlayingInstrumentWithAmplitudeMap, TransposingSampleSustainingInstrument, TransposingSampleSustainingInstrumentWithAmplitudeMap

public interface AttributeBuildable

A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods

Author:
Nick Didkovsky 3/8/01 11:42AM

Method Summary
 void buildFromAttributes()
           
 

Method Detail

buildFromAttributes

void buildFromAttributes()
                         throws java.lang.Exception
Throws:
java.lang.Exception