Class 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 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 interface AttributeBuildable
    • setMaxVoices

      public void setMaxVoices​(int n)
      Deprecated.
      Overrides:
      setMaxVoices in class FreqSynthNoteInstrument
    • 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.