]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/midi-scene-automation.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / midi-scene-automation.html
1
2 <p>
3 Ardour is capable of being used to both record and deliver MIDI
4 "scene" automation. These are MIDI messages typically used to switch
5 presets or "scenes" on a variety of external equipment (or
6 software), including lighting and other audio/video tools. A common
7 use case is to automatically change presets between songs or to change
8 lighting conditions based on a specific position on the timeline.
9 </p>
10 <p>
11 Each change from one scene to another is represented by a marker in
12 the "Marker" bar. 
13 </p>
14 <p>
15 Technically, scene changes are delivered as a combination of bank and
16 program change MIDI messages. MIDI allows for 16384 banks, each with
17 128 programs.
18 </p>
19
20 <h2>Recording Scene Changes</h2>
21
22 <p>
23 Ardour has a dedicated MIDI port named "Scene In". Connect this port
24 to whatever source(s) of MIDI scene (bank/program change) messages you
25 wish to record.
26 </p>
27 <p>
28 Whenever the global record enable button is engaged and Ardour's
29 transport is rolling, a new marker will be created for each scene
30 change message received via the "Scene In" port. 
31 </p>
32 <p>
33 If 2 different scene changes are received within a certain time
34 period, only the later one will be recorded as a new marker. The
35 default threshold for this is 1 millisecond.
36 </p>
37 <p>
38 If a scene change message is received while the playhead is close to
39 an existing marker with an associated scene change, the recording
40 process will alter the scene change in the existing marker rather than
41 adding a new one. The default threshold for this "proximity" test is 1
42 millisecond.
43 </p>
44
45 <h2>Manually Creating Scene Changes</h2>
46
47 <p>
48 This feature is not currently implemented.
49 </p>
50
51 <h2>Playing back Scene Changes</h2>
52
53 <p>
54 Ardour has a dedicated MIDI port named "Scene Out". Connect this port
55 to wherever you wish to send MIDI scene (bank/program change) messages.
56 </p>
57 <p>
58 When the global record enable button is
59 <em>not</em> enabled, the relevant message(s) will be sent via the
60 "Scene Out" port as the playhead rolls past each marker with a scene
61 change associated with it.
62 </p>
63
64 <h2>Editing Scene Changes</h2>
65
66 <p>
67 This feature is not currently implemented.
68 </p>
69
70 <h2>Disabling Scene Changes</h2>
71
72 <p>
73 This feature is not currently implemented.
74 </p>
75
76 {% children %}
77