|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.synth.Synth
com.frinika.synth.synths.Organ
public class Organ
Nested Class Summary | |
---|---|
class |
Organ.OrganSettings
|
Field Summary |
---|
Fields inherited from class com.frinika.synth.Synth |
---|
keys, oscillators, postOscillator, preOscillator, sustain, sustainedKeys |
Constructor Summary | |
---|---|
Organ(SynthRack synth)
|
Method Summary | |
---|---|
java.io.Serializable |
getSettings()
|
void |
loadSettings(java.io.Serializable settings)
|
void |
noteOn(int noteNumber,
int velocity)
|
java.lang.String |
toString()
|
Methods inherited from class com.frinika.synth.Synth |
---|
addInstrumentNameListener, addOscillator, allNotesOff, allSoundOff, close, controlChange, getAudioOutput, getChannelPressure, getController, getFrinikaSynth, getInstrumentName, getMono, getMute, getOmni, getPitchBend, getPolyPressure, getPostOscillator, getPreOscillator, getProgram, getSolo, localControl, noteOff, noteOff, programChange, programChange, removeInstrumentNameListener, resetAllControllers, setChannelPressure, setInstrumentName, setMono, setMute, setOmni, setPitchBend, setPolyPressure, setSolo, showGUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Organ(SynthRack synth)
voiceServer
- Method Detail |
---|
public void noteOn(int noteNumber, int velocity)
public java.lang.String toString()
toString
in class Synth
public java.io.Serializable getSettings()
getSettings
in class Synth
public void loadSettings(java.io.Serializable settings)
loadSettings
in class Synth
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |