|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.frinika.project.MidiDeviceDescriptor
com.frinika.project.SynthesizerDescriptor
public class SynthesizerDescriptor
A serializable representation of a Synthesizer Midi Device used in a Frinika project. Contains resources neccesary for re-opening the correct midi device.
| Field Summary |
|---|
| Fields inherited from class com.frinika.project.MidiDeviceDescriptor |
|---|
serializableMidiDevice |
| Constructor Summary | |
|---|---|
SynthesizerDescriptor(javax.sound.midi.Synthesizer midiDevice)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSoundBankFileName()
Get the filename for the loaded soundbank |
protected void |
installImp(ProjectContainer project)
Called from install to actually do the work. |
void |
setSoundBankFileName(java.lang.String soundBankFileName)
Set the filename for the loaded soundbank |
| Methods inherited from class com.frinika.project.MidiDeviceDescriptor |
|---|
getIcon, getLargeIcon, getMidiDevice, getMidiDeviceName, getProjectName, getSerializableMidiDevice, install, setMidiDeviceName, setProjectName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SynthesizerDescriptor(javax.sound.midi.Synthesizer midiDevice)
| Method Detail |
|---|
public java.lang.String getSoundBankFileName()
getSoundBankFileName in interface SoundBankNameHolderpublic void setSoundBankFileName(java.lang.String soundBankFileName)
setSoundBankFileName in interface SoundBankNameHoldersoundBankFileName - protected void installImp(ProjectContainer project)
MidiDeviceDescriptor
installImp in class MidiDeviceDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||