ATK-Sharp  1.0
The ATK library for C#.
ATKSharp.Modifiers Namespace Reference

Classes

class  AllPass
 The AllPass class. More...
 
class  BaseModifier
 The BaseModifier class. Contains the base functionality for modifiers. More...
 
class  Biquad
 The Biquad class. This behaves similarily to the biquad~ in MaxMSP More...
 
class  Butterworth
 The Butterworth class. This filter has a nice frequency response. It is a bit more tempermental than other filters; use with caution. More...
 
class  Comb
 The Comb class. Standard comb filter. More...
 
class  HighPass
 The HighPass class. More...
 
interface  IModifier
 The IModifier interface. More...
 
class  LowPass
 The LowPass class. More...
 
class  LowPassComb
 The LowPassComb class. More...
 
class  Reverb
 The Reverb class. Contains the functionality to add reverb to an audio signal. More...
 

Enumerations

enum  ModifierType {
  ModifierType.LowPass, ModifierType.HighPass, ModifierType.BandPass, ModifierType.BandReject,
  ModifierType.Notch, ModifierType.Peak, ModifierType.LowShelf, ModifierType.HighShelf
}
 The Modifier Type. More...
 

Enumeration Type Documentation

◆ ModifierType

The Modifier Type.

Enumerator
LowPass 

The Low Pass modifier type.

HighPass 

The High Pass modifier type.

BandPass 

The Band Pass modifier type.

BandReject 

The Band Reject modifier type.

Notch 

The Notch modifier type.

Peak 

The Peak modifier type.

LowShelf 

The Low Shelf modifier type.

HighShelf 

The High Shelf modifier type.