Package com.softsynth.jmsl.util
Interface AttributeBuildable
- All Known Implementing Classes:
Brass,JSynInsFromClassName,JSynSimpleUnitVoiceInstrument,JSynUnitVoiceInstrument,LineInInstrument,MidiScoreInstrument,RingMod,SamplePlayingInstrument,SimpleSamplePlayingInstrument,SimpleSamplePlayingInstrumentWithAmplitudeMap,SimpleSamplePlayingInstrumentWithLoops,SineInstrument,SuperNoiseSwoop,SupoveVox,SynthNoteAllPortsInstrument,SynthNoteAllPortsInstrumentSP,TransposingSamplePlayingInstrument,TransposingSamplePlayingInstrumentWithAmplitudeMap,TransposingSampleSustainingInstrument
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
Modifier and Type Method Description voidbuildFromAttributes()
-
Method Details
-
buildFromAttributes
void buildFromAttributes() throws java.lang.Exception- Throws:
java.lang.Exception
-