Fix headless build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
fab125fe81
commit
c36ba1f99c
1 changed files with 11 additions and 6 deletions
|
@ -20,12 +20,7 @@ struct Message;
|
||||||
// Base DISTRHO classes
|
// Base DISTRHO classes
|
||||||
|
|
||||||
#ifndef DISTRHO_DETAILS_HPP_INCLUDED
|
#ifndef DISTRHO_DETAILS_HPP_INCLUDED
|
||||||
|
|
||||||
namespace CardinalDISTRHO {
|
namespace CardinalDISTRHO {
|
||||||
|
|
||||||
class Plugin;
|
|
||||||
class UI;
|
|
||||||
|
|
||||||
struct MidiEvent {
|
struct MidiEvent {
|
||||||
static const uint32_t kDataSize = 4;
|
static const uint32_t kDataSize = 4;
|
||||||
uint32_t frame;
|
uint32_t frame;
|
||||||
|
@ -33,9 +28,19 @@ struct MidiEvent {
|
||||||
uint8_t data[kDataSize];
|
uint8_t data[kDataSize];
|
||||||
const uint8_t* dataExt;
|
const uint8_t* dataExt;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef DISTRHO_PLUGIN_HPP_INCLUDED
|
||||||
|
namespace CardinalDISTRHO {
|
||||||
|
class Plugin;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef DISTRHO_UI_HPP_INCLUDED
|
||||||
|
namespace CardinalDISTRHO {
|
||||||
|
class UI;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue