Package com.softsynth.jmsl.jsyn
Class SuperNoiseSwoop
java.lang.Object
com.softsynth.jmsl.InstrumentAdapter
com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
com.softsynth.jmsl.jsyn.SuperNoiseSwoop
- All Implemented Interfaces:
Instrument
,Namable
,OutputProvider
,Transposable
,UpdatableInstrument
,AttributeBuildable
,Tunable
public class SuperNoiseSwoop extends TunedSynthNoteInstrument implements AttributeBuildable
Deprecated.
use the pure Java JSyn2 package instead
Automatically generated source. Compile and run this class. Then load the
resulting xml instrument file into JScore
- Author:
- Nick Didkovsky, copyright 2001 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description SuperNoiseSwoop()
Deprecated.SuperNoiseSwoop(double Resonance, double noiseAmp, double HalfLife)
Deprecated. -
Method Summary
Modifier and Type Method Description void
buildFromAttributes()
Deprecated.Called by XML Loader after all attributes are set.double
getHalfLife()
Deprecated.double
getnoiseAmp()
Deprecated.double
getResonance()
Deprecated.static void
main(java.lang.String[] args)
Deprecated.void
setHalfLife(double d)
Deprecated.void
setMaxVoices(int n)
Deprecated.void
setnoiseAmp(double d)
Deprecated.void
setResonance(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
-
SuperNoiseSwoop
public SuperNoiseSwoop()Deprecated. -
SuperNoiseSwoop
public SuperNoiseSwoop(double Resonance, double noiseAmp, double HalfLife)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
-
setResonance
public void setResonance(double d)Deprecated. -
getResonance
public double getResonance()Deprecated. -
setnoiseAmp
public void setnoiseAmp(double d)Deprecated. -
getnoiseAmp
public double getnoiseAmp()Deprecated. -
setHalfLife
public void setHalfLife(double d)Deprecated. -
getHalfLife
public double getHalfLife()Deprecated. -
main
public static void main(java.lang.String[] args)Deprecated.
-