]> Shamusworld >> Repos - ardour-manual/blob - include/bundle-manager.html
c402deb2b84f42be4077e540c4a81a33c1abd226
[ardour-manual] / include / bundle-manager.html
1 <p>
2         The <dfn>Bundle Manager</dfn> simplifies connecting I/O channels in cases
3         where similarly purposed instruments/mics are scattered across
4         a multi-channel audio interface. A common scenario is recording a drumkit
5         with 6 mics. If you need to re-route the mics in the session, instead of
6         connecting each and every one of them separately, you can create a bundle
7         and connect just the bundle.
8 </p>
9 <p>
10         Bundles can be created for both sources (e.g. mic inputs) and destinations
11         (e.g. studio monitors). You can create as many bundles as you like.
12 </p>
13
14 <figure>
15   <img src="/images/bundle-manager-main-window.png" alt="Bundle Manager main window">
16   <figcaption>
17     Bundle Manager main window
18   </figcaption>
19 </figure>
20
21 <h2>Creating a bundle</h2>
22
23 <p>
24         Click <kbd class="menu">New</kbd> button to create a new bundle.
25         In the newly opened dialog, give it a name, choose whether you want this
26         to be a bundle of source or destination channels, then connect the ports
27         that you want to collect to the bundle port.
28 </p>
29
30 <figure>
31   <img src="/images/bundle-manager-connection-setup.png" alt="Bundle Manager connection setup">
32   <figcaption>
33     Bundle Manager connection setup
34   </figcaption>
35 </figure>
36
37 <p>
38         Close the dialog to apply changes.
39 </p>
40
41 <h2>Connecting a bundle</h2>
42
43 <p>
44         When you connect a bundle to a port, it works as a convenience proxy
45         for the physical ports. Clicking to connect a bundle to an output
46         automatically creates connections in the actual ports.
47 </p>
48
49 <figure>
50   <img src="/images/bundle-manager-connection-setup.gif" alt="Bundle routing in the Audio Connection Manager">
51   <figcaption>
52     Bundle routing in the Audio Connection Manager
53   </figcaption>
54 </figure>
55
56 <h2>Editing and deleting bundles</h2>
57
58 <p>
59         At any time you can re-open the Bundle Manager window, select a bundle,
60         click <kbd class="menu">Edit</kbd> and change connection of physical
61         ports to the bundle. Close the window to apply changes.
62 </p>
63
64 <p>
65         You can easily delete an existing bundle. Open the Bundle Manager window,
66         select a bundle, click <kbd class="menu">Delete</kbd>.
67 </p>
68
69 <h2>Reusing bundles</h2>
70
71 <p>
72         As bundles are part of a session rather than a global setting, you can
73         save them as part of a template for further reuse. Simply create a new
74         session, create and connect tracks, busses, and bundles, then save your
75         session as a template. Choose this template when creating a new session.
76 </p>