|
|
@@ -36,6 +36,10 @@ |
|
|
|
|
|
|
|
#include "xaymar-vst2/vst.h" |
|
|
|
|
|
|
|
START_NAMESPACE_DISTRHO |
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
extern "C" { |
|
|
|
|
|
|
|
// define the midi stuff ourselves |
|
|
@@ -85,8 +89,6 @@ typedef struct _VstTimeInfo { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
START_NAMESPACE_DISTRHO |
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
typedef std::map<const String, String> StringMap; |
|
|
|