From 666f516a67bdf7f27d3f988bb05623fa4c3f5c71 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 3 Jan 2017 10:47:38 +0100 Subject: [PATCH] fix HTML: * use html entities: use > for > * and replace italic with emphasis --- .../12_edit-midi/13_transpose-midi.html | 3 +-- .../12_edit-midi/14_automation-midi.html | 2 +- .../12_edit-midi/15_transformation-midi.html | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_manual/15_editing-and-arranging/12_edit-midi/13_transpose-midi.html b/_manual/15_editing-and-arranging/12_edit-midi/13_transpose-midi.html index e2867da..e4407a1 100644 --- a/_manual/15_editing-and-arranging/12_edit-midi/13_transpose-midi.html +++ b/_manual/15_editing-and-arranging/12_edit-midi/13_transpose-midi.html @@ -4,8 +4,7 @@ title: Transposing MIDI menu_title: Transposing MIDI --- -

transpose dialog

-

To transpose a whole region at once, you can access the "transpose" dialog, by right clicking a region > name_of_the_midi_region > MIDI > Transpose...

+

To transpose a whole region at once, you can access the "transpose" dialog, by right clicking a region > name_of_the_midi_region > MIDI > Transpose...

This very simple dialog allows to choose either a number of semitones to add or substract to all the notes inside the region, and/or for more significant changes, octaves (12 semitones).

diff --git a/_manual/15_editing-and-arranging/12_edit-midi/14_automation-midi.html b/_manual/15_editing-and-arranging/12_edit-midi/14_automation-midi.html index 1011689..c99dd76 100644 --- a/_manual/15_editing-and-arranging/12_edit-midi/14_automation-midi.html +++ b/_manual/15_editing-and-arranging/12_edit-midi/14_automation-midi.html @@ -8,7 +8,7 @@ menu_title: Automating MIDI

Automation : pitch bending

-

Pitch bending and aftertouch both work the same way, through automation. Right click the MIDI track's header > Automation > Bender (or Pressure) > choose the channel you want to bend.

+

Pitch bending and aftertouch both work the same way, through automation. Right click the MIDI track's header > Automation > Bender (or Pressure) > choose the channel you want to bend.

Using the Draw tool, as for all the automation, 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 (up to 4 semitones) and a line going under the middle will bend the pitch to a lower note. The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No automation or a value of 8192 means no pitch shifting.

diff --git a/_manual/15_editing-and-arranging/12_edit-midi/15_transformation-midi.html b/_manual/15_editing-and-arranging/12_edit-midi/15_transformation-midi.html index 75681a3..c7428ea 100644 --- a/_manual/15_editing-and-arranging/12_edit-midi/15_transformation-midi.html +++ b/_manual/15_editing-and-arranging/12_edit-midi/15_transformation-midi.html @@ -8,7 +8,7 @@ menu_title: Transforming MIDI

MIDI transformation

-

To access the Transform tool, right click the MIDI region > name_of_the_region > MIDI > Transform...

+

To access the Transform tool, right click the MIDI region > name_of_the_region > MIDI > Transform...

First, select the property you want to modify in the 'Set' field, then change the target value using the 2 following fields. If you want to add more operands, click the "+" sign to create new lines. You can remove a superfluous line using the "-" sign on the right of the newly created line.

@@ -34,8 +34,8 @@ and the calculation may be based on the following properties :
  • the previous note's
  • this note's index (number of the note, i.e. the first one is 0, the second is 1, etc.)
  • exactly (for a constant value, between 1 and 127)
  • -
  • a random number from lower to higher (lower and higher beeing constant values between 1 and 127)
  • -
  • equal steps from lower to higher (lower and higher beeing constant values between 1 and 127)
  • +
  • a random number from lower to higher (lower and higher beeing constant values between 1 and 127)
  • +
  • equal steps from lower to higher (lower and higher beeing constant values between 1 and 127)
  • The mathematical operators can be :