mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Class 'MIDISceneChange' now needs to be visible outside of libardour
This commit is contained in:
parent
1f4ddcd53f
commit
937dd4b587
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
|
|
||||||
|
#include "ardour/libardour_visibility.h"
|
||||||
#include "ardour/scene_change.h"
|
#include "ardour/scene_change.h"
|
||||||
|
|
||||||
namespace ARDOUR
|
namespace ARDOUR
|
||||||
|
|
@ -29,7 +30,7 @@ namespace ARDOUR
|
||||||
|
|
||||||
class MidiPort;
|
class MidiPort;
|
||||||
|
|
||||||
class MIDISceneChange : public SceneChange
|
class LIBARDOUR_API MIDISceneChange : public SceneChange
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MIDISceneChange (int channel, int bank = -1, int program = -1);
|
MIDISceneChange (int channel, int bank = -1, int program = -1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue