Class LineInInstrument
java.lang.Object
com.softsynth.jmsl.InstrumentAdapter
com.softsynth.jmsl.jsyn2.JSynSimpleUnitVoiceInstrument
com.softsynth.jmsl.jsyn2.JSynUnitVoiceInstrument
com.softsynth.jmsl.jsyn2.instruments.LineInInstrument
- All Implemented Interfaces:
Instrument
,Namable
,OutputProvider
,Transposable
,AttributeBuildable
,Tunable
public class LineInInstrument extends JSynUnitVoiceInstrument
-
Constructor Summary
Constructors Constructor Description LineInInstrument()
-
Method Summary
Methods inherited from class com.softsynth.jmsl.jsyn2.JSynUnitVoiceInstrument
buildDimensionNameSpace, buildFromAttributes, getActiveJSynVoices, main, off, off, on, play, toString, update, update
Methods inherited from class com.softsynth.jmsl.jsyn2.JSynSimpleUnitVoiceInstrument
addSignalSource, getNumOutputs, getOutput, getOutput, getPolyphony, getPreset, getTuning, getUnitVoiceArray, getUnitVoiceClassName, getVoiceAllocator, isSignalProcessor, removeAllSignalSources, setPolyphony, setPreset, setTuning, setUnitVoiceClassName
Methods inherited from class com.softsynth.jmsl.InstrumentAdapter
close, getDimensionNameSpace, getInterpreter, getMixerClassName, getMusicDevice, getName, getTransposition, noteOff, noteOn, noteOnFor, open, setDimensionNameSpace, setInterpreter, setMixerClassName, setMusicDevice, setName, setTransposition
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
LineInInstrument
public LineInInstrument()
-