MostlyHarmless 0.0.1
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
marvin::dsp::oscillators Namespace Reference

Oscillator functions and classes.. More...

Classes

class  MultiOscillator
 A switchable multi-shape oscillator, with optional BLEP. More...
 
class  NoiseOscillator
 A white noise oscillator. More...
 
class  OscillatorBase
 Base class for all single-shape oscillator types. More...
 
class  PulseOscillator
 A pulse oscillator, with optional BLEP, and pulsewidth control. More...
 
class  SawOscillator
 A sawtooth oscillator, with optional BLEP. More...
 
class  SineOscillator
 A sine oscillator. More...
 
class  SquareOscillator
 A square oscillator, with optional BLEP. More...
 
class  TriOscillator
 A triangle oscillator, with optional BLAMP. More...
 

Enumerations

enum class  Bandlimiting { Off , On }
 Enum to configure PolyBLEP or BLAMP where applicable, to classes deriving from marvin::oscillators::OscillatorBase. More...
 

Detailed Description

Oscillator functions and classes..

Enumeration Type Documentation

◆ Bandlimiting

Enum to configure PolyBLEP or BLAMP where applicable, to classes deriving from marvin::oscillators::OscillatorBase.

Enumerator
Off 
On