MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin_NamespaceDocs.h
Go to the documentation of this file.
1
4namespace marvin {
5
9 namespace containers {
13 namespace fifos {}
14 } // namespace containers
15
19 namespace dsp {
20
24 namespace filters {
25
29 namespace rbj {}
30 } // namespace filters
34 namespace oscillators {}
35 } // namespace dsp
39 namespace library {}
43 namespace math {
44
59 namespace vecops {}
64 namespace windows {}
65 } // namespace math
69 namespace utils {}
70} // namespace marvin
First in, first out queues.
Definition marvin_FIFO.h:16
Views, wrappers and custom containers.
Definition marvin_BufferView.h:15
Implementations of Robert Brinstow Johnson's RBJ Cookbook formulae.
Definition marvin_RBJCoefficients.h:16
Digital filter functions and classes.
Definition marvin_SVF.h:15
Oscillator functions and classes..
Definition marvin_Oscillator.h:17
DSP helper and utility functions.
Definition marvin_DelayLine.h:15
Standard library-esque utilities.
Definition marvin_PropagateConst.h:19
Collection of basic arithmetic operations on vectors, SIMD accelerated where possible.
Definition marvin_VecOps.h:17
Various windowing functions. An interactive graph with more intuition than the textual documentation ...
Definition marvin_Windows.h:17
Math helper functions and classes.
Definition marvin_Math.h:22
Utility helper functions and classes.
Definition marvin_Utils.h:21
A mostly harmless top-level namespace.
Definition marvin_BufferView.h:15