Class Brass

All Implemented Interfaces:
Instrument, Namable, OutputProvider, Transposable, UpdatableInstrument, AttributeBuildable, Tunable

public class Brass
extends TunedSynthNoteInstrument
implements AttributeBuildable
Deprecated.
use the pure Java JSyn2 package instead
FM Brass JSyn Instrument
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
  • Constructor Details

    • Brass

      public Brass()
      Deprecated.
    • Brass

      public Brass​(int maxVoices, double modIndex)
      Deprecated.
  • Method Details

    • setModIndex

      public void setModIndex​(double m)
      Deprecated.
    • getModIndex

      public double getModIndex()
      Deprecated.
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class InstrumentAdapter
    • buildFromAttributes

      public void buildFromAttributes()
      Deprecated.
      Specified by:
      buildFromAttributes in interface AttributeBuildable
    • main

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