Skip to content

Commit 125f0c9

Browse files
committed
Manuals controls work
1 parent 70f50d9 commit 125f0c9

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

src/doc/manuals/development/eclipse.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
<img src="<?= $IMG ?>eclipse-new-project.png">
3939
</div>
4040

41-
<p>Now, complete project structure is visible in the <b>Project explorer</b> view.</p>
41+
<p>Now, complete project structure is visible in the <b>Project explorer</b> view.</p>
4242
<div class="images">
4343
<img src="<?= $IMG ?>eclipse-project-explorer.png">
4444
</div>
4545

4646
<p>We just need to configure project build. For this case, select <b>Project</b> &rarr; <b>Properties</b> menu,
47-
the project configuration dialog should appear:</p>
47+
the project configuration dialog should appear:</p>
4848
<div class="images">
4949
<img src="<?= $IMG ?>eclipse-project-properties.png">
5050
</div>
@@ -150,13 +150,7 @@
150150
<p>Now click <b>Apply</b> and <b>Debug</b> buttons to start debugging. The example command line will start a standalone
151151
<b>Impulse Reverb Stereo</b> plugin that runs under JACK server:</p>
152152
<div class="images">
153-
<img src="<?= $IMG ?>eclipse-mtest-plugin.png">
153+
<img class="border" src="<?= $IMG ?>eclipse-mtest-plugin.png">
154154
</div>
155155

156156
<p>Happy Development!</p>
157-
158-
159-
160-
161-
162-

src/doc/manuals/tutorials/sampler_import_hydrogen_kit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</p>
3939

4040
<p>
41-
<img src="<?= $RES_ROOT ?>/img/tutorials/lsp-sampler-hydrogen-kit.png">
41+
<img class="border" src="<?= $RES_ROOT ?>/img/tutorials/lsp-sampler-hydrogen-kit.png">
4242
</p>
4343

4444
<ul>
@@ -127,7 +127,7 @@
127127
<li><b>Instrument 17</b> Note: <em>F 4</em></li>
128128
<li><b>Instrument 18</b> Note: <em>F# 4</em></li>
129129
</ul>
130-
130+
131131
<li>Now play the corresponding note on your midi keyboard or the Ardour
132132
piano roll and you should hear the appropriate drum sample.</li>
133133
</ul>

0 commit comments

Comments
 (0)