summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ardour.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-10-07 01:55:32 +0000
committerCarl Hetherington <carl@carlh.net>2009-10-07 01:55:32 +0000
commit7f27d69d79eeb724895dcff087b5b47607b3b89d (patch)
tree4a4a6aba32b8c875287fa353047c0abc8e2a25a4 /libs/ardour/ardour/ardour.h
parentc5e3ff16cb881af969cc55dbd27da9d4507aec7e (diff)
Make the mackie surface work again by initialising control surfaces after MIDI, so that the mcu port exists when the control surface is created. In addition to this patch it is necessary to tweak the wscript to build with ALSA_MIDI.
git-svn-id: svn://localhost/ardour2/branches/3.0@5747 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/ardour.h')
-rw-r--r--libs/ardour/ardour/ardour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/ardour.h b/libs/ardour/ardour/ardour.h
index 892df2eb50..4ea020403c 100644
--- a/libs/ardour/ardour/ardour.h
+++ b/libs/ardour/ardour/ardour.h
@@ -46,6 +46,7 @@ namespace ARDOUR {
extern sigc::signal<void,std::string> BootMessage;
int init (bool with_vst, bool try_optimization);
+ void init_post_engine ();
int cleanup ();
bool no_auto_connect ();