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 voidbuildFromAttributes()Deprecated.doublegetModIndex()Deprecated.static voidmain(java.lang.String[] args)Deprecated.voidsetModIndex(double m)Deprecated.java.lang.StringtoString()Deprecated.Methods inherited from class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
getTuning, on, setTuning, updateMethods 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, setUpdateDimensionMethods inherited from class com.softsynth.jmsl.InstrumentAdapter
getDimensionNameSpace, getInterpreter, getMixerClassName, getMusicDevice, getTransposition, noteOff, noteOn, noteOnFor, setDimensionNameSpace, setInterpreter, setMixerClassName, setMusicDevice, setTranspositionMethods 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:
toStringin classInstrumentAdapter
-
buildFromAttributes
public void buildFromAttributes()Deprecated.- Specified by:
buildFromAttributesin interfaceAttributeBuildable
-
main
public static void main(java.lang.String[] args)Deprecated.
-