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