mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
Add BasicUI::make_port_name_non_relative()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
ece7d18baf
commit
36789f080c
12 changed files with 39 additions and 29 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include "temporal/tempo.h"
|
||||
|
||||
#include "ardour/audioengine.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/location.h"
|
||||
#include "ardour/tempo.h"
|
||||
|
|
@ -788,3 +789,8 @@ BasicUI::goto_nth_marker (int n)
|
|||
}
|
||||
}
|
||||
|
||||
std::string
|
||||
BasicUI::make_port_name_non_relative (const std::string& name) const
|
||||
{
|
||||
return _session->engine ().make_port_name_non_relative (name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue