Aviate Audio Multiverse Library
ForwardDeclares.h
Go to the documentation of this file.
1 /**************************************************************************/
13 #ifndef AVIATE_FORWARD_DECLARES_H_
14 #define AVIATE_FORWARD_DECLARES_H_
15 
19 namespace Avalon {
20  class ExtMemSlot;
21  class MemConfig;
22 }
23 
24 namespace SysPlatform {
25  class SysSpi;
26 }
27 
28 namespace Aviate {
29  class SramMemSlot;
30  class AudioDelay;
31  class AudioEffectWrapper;
32  class ReportManager;
33 }
34 
35 namespace Avalon {
36  class PresetControlArrays;
37  class PresetManager;
38  class MidiManager;
39  class AvalonHardwareControls;
40 }
42 
43 #endif
The Aviate library/namespace provides the primary API for working with Multiverse.
Definition: AudioEffectWrapper.h:24