Gin
Loading...
Searching...
No Matches
Classes
gin_audiofunctions.h File Reference

Classes

struct  FuncState
 Base class for storing state in audio functions. More...
 
struct  OscState
 State storage for oscillator functions in AudioEquationParser. More...
 
struct  NoiseState
 State storage for noise generator in AudioEquationParser. More...
 
struct  HP12State
 State storage for 12dB/octave highpass filter in AudioEquationParser. More...
 
struct  HP24State
 State storage for 24dB/octave highpass filter in AudioEquationParser. More...
 
struct  BP12State
 State storage for 12dB/octave bandpass filter in AudioEquationParser. More...
 
struct  BP24State
 State storage for 24dB/octave bandpass filter in AudioEquationParser. More...
 
struct  LP12State
 State storage for 12dB/octave lowpass filter in AudioEquationParser. More...
 
struct  LP24State
 State storage for 24dB/octave lowpass filter in AudioEquationParser. More...
 
struct  Notch12State
 State storage for 12dB/octave notch filter in AudioEquationParser. More...
 
struct  Notch24State
 State storage for 24dB/octave notch filter in AudioEquationParser. More...
 
class  AudioFunctionHost
 State management for audio functions in AudioEquationParser. More...