summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-15 20:38:24 +0200
committerRobin Gareus <robin@gareus.org>2017-08-16 00:51:20 +0200
commit1d8c7ef37a1f020d1448208cb6c3b9f667ee1602 (patch)
treefe45fb4ff2b4e3f1596f0711c4e5da14252c03fe /libs/ardour/ardour/types.h
parentb3dc75fed3180d7265f099e0a715a6f0d678d8db (diff)
Clean up BusProfile:
* requested_physical_in/out was unused * input/output Autoconnect just overrides Preference/Config (can be done by a template script) * master_out_channels is kept for compatibility (allow to create new empty session)
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 7a0c5762b7..854fb04066 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -625,11 +625,7 @@ namespace ARDOUR {
};
struct BusProfile {
- AutoConnectOption input_ac; /* override the RC config for input auto-connection */
- AutoConnectOption output_ac; /* override the RC config for output auto-connection */
- uint32_t master_out_channels; /* how many channels for the master bus */
- uint32_t requested_physical_in; /* now many of the available physical inputs to consider usable */
- uint32_t requested_physical_out; /* now many of the available physical inputs to consider usable */
+ uint32_t master_out_channels; /* how many channels for the master bus, 0: no master bus */
};
enum FadeShape {