diff --git a/include/virtual-keyboard.html b/include/virtual-keyboard.html index e763b30..4daa3cc 100644 --- a/include/virtual-keyboard.html +++ b/include/virtual-keyboard.html @@ -1,17 +1,18 @@ -
- The Virtual Keyboard window -
- The Virtual Keyboard window -
-
-

The Virtual Keyboard is a software MIDI instrument, similar to VMPK that can be used like an hardware musical keyboard would, to emit MIDI events.

+
+ The Virtual Keyboard window +
+ The Virtual Keyboard window +
+
+

It can be used to test or record MIDI notes or events, as the computer keyboard can be (and is, by default) mapped to the virtual MIDI keyboard. @@ -34,18 +35,23 @@ A channel selector to choose on which MIDI channel the events are generated

  • - A pitch bend that can bend as much as the virtual instrument allows. The controls are: + A pitch bend that can bend as much as the virtual instrument allows. + The MIDI specification defines the pitch-bend range as [0..16383]. + So Ardour maps that range to whatever the synth has and sets the + neutral/middle position in the virtual keyboard to 8192. If the synth + operates in the +/- 2 semitones range, that makes 1 semitone 4096 + units large. The controls are:
  • @@ -64,7 +70,7 @@ each knob and selecting a different Control Number.
  • - Octave : a selector to choose where on the keyboard (on which + Octave: a selector to choose where on the keyboard (on which octave) the keyboard view is. The chosen octave will be the second one displayed, i.e. if "Octave" is set to 3, the leftmost displayed octave will be 2.
    @@ -73,8 +79,8 @@ Z, is mapped to C3.
    The controls are:
  • @@ -84,9 +90,15 @@ Velocity sets the intensity of the note, which contributes to its audio volume, and can, depending on the virtual instrument, play a role in the sample selection.
    - Although the drop down menu only lists a few values, scrolling the mouse - over the control, as with the other selectors, allows to change its - value with a finer in/decrement. + Although the drop down menu only lists a few values, scrolling the mouse over the control, as with the other selectors, allows to change + its value with a finer in/decrement.
    + Available shortcuts are: +
  • A Transpose selector, that shifts the notes played by its value @@ -95,6 +107,6 @@
  • A Panic button, to immediately stop all MIDI sound.
  • - + diff --git a/source/images/virtual_keyboard.png b/source/images/virtual_keyboard.png index 51ad458..54112d7 100644 Binary files a/source/images/virtual_keyboard.png and b/source/images/virtual_keyboard.png differ