diff --git a/include/add-new-notes.html b/include/add-new-notes.html index 62b260c3..737d4db7 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: +
+ + + ++ 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: +
+ +Length | +The length will be defined by the grid snapping setting | +
---|---|
Channel | +This value will be inhertited from the last added note | +
Velocity | +The 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 | +
diff --git a/source/images/midi-draw-toolbar.png b/source/images/midi-draw-toolbar.png new file mode 100644 index 00000000..97161cce Binary files /dev/null and b/source/images/midi-draw-toolbar.png differ