// // RNBO.h // // Created by Rob Sussman on 8/4/15. // // #ifndef _RNBO_H_ #define _RNBO_H_ #include "src/RNBO_Config.h" #include "common/RNBO_Types.h" #include "common/RNBO_ParameterInterface.h" #include "common/RNBO_BaseInterface.h" #include "common/RNBO_PatcherFactory.h" #include "src/RNBO_ParameterEvent.h" #include "src/RNBO_MidiEvent.h" #include "src/RNBO_DynamicSymbolRegistry.h" #include "src/RNBO_CoreObject.h" #endif // #ifndef _RNBO_H_