mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Support for the port matrix working at the bundle level and hiding details of ports.
git-svn-id: svn://localhost/ardour2/branches/3.0@5029 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e48118bf1
commit
1ae39840b3
19 changed files with 560 additions and 256 deletions
|
|
@ -39,6 +39,7 @@ public:
|
|||
|
||||
private:
|
||||
virtual void render_channel_name (cairo_t *, Gdk::Color, double, double, ARDOUR::BundleChannel const &) = 0;
|
||||
virtual void render_bundle_name (cairo_t *, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>) = 0;
|
||||
virtual double channel_x (ARDOUR::BundleChannel const &) const = 0;
|
||||
virtual double channel_y (ARDOUR::BundleChannel const &) const = 0;
|
||||
virtual void queue_draw_for (ARDOUR::BundleChannel const &) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue