![]() |
ATK-Sharp
1.0
The ATK library for C#.
|
Namespaces | |
namespace | Noise |
namespace | Oscillators |
Classes | |
class | BaseGenerator |
The BaseOscillator class. Contains the base functionality for oscillators. More... | |
interface | IGenerator |
The IGenerator interface. More... | |
class | ImpulseGenerator |
The ImpulseGenerator class. Contains the functionality to generate an impulse. More... | |
class | SawTable |
The SawTable class. Singleton that contains the functionality to create a saw wave table. More... | |
class | SineTable |
The SineTable class. Singleton that contains the functionality to create a sine wave table. More... | |
class | SquareTable |
The SquareTable class. Singleton that contains the functionality to create a square wave table. More... | |
class | TriangleTable |
The TriangleTable class. Singleton that contains the functionality to create a triangle wave table. More... | |
class | WaveTable |
The WaveTable class. Contains the functionality for creating a general wave table. More... | |