com.softsynth.jmsl.jsyn
Class Brass
java.lang.Object
com.softsynth.jmsl.InstrumentAdapter
com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
com.softsynth.jmsl.jsyn.Brass
- All Implemented Interfaces:
- Instrument, Namable, OutputProvider, Transposable, AttributeBuildable
public class Brass
- extends TunedSynthNoteInstrument
- implements AttributeBuildable
FM Brass JSyn Instrument
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
Constructor Summary |
Brass()
|
Brass(int maxVoices,
double modIndex)
|
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 |
Brass
public Brass()
Brass
public Brass(int maxVoices,
double modIndex)
setModIndex
public void setModIndex(double m)
getModIndex
public double getModIndex()
toString
public java.lang.String toString()
- Overrides:
toString
in class InstrumentAdapter
buildFromAttributes
public void buildFromAttributes()
- Specified by:
buildFromAttributes
in interface AttributeBuildable
main
public static void main(java.lang.String[] args)