Class BrassSynthNote

java.lang.Object
java.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthCircuit
com.softsynth.jsyn.SynthNote
com.softsynth.jmsl.jsyn.circuits.FMSynthNote
com.softsynth.jmsl.jsyn.circuits.BrassSynthNote

public class BrassSynthNote
extends FMSynthNote
Deprecated.
use the pure Java JSyn2 package instead
6/05 added SynthContext
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
  • Field Summary

    Fields inherited from class com.softsynth.jsyn.SynthNote

    amplitude, frequency

    Fields inherited from class com.softsynth.jsyn.SynthCircuit

    output
  • Constructor Summary

    Constructors
    Constructor Description
    BrassSynthNote()
    Deprecated.
     
    BrassSynthNote​(double modIndex)
    Deprecated.
     
    BrassSynthNote​(com.softsynth.jsyn.SynthContext synthContext)
    Deprecated.
     
    BrassSynthNote​(com.softsynth.jsyn.SynthContext synthContext, double modIndex)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    double getModIndex()
    Deprecated.
     
    static void main​(java.lang.String[] args)
    Deprecated.
     
    void setModIndex​(double modIndex)
    Deprecated.
     

    Methods inherited from class com.softsynth.jmsl.jsyn.circuits.FMSynthNote

    noteOff, noteOn, setEnvelopes, setModFreq, setRatioAndIndex

    Methods inherited from class com.softsynth.jsyn.SynthNote

    note, noteOnFor

    Methods inherited from class com.softsynth.jsyn.SynthCircuit

    add, compile, delete, getPeer, loadByName

    Methods inherited from class com.softsynth.jsyn.SynthSound

    addPort, addPort, findNamedPort, getName, getNumPorts, getPortAt, getPriority, setPriority, setStage, setStage, start, start, stop, stop

    Methods inherited from class com.softsynth.jsyn.SynthObject

    deleteAll, enableDeletionByGarbageCollector, enableTracking, getSynthContext, isTrackingEnabled, toString, track

    Methods inherited from class java.util.Observable

    addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BrassSynthNote

      public BrassSynthNote()
      Deprecated.
    • BrassSynthNote

      public BrassSynthNote​(com.softsynth.jsyn.SynthContext synthContext)
      Deprecated.
    • BrassSynthNote

      public BrassSynthNote​(double modIndex)
      Deprecated.
    • BrassSynthNote

      public BrassSynthNote​(com.softsynth.jsyn.SynthContext synthContext, double modIndex)
      Deprecated.
  • Method Details

    • setModIndex

      public void setModIndex​(double modIndex)
      Deprecated.
      Overrides:
      setModIndex in class FMSynthNote
    • getModIndex

      public double getModIndex()
      Deprecated.
      Overrides:
      getModIndex in class FMSynthNote
    • main

      public static void main​(java.lang.String[] args)
      Deprecated.