mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
(libs) call ARDOUR::init_post_engine() from within libardour rather than requiring "users" of the library to arrange for it
This commit is contained in:
parent
4c064081af
commit
c60d8cf747
4 changed files with 4 additions and 16 deletions
|
|
@ -139,8 +139,6 @@ static Session * _load_session (string dir, string state)
|
|||
return 0;
|
||||
}
|
||||
|
||||
init_post_engine ();
|
||||
|
||||
if (engine->start () != 0) {
|
||||
std::cerr << "Cannot start Audio/MIDI engine\n";
|
||||
return 0;
|
||||
|
|
@ -194,8 +192,6 @@ SessionUtils::create_session (string dir, string state, float sample_rate)
|
|||
return 0;
|
||||
}
|
||||
|
||||
init_post_engine ();
|
||||
|
||||
if (engine->start () != 0) {
|
||||
std::cerr << "Cannot start Audio/MIDI engine\n";
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue