mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Add session preferences dialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@5082 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f4e6f8fec5
commit
29e8fe1698
24 changed files with 436 additions and 155 deletions
15
gtk2_ardour/session_option_editor.h
Normal file
15
gtk2_ardour/session_option_editor.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include "option_editor.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
class SessionConfiguration;
|
||||
}
|
||||
|
||||
class SessionOptionEditor : public OptionEditor
|
||||
{
|
||||
public:
|
||||
SessionOptionEditor (ARDOUR::Session* s);
|
||||
|
||||
private:
|
||||
ARDOUR::SessionConfiguration* _session_config;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue