]> Shamusworld >> Repos - ardour-manual/blob - _manual/21_preferences-and-session-properties/01_preferences-dialog/06_midi.html
tweak control playback text
[ardour-manual] / _manual / 21_preferences-and-session-properties / 01_preferences-dialog / 06_midi.html
1 ---
2 layout: default
3 title: MIDI Tab
4 menu_title: MIDI Tab
5 ---
6
7 <p>
8   This tab contains settings related to the use of MIDI inside Ardour.
9 </p>
10
11 <img src="/images/a4_preferences_midi.png" alt="preferences
12 MIDI tab"/>
13
14 <ul>
15   <li>
16     <p>
17       <strong>MIDI read-ahead time</strong>
18     </p>
19   </li>
20
21   <li>
22     <p>
23       <strong>Send MIDI Clock</strong> when enabled Ardour will generate MIDI
24       clock on the <code>ardour:MIDI clock out</code> JACK port.
25     </p>
26   </li>
27
28   <li>
29     <p>
30       <strong>Send MIDI Time Code</strong> when enabled Ardour will generate MIDI
31       time code on the <code>ardour:MTC out</code> JACK port.
32     </p>
33   </li>
34
35   <li>
36     <p>
37       <strong>Percentage either side of normal transport speed to transmit MTC:</strong> MIDI time code generation will be disabled when the transport speed is
38       greater than normal sped plus this percentage or less than normal minus
39       this percentage.
40     </p>
41   </li>
42
43   <li>
44     <p>
45       <strong>Obey MIDI Machine Control commands</strong> when enabled Ardour
46       will respond to MIDI Machine Control commands received on the
47       <code>ardour:MMC in</code> JACK port.
48     </p>
49   </li>
50
51   <li>
52     <p>
53       <strong>Send MIDI Machine Control commands</strong> when enabled Ardour
54       will send MIDI Machine Control commands on the <code>ardour:MMC out</code>
55       JACK port.
56     </p>
57   </li>
58
59   <li>
60     <p>
61       <strong>Send MIDI control feedback</strong>
62     </p>
63   </li>
64
65   <li>
66     <p>
67       <strong>Inbound MMC device ID:</strong> is the only device ID Ardour will
68       respond to when an MMC command is received on the
69       <code>ardour:MMC in</code> JACK port.
70     </p>
71   </li>
72
73   <li>
74     <p>
75       <strong>Outbound MMC device ID:</strong> is the MIDI device ID Ardour will
76       use when it sends MMC commands.
77     </p>
78   </li>
79
80   <li>
81     <p>
82       <strong>Initial program change:</strong> Ardour will send a MIDI program
83       change message on the <code>ardour:MMC out</code> JACK port when a session
84       is loaded and whenever this field is changed. A value of -1 is for don't
85       send any program change message.
86     </p>
87   </li>
88
89   <li>
90     <p>
91       <strong>Display first MIDI bank/program as 0</strong>
92     </p>
93   </li>
94
95   <li>
96     <p>
97       <strong>Never display periodic MIDI messages</strong>
98     </p>
99   </li>
100
101   <li>
102     <p>
103       <strong>Sound MIDI notes as they are selected</strong>
104     </p>
105   </li>
106
107   <li>
108     <p>
109       <strong>Midi Audition Synth</strong>
110     </p>
111   </li>
112
113 </ul>