mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
non-modal sidechain i/o selector
This commit is contained in:
parent
db2a55f88a
commit
79794650c1
2 changed files with 19 additions and 23 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "ardour_button.h"
|
||||
#include "ardour_window.h"
|
||||
#include "ardour_dialog.h"
|
||||
#include "io_selector.h"
|
||||
|
||||
class PluginPinDialog : public ArdourWindow
|
||||
{
|
||||
|
|
@ -131,13 +131,7 @@ private:
|
|||
bool _position_valid;
|
||||
bool _ignore_updates;
|
||||
ARDOUR::Route* _route () { return static_cast<ARDOUR::Route*> (_pi->owner ()); }
|
||||
IOSelectorWindow *_sidechain_selector;
|
||||
};
|
||||
|
||||
class SideChainUI: public ArdourDialog
|
||||
{
|
||||
public:
|
||||
SideChainUI (Gtk::Window&, ARDOUR::Session*, boost::shared_ptr<ARDOUR::IO>);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue