Package com.softsynth.jmsl.jsyn
Class RingMod
java.lang.Object
com.softsynth.jmsl.InstrumentAdapter
com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
com.softsynth.jmsl.jsyn.RingMod
- All Implemented Interfaces:
Instrument
,Namable
,OutputProvider
,Transposable
,UpdatableInstrument
,AttributeBuildable
,Tunable
public class RingMod extends TunedSynthNoteInstrument implements AttributeBuildable
Deprecated.
use the pure Java JSyn2 package instead
Automatically generated source. Run this class. Then load the
resulting RingoBello.xml instrument file into JScore
- Author:
- Nick Didkovsky, copyright 2001 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description RingMod()
Deprecated. -
Method Summary
Modifier and Type Method Description void
buildFromAttributes()
Deprecated.Called by XML Loader after all attributes are set.double
getHalfLife()
Deprecated.double
getmodIndex()
Deprecated.static void
main(java.lang.String[] args)
Deprecated.void
setHalfLife(double d)
Deprecated.void
setMaxVoices(int n)
Deprecated.void
setmodIndex(double d)
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, setName, setSynthNote, setUpdateDimension
Methods inherited from class com.softsynth.jmsl.InstrumentAdapter
getDimensionNameSpace, getInterpreter, getMixerClassName, getMusicDevice, getTransposition, noteOff, noteOn, noteOnFor, setDimensionNameSpace, setInterpreter, setMixerClassName, setMusicDevice, setTransposition, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RingMod
public RingMod()Deprecated.
-
-
Method Details
-
buildFromAttributes
public void buildFromAttributes()Deprecated.Called by XML Loader after all attributes are set.- Specified by:
buildFromAttributes
in interfaceAttributeBuildable
-
setMaxVoices
public void setMaxVoices(int n)Deprecated.- Overrides:
setMaxVoices
in classFreqSynthNoteInstrument
-
setmodIndex
public void setmodIndex(double d)Deprecated. -
getmodIndex
public double getmodIndex()Deprecated. -
setHalfLife
public void setHalfLife(double d)Deprecated. -
getHalfLife
public double getHalfLife()Deprecated. -
main
public static void main(java.lang.String[] args)Deprecated.
-