Package wellen
Class InstrumentInternalLibrary
- java.lang.Object
-
- wellen.InstrumentInternalLibrary
-
public class InstrumentInternalLibrary extends java.lang.Object
a collection of DSP instruments.these instruments can be used to replace the default instrument ( i.e
InstrumentInternal
) e.g by using the methodTone.replace_instrument(InstrumentInternal)
.all instruments are extended from
InstrumentInternal
, 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstrumentInternalLibrary.BELL
static class
InstrumentInternalLibrary.FAT_LEAD
static class
InstrumentInternalLibrary.HI_HAT
static class
InstrumentInternalLibrary.KICK_DRUM
static class
InstrumentInternalLibrary.SAMPLER
-
Constructor Summary
Constructors Constructor Description InstrumentInternalLibrary()
-