Skip to content

Building your own Instrument

Phil Schatzmann edited this page Sep 13, 2022 · 15 revisions

It is very easy to build your own instrument.

The Simple Case

If you want to use your new class just in your AudioTools, just create a new class that provides the following methods:

  • noteOn
  • noteOff
  • tick

The tick() can be created from a Generator combined with some Effects and/or Filters.

Clone this wiki locally