Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Public Types | Public Member Functions | List of all members
OnePole Class Reference

Public Types

enum  Type { LOWPASS, HIGHPASS }
 

Public Member Functions

 OnePole (float cutoff, float samplingRate, Type type=LOWPASS)
 
int setup (float cutoff, float samplingRate, Type type=LOWPASS)
 
void setFilter (float cutoff, Type type=LOWPASS)
 
float process (float input)
 

Detailed Description

Examples:
Gui/mouse-track/render.cpp, Trill/bar-sound/render.cpp, Trill/hex-sound/render.cpp, and Trill/square-sound/render.cpp.

The documentation for this class was generated from the following files: