Pd++
0.01
A pure C++ implementation of Pure Data objects
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pd++Classes
MasterObjectList.h
1
/*
2
MasterObjectList.h
3
Pd++
4
5
Created by Esler,Robert Wadhams on 10/15/14.
6
Copyright (c) 2014 Robert Esler. All rights reserved.
7
*/
8
9
/*!
10
\brief The master list of all Pd++ .h files.
11
*/
12
13
#ifndef Pd___MasterObjectList_h
14
#define Pd___MasterObjectList_h
15
16
//Filters
17
#include "LowPass.h"
18
#include "HighPass.h"
19
#include "BandPass.h"
20
#include "BiQuad.h"
21
#include "VoltageControlFilter.h"
22
#include "SampleHold.h"
23
#include "RawFilters.h"
24
#include "Envelope.h"
25
26
//Unit Generators
27
#include "Cosine.h"
28
#include "Oscillator.h"
29
#include "Phasor.h"
30
#include "Noise.h"
31
32
//FFT
33
#include "rFFT.h"
// realFFT
34
#include "rIFFT.h"
// realIFFT
35
#include "cFFT.h"
// complexFFT
36
#include "cIFFT.h"
// complexIFFT
37
38
//Time
39
#include "Line.h"
40
#include "Delay.h"
41
#include "VariableDelay.h"
42
43
//Sound Files and Table Reading
44
#include "SoundFiler.h"
45
#include "TabRead4.h"
46
47
//My Classes
48
49
//Unit Generators
50
#include "Sawtooth.h"
51
#include "SineWave.h"
52
#include "CosineWave.h"
53
#include "WhiteNoise.h"
54
//Other
55
#include "SingleSideBandModulation.h"
56
//Time
57
#include "myLine.h"
58
#include "Metro.h"
59
#include "Timer.h"
60
61
#endif
Generated on Tue Nov 22 2016 14:30:53 for Pd++ by
1.8.8