Class FMCircuit

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.FMCircuit

public class FMCircuit
extends com.softsynth.jsyn.SynthNote
Deprecated.
use the pure Java JSyn2 package instead
FM SynthNote. Just two osc's and an adder, no envelopes, etc revised 6/05 to use synthcontext and rewritten as a synthnote instead of a synthcircuit
Author:
Andrew Gram 3/99, used with permission reusable FM pair
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.softsynth.jsyn.SynthInput modamplitude
    Deprecated.
     
    com.softsynth.jsyn.SynthInput modfrequency
    Deprecated.
     
    com.softsynth.jsyn.SynthOutput output
    Deprecated.
     

    Fields inherited from class com.softsynth.jsyn.SynthNote

    amplitude, frequency
  • Constructor Summary

    Constructors
    Constructor Description
    FMCircuit()
    Deprecated.
     
    FMCircuit​(com.softsynth.jsyn.SynthContext synthContext)
    Deprecated.
     
  • Method Summary

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

    Methods inherited from class com.softsynth.jsyn.SynthNote

    note, noteOff, noteOn, 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
  • Field Details

    • modfrequency

      public com.softsynth.jsyn.SynthInput modfrequency
      Deprecated.
    • modamplitude

      public com.softsynth.jsyn.SynthInput modamplitude
      Deprecated.
    • output

      public com.softsynth.jsyn.SynthOutput output
      Deprecated.
  • Constructor Details

    • FMCircuit

      public FMCircuit()
      Deprecated.
    • FMCircuit

      public FMCircuit​(com.softsynth.jsyn.SynthContext synthContext)
      Deprecated.
  • Method Details

    • main

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