Aviate Audio Multiverse Library
Aviate.h
Go to the documentation of this file.
1 /**************************************************************************/
15 #ifndef __AVIATE_AVIATE_H
16 #define __AVIATE_AVIATE_H
17 
19 #define AVIATE_API __attribute__ ((visibility ("default")))
20 
22 namespace Aviate {
23 
24 }
25 
26 #endif // __AVIATE_AVIATE_H
The Aviate library/namespace provides the primary API for working with Multiverse.
Definition: AudioEffectWrapper.h:24