Arduino STK  4.6.2
StkAll.h
1 #pragma once
2 
3 #include "Stk.h"
4 #include "Asymp.h"
5 #include "BandedWG.h"
6 #include "BeeThree.h"
7 #include "BiQuad.h"
8 #include "Blit.h"
9 #include "BlitSaw.h"
10 #include "BlitSquare.h"
11 #include "BlowBotl.h"
12 #include "BlowHole.h"
13 #include "BowTable.h"
14 #include "Bowed.h"
15 #include "Brass.h"
16 #include "Chorus.h"
17 #include "Clarinet.h"
18 #include "Cubic.h"
19 #include "Delay.h"
20 #include "DelayA.h"
21 #include "DelayL.h"
22 #include "Drummer.h"
23 #include "Echo.h"
24 #include "Effect.h"
25 #include "Envelope.h"
26 #include "FM.h"
27 #include "FMVoices.h"
28 #include "FileLoop.h"
29 #include "FileRead.h"
30 #include "FileWrite.h"
31 #include "FileWvIn.h"
32 #include "FileWvOut.h"
33 #include "Filter.h"
34 #include "Fir.h"
35 #include "Flute.h"
36 #include "FormSwep.h"
37 #include "FreeVerb.h"
38 #include "Function.h"
39 #include "Generator.h"
40 #include "Granulate.h"
41 #include "Guitar.h"
42 #include "HevyMetl.h"
43 #include "Iir.h"
44 #include "Instrmnt.h"
45 #include "JCRev.h"
46 #include "JetTable.h"
47 #include "LentPitShift.h"
48 #include "Mandolin.h"
49 #include "MemoryFS.h"
50 #include "MemoryLoop.h"
51 #include "MemoryWvIn.h"
52 #include "Mesh2D.h"
53 #include "Messager.h"
54 #include "MidiFileIn.h"
55 #include "Modal.h"
56 #include "ModalBar.h"
57 #include "Modulate.h"
58 #include "Moog.h"
59 #include "Mutex.h"
60 #include "NRev.h"
61 #include "Noise.h"
62 #include "OnePole.h"
63 #include "OneZero.h"
64 #include "PRCRev.h"
65 #include "PercFlut.h"
66 #include "Phonemes.h"
67 #include "PitShift.h"
68 #include "Plucked.h"
69 #include "PoleZero.h"
70 #include "Recorder.h"
71 #include "ReedTable.h"
72 #include "Resonate.h"
73 #include "Rhodey.h"
74 #include "Sampler.h"
75 #include "Saxofony.h"
76 #include "Shakers.h"
77 #include "Simple.h"
78 #include "SineWave.h"
79 #include "SingWave.h"
80 #include "Sitar.h"
81 #include "Skini.h"
82 #include "Socket.h"
83 #include "Sphere.h"
84 #include "StifKarp.h"
85 #include "TapDelay.h"
86 #include "Thread.h"
87 #include "TubeBell.h"
88 #include "Twang.h"
89 #include "TwoPole.h"
90 #include "TwoZero.h"
91 #include "UdpSocket.h"
92 #include "Vector3D.h"
93 #include "VoicForm.h"
94 #include "Voicer.h"
95 #include "Whistle.h"
96 #include "Wurley.h"
97 #include "WvIn.h"
98 #include "WvOut.h"
99 #ifdef ARDUINO
100 #include "ArdBtSource.h"
101 #include "ArdCommonOut.h"
102 #include "ArdConfig.h"
103 #include "ArdI2SOut.h"
104 #include "ArdStreamHexOut.h"
105 #include "ArdStreamOut.h"
106 #include "ArdUdp.h"
107 #else
108 #include "RtAudio.h"
109 #include "RtMidi.h"
110 #include "RtWvIn.h"
111 #include "RtWvOut.h"
112 #include "SKINImsg.h"
113 #include "SKINItbl.h"
114 #endif
115 
116 // load ArdStkMidiAction which is dependent on MIDI library
117 #if defined(ARDUINO) && defined(__MIDI__)
118 #include "ArdStkMidiAction.h"
119 #endif
120 
121 // define namespace
122 #ifdef ARDUINO
123 using namespace stk;
124 #endif
The STK namespace.
Definition: ADSR.h:8