Package wellen

Class InstrumentDSPLibrary

java.lang.Object
wellen.InstrumentDSPLibrary

public class InstrumentDSPLibrary extends Object
a collection of DSP instruments.

these instruments can be used to replace the default instrument ( i.e InstrumentDSP ) e.g by using the method Tone.replace_instrument(InstrumentDSP).

all instruments are extended from InstrumentDSP, however some the original functionality is extended, changed or even removed.

note that these instruments only work with the internal tone engine. however, due to the modular nature of the library these instruments can also be integrated into DSP applications.

  • Constructor Details

    • InstrumentDSPLibrary

      public InstrumentDSPLibrary()