mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
add access to mixer_snapshot's session
This commit is contained in:
parent
28ae1def64
commit
e2d3670fe5
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ class LIBARDOUR_API MixerSnapshot
|
|||
void load(const std::string);
|
||||
bool has_specials();
|
||||
|
||||
ARDOUR::Session* get_session() {return _session;};
|
||||
|
||||
struct State {
|
||||
std::string id;
|
||||
std::string name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue