|
10 | 10 | <p class="text"> |
11 | 11 | The pattern editor consists of all channels and has the following layout:</p> |
12 | 12 |
|
13 | | - <img id="img" src="img/pattern.png" alt="Screenshot of pattern editor"><br /> |
| 13 | + <img id="img" src="img/pattern.png" alt="Screenshot of pattern editor"> |
| 14 | + <br /> |
14 | 15 |
|
15 | 16 | <p class="text"> |
16 | 17 | All fields except note, octave and effect letter are in hexadecimal.</p> |
17 | 18 |
|
18 | 19 | <ul class="text"> |
19 | 20 | <li><b>Note and octave</b><br /> |
20 | | - Displays the note and octave, or the commands note cut <b><code>(---)</code></b> and note release <b><code>(===)</code></b>. |
| 21 | + <p> |
| 22 | + Displays the note and octave, or the commands note cut |
| 23 | + <b><code>(---)</code></b> and note release |
| 24 | + <b><code>(===)</code></b>.</p> |
21 | 25 | <ul class="text"> |
22 | 26 | <li>Note cut immediately silences the channel.</li> |
23 | 27 | <li>Note release activates the instrument release sequences.</li> |
24 | 28 | </ul> |
25 | | - <br /> |
26 | | - The editor must be in record mode to insert notes in this column, |
27 | | - toggle record / normal mode with the space key.<br /> |
28 | | - Notes are located on keyboard keys: <b><code>Z</code></b> = C, <b><code>S</code></b> = C#, <b><code>X</code></b> = D, <b><code>D</code></b> = D#, <b><code>C</code></b> = |
29 | | - E... (<b><code>Q</code></b>, <b><code>2</code></b>, <b><code>W</code></b> is one octave higher) |
30 | | - <br /> |
31 | | - <br /> |
32 | | - Default key for note cut is <b><code>1</code></b> and note release is <b><code>\</code></b>, but both can be |
33 | | - changed in the configuration window and general tab. |
34 | | - <br /> |
35 | | - <br /> |
36 | | - Octave can be stepped up and down with numpad keys <b><code>/</code></b> and <b><code>*</code></b>, but it can be configured the Shortcuts configuration menu. |
37 | | - <br /> |
38 | | - <br /> |
| 29 | + <p> |
| 30 | + The editor must be in record mode to insert notes in this column, toggle record / normal mode with the space key.</p> |
| 31 | + <p> |
| 32 | + Notes are located on keyboard keys: |
| 33 | + <b><code>Z</code></b> = C, |
| 34 | + <b><code>S</code></b> = C#, |
| 35 | + <b><code>X</code></b> = D, |
| 36 | + <b><code>D</code></b> = D#, |
| 37 | + <b><code>C</code></b> = E... |
| 38 | + (<b><code>Q</code></b>, |
| 39 | + <b><code>2</code></b>, |
| 40 | + <b><code>W</code></b> is one octave higher, for example)</p> |
| 41 | + <p> |
| 42 | + Default key for note cut is <b><code>1</code></b> and note release is <b><code>\</code></b>, but both can be changed in the configuration window and general tab.</p> |
| 43 | + <p> |
| 44 | + Octave can be stepped up and down with numpad keys <b><code>/</code></b> and <b><code>*</code></b>, but it can be configured in the Shortcuts configuration menu.</p> |
| 45 | + <p> |
| 46 | + <i>Note:</i> Notes with no assigned DPCM samples or notes that reaches beyond the pitch table will be displayed with a red color!</p> |
39 | 47 | </li> |
40 | 48 | <li> |
41 | 49 | <b>Instrument column</b><br /> |
42 | | - Instrument to use. The selected |
43 | | - instrument is automatically inserted unless the instrument mask option is |
44 | | - enabled (Edit menu). If cleared then the previous instrument will be used.<br /> |
45 | | - <i>Note:</i> Missing or incompatible instruments will be displayed with a red color!<br /> |
46 | | - <br /> |
| 50 | + <p> |
| 51 | + Instrument to use. The selected instrument is automatically inserted unless the instrument mask option is enabled in the Edit menu. If cleared then the previous instrument will be used.</p> |
| 52 | + <p> |
| 53 | + A Hold Instrument command can be inserted by pressing the H key, which will write <b><code>&&</code></b> on the instrument column. This command will hold any instrument envelope state from a previous note. This was implemented in FamiTracker 0.5.0 beta 3, and ported since 0CC-FamiTracker version 0.3.14.3.</p> |
| 54 | + <p> |
| 55 | + <i>Note:</i> Missing or incompatible instruments will be displayed with a red color!</p> |
47 | 56 | </li> |
48 | 57 | <li> |
49 | 58 | <b>Volume column</b><br /> |
50 | | - Sets the volume for the channel, range 0 - F. Only functional for channels that support volume control, |
51 | | - such as pulse and noise channels for 2A03.<br /> |
52 | | - <br /> |
| 59 | + <p> |
| 60 | + Sets the volume for the channel, range 0 - F. Only functional for channels that support volume control, such as pulse and noise channels for 2A03.</p> |
53 | 61 | </li> |
54 | 62 | <li> |
55 | 63 | <b>Channel effects</b><br /> |
56 | | - Used for channel effects. Format is |
57 | | - <b>Yxx</b>, where <b>Y</b> |
58 | | - = effect type and <b>xx</b> = effect parameter. |
59 | | - <br />Additional effect-columns can be used by clicking the arrows in the channel header.<br /> |
| 64 | + <p> |
| 65 | + Used for channel effects. Format is <b>Yxx</b>, where <b>Y</b> = effect type and <b>xx</b> = effect parameter.</p> |
| 66 | + <p> |
| 67 | + Additional effect-columns can be used by clicking the arrows in the channel header.</p> |
60 | 68 | <a href="effect_list.htm">See this page for available effects.</a> |
61 | 69 | <br /> |
62 | 70 | </li> |
|
72 | 80 | commands are <b>Alt+F9</b> & <b>Alt+F10</b>.</p> |
73 | 81 |
|
74 | 82 | <p class="text"> |
75 | | - Selections can be done in this area with support for drag and drop operations. For selections, these commands are available:<br /></p> |
| 83 | + Selections can be done in this area with support for drag and drop operations. For selections, these commands are available:</p> |
76 | 84 | <ul class="text"> |
77 | 85 | <li> |
78 | | - <b>Ctrl+A</b> (first time) = select whole channel, <b>Ctrl+A</b> (second time) = select all channels |
79 | | - <br /> |
80 | | - <br /> |
| 86 | + <p> |
| 87 | + <b>Ctrl+A</b> (first time) = select whole channel, <b>Ctrl+A</b> (second time) = select all channels</p> |
81 | 88 | </li> |
82 | 89 | <li> |
83 | | - <b>Ctrl+C</b> = copy, <b>Ctrl+X</b> = cut, <b>Ctrl+V</b> = paste |
84 | | - <br /> |
85 | | - <br /> |
| 90 | + <p> |
| 91 | + <b>Ctrl+C</b> = copy, <b>Ctrl+X</b> = cut, <b>Ctrl+V</b> = paste</p> |
86 | 92 | </li> |
87 | 93 | <li> |
88 | | - <b>Ctrl+mouse wheel</b> = transpose |
89 | | - <br /> |
90 | | - <br /> |
| 94 | + <p> |
| 95 | + <b>Ctrl+mouse wheel</b> = transpose</p> |
91 | 96 | </li> |
92 | 97 | <li> |
93 | | - <b>Shift+mouse wheel</b> = shift instrument/volume/effect values up/down |
94 | | - <br /> |
95 | | - <br /> |
| 98 | + <p> |
| 99 | + <b>Shift+mouse wheel</b> = shift instrument/volume/effect values up/down</p> |
96 | 100 | </li> |
97 | 101 | <li> |
98 | | - Special commands: Use <b>Shift+Copy</b> to copy volume column as text. |
99 | | - <br /> |
100 | | - <br /> |
| 102 | + <p> |
| 103 | + Special commands: Use <b>Shift+Copy</b> to copy volume column as text.</p> |
101 | 104 | </li> |
102 | 105 | </ul> |
103 | 106 |
|
|
0 commit comments