Compare commits

...

12 Commits

Author SHA1 Message Date
Alexandre Prokoudine 29374085f0
Merge pull request #250 from fordfrog/patch-17
Update automating-midi---pitch-bending-and-aftertouch.html: plural
2023-10-17 21:54:09 +02:00
Alexandre Prokoudine 40aca6aaab
Merge pull request #249 from fordfrog/patch-16
Update virtual-keyboard.html: an hardware -> a hardware
2023-10-17 21:53:29 +02:00
Alexandre Prokoudine 700b9ca0ce
Merge pull request #248 from fordfrog/patch-15
Update generic-midi-binding-maps.html: added missing apostrophe
2023-10-17 21:53:03 +02:00
Alexandre Prokoudine 9a095369d5
Merge pull request #247 from fordfrog/patch-14
Update generic-midi.html: added missing parenthesis
2023-10-17 21:52:40 +02:00
Alexandre Prokoudine a0f1839d1f
Merge pull request #246 from fordfrog/patch-13
Update osc58-controlling-ardour-with-osc.html: added missing parenthesis
2023-10-17 21:52:19 +02:00
Alexandre Prokoudine 851960bbb8
Merge pull request #245 from fordfrog/patch-11
Update generic-midi-binding-maps.html: removed space before comma
2023-10-17 21:51:53 +02:00
Miroslav Šulc 59168d78c3
Update automating-midi---pitch-bending-and-aftertouch.html: plural 2023-10-17 20:50:46 +02:00
Miroslav Šulc aa1906f67d
Update virtual-keyboard.html: an hardware -> a hardware 2023-10-17 20:33:31 +02:00
Miroslav Šulc 35f9de8dfe
Update generic-midi-binding-maps.html: added missing apostrophe 2023-10-17 20:01:16 +02:00
Miroslav Šulc a75683eb41
Update generic-midi.html: added missing parenthesis 2023-10-17 19:55:09 +02:00
Miroslav Šulc 7f2a628c8e
Update osc58-controlling-ardour-with-osc.html: added missing parenthesis 2023-10-17 19:53:44 +02:00
Miroslav Šulc b91171b8b4
Update generic-midi-binding-maps.html: removed space before comma 2023-10-17 19:49:11 +02:00
5 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
</p>
<p>
Using the Draw tool, as for all the automation, allows to create a gradual
Using the Draw tool, as for all the automations, allows to create a gradual
change from one drawn point to another. A line in the center produces no
change to the pitch, while a line above the center will bend the pitch to a
higher note and a line going under the middle will bend the pitch to a lower note.

View File

@ -67,7 +67,7 @@
Since the beginning of time (well, sometime early in the 2.X series),
Ardour has had the concept of identifying each track and bus with a
<dfn>remote control ID</dfn>. This ID uniquely identifies a track or bus
so that when messages arrive from elsewhere via MIDI or OSC , we can determine
so that when messages arrive from elsewhere via MIDI or OSC, we can determine
which track or bus they are intended to control. See
<a href="@@controlling-track-ordering">
remote control IDs</a> for more information.
@ -95,7 +95,7 @@ bindings"&gt;
<h3>Finding out what your MIDI control surface sends</h3>
<p>
This is the most complex part of the job, but its still not very hard.
This is the most complex part of the job, but it's still not very hard.
You need to connect the control surface to an application that will show
you the information that the device sends each time you modify a knob,
slider, button etc. There are a variety of such applications (notably

View File

@ -2,7 +2,7 @@
<p>
Generic Midi allows synthesizers and other devices communicate with
Ardour. MIDI devices can send commands relating to playback (such as
play or stop), performance (such as volume, play, stop, and almost any
play or stop), performance (such as volume, play, stop), and almost any
other function (such as Edit, or Undo).
</p>
<p>

View File

@ -3,7 +3,7 @@
<abbr title="Open Sound Control"><dfn>OSC</dfn></abbr> lets synthesizers
and other devices communicate with Ardour. OSC devices can send commands
relating to playback (such as play or stop), performance (such as volume,
play, stop, and almost any other function (such as Edit, or Undo).
play, stop), and almost any other function (such as Edit, or Undo).
</p>
<p class="note">

View File

@ -1,7 +1,7 @@
<p>
The <dfn>Virtual Keyboard</dfn> is a software MIDI instrument, similar to
<a href="https://vmpk.sourceforge.io/">VMPK</a> that can be used like an
<a href="https://vmpk.sourceforge.io/">VMPK</a> that can be used like a
hardware musical keyboard would, to emit MIDI events.
</p>