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 voidbuildFromAttributes()Deprecated.Called by XML Loader after all attributes are set.doublegetHalfLife()Deprecated.doublegetnoiseAmp()Deprecated.doublegetResonance()Deprecated.static voidmain(java.lang.String[] args)Deprecated.voidsetHalfLife(double d)Deprecated.voidsetMaxVoices(int n)Deprecated.voidsetnoiseAmp(double d)Deprecated.voidsetResonance(double d)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, setName, setSynthNote, setUpdateDimensionMethods inherited from class com.softsynth.jmsl.InstrumentAdapter
getDimensionNameSpace, getInterpreter, getMixerClassName, getMusicDevice, getTransposition, noteOff, noteOn, noteOnFor, setDimensionNameSpace, setInterpreter, setMixerClassName, setMusicDevice, setTransposition, toStringMethods 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:
buildFromAttributesin interfaceAttributeBuildable
-
setMaxVoices
public void setMaxVoices(int n)Deprecated.- Overrides:
setMaxVoicesin 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.
-