Package com.softsynth.jmsl.jsyn
Class Brass
java.lang.Object
- All Implemented Interfaces:
Instrument
,Namable
,OutputProvider
,Transposable
,UpdatableInstrument
,AttributeBuildable
,Tunable
public class Brass extends TunedSynthNoteInstrument implements AttributeBuildable
Deprecated.
use the pure Java JSyn2 package instead
FM Brass JSyn Instrument
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Field Summary
Fields inherited from class com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
insNum
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
buildFromAttributes()
Deprecated.double
getModIndex()
Deprecated.static void
main(java.lang.String[] args)
Deprecated.void
setModIndex(double m)
Deprecated.java.lang.String
toString()
Deprecated.Methods inherited from class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
getTuning, on, setTuning, update
Methods inherited from class com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
close, getAllocator, getMaxVoices, getName, getNumOutputs, getOutput, getOutput, getPolyphonic, getUpdateDimension, off, off, open, play, setAllocator, setMaxVoices, setName, setSynthNote, setUpdateDimension
Methods inherited from class com.softsynth.jmsl.InstrumentAdapter
getDimensionNameSpace, getInterpreter, getMixerClassName, getMusicDevice, getTransposition, noteOff, noteOn, noteOnFor, setDimensionNameSpace, setInterpreter, setMixerClassName, setMusicDevice, setTransposition
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Brass
public Brass()Deprecated. -
Brass
public Brass(int maxVoices, double modIndex)Deprecated.
-
-
Method Details
-
setModIndex
public void setModIndex(double m)Deprecated. -
getModIndex
public double getModIndex()Deprecated. -
toString
public java.lang.String toString()Deprecated.- Overrides:
toString
in classInstrumentAdapter
-
buildFromAttributes
public void buildFromAttributes()Deprecated.- Specified by:
buildFromAttributes
in interfaceAttributeBuildable
-
main
public static void main(java.lang.String[] args)Deprecated.
-