diff --git a/include/add-new-notes.html b/include/add-new-notes.html index 62b260c..737d4db 100644 --- a/include/add-new-notes.html +++ b/include/add-new-notes.html @@ -20,6 +20,45 @@ the duration of the note until the mouse button is released.

+

+ The toolbar available in the Draw mode helps drawing notes + of exact length, in a certain MIDI channel, with predefined velocity: +

+ +
+MIDI draw toolbar +
MIDI draw toolbar
+
+ +

+ While the Velocity drop-down list only displays presets, + you can hover it and use mouse wheel scrolling to increment the current + value by 1. Scrolling above the other two drop-down lists will cycle + through the presets. +

+ +

+ The Auto option in three drop-down lists works differently + in all three cases: +

+ + + + + + + + + + + + + + +
LengthThe length will be defined by the grid snapping setting
ChannelThis value will be inhertited from the last added note
VelocityThe value will be an interpolation between two closest notes, + the position of the newly added note relative to either of the two + notes will also be taken into consideration
+

Using Step Entry

diff --git a/source/images/midi-draw-toolbar.png b/source/images/midi-draw-toolbar.png new file mode 100644 index 0000000..97161cc Binary files /dev/null and b/source/images/midi-draw-toolbar.png differ