From 966470310470267121278f9d506a3182bb10e127 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Fri, 24 May 2019 11:31:11 +0200 Subject: [PATCH] Styling of the Step Entry page --- include/step-entry.html | 169 ++++++++++++---------------------------- 1 file changed, 51 insertions(+), 118 deletions(-) diff --git a/include/step-entry.html b/include/step-entry.html index ffe906d..425ffff 100644 --- a/include/step-entry.html +++ b/include/step-entry.html @@ -6,10 +6,10 @@ comes from using a custom note entry dialog.

- The step entry dialog is accessed via a right click context menu on the - rec-enable button, because step entry is related to recording MIDI - data. Step editing and recording MIDI via the track's MIDI port cannot happen - simultaneously. + The step entry dialog is accessed via a right click + context menu on the rec-enable button, because step entry is related + to recording MIDI data. Step editing and recording MIDI via the + track's MIDI port cannot happen simultaneously.

@@ -57,117 +57,50 @@ The default key bindings for this (configured in step_editing.bindings) are:

-
-
grave
-
octave-0
-
1
-
octave-1
-
2
-
octave-2
-
3
-
octave-3
-
4
-
octave-4
-
5
-
octave-5
-
6
-
octave-6
-
7
-
octave-7
-
8
-
octave-8
-
9
-
octave-9
-
0
-
octave-10
-
-
-
F1
-
note-length-whole
-
F2
-
note-length-half
-
F3
-
note-length-third
-
F4
-
note-length-quarter
-
F5
-
note-length-eighth
-
F6
-
note-length-sixteenth
-
F7
-
note-length-thirtysecond
-
F8
-
note-length-sixtyfourth
-
-
-
a
-
insert-c
-
w
-
insert-csharp
-
s
-
insert-d
-
e
-
insert-dsharp
-
d
-
insert-e
-
f
-
insert-f
-
t
-
insert-fsharp
-
g
-
insert-g
-
y
-
insert-gsharp
-
h
-
insert-a
-
u
-
insert-asharp
-
j
-
insert-b
-
-
-
Tab
-
insert-rest
-
Primary-Tab
-
insert-snap-rest
-
BackSpace
-
back
-
-
-
z
-
note-velocity-ppp
-
x
-
note-velocity-pp
-
c
-
note-velocity-p
-
v
-
note-velocity-mp
-
b
-
note-velocity-mf
-
n
-
note-velocity-f
-
m
-
note-velocity-ff
-
comma
-
note-velocity-fff
-
-
-
Up
-
next-note-velocity
-
Down
-
prev-note-velocity
-
Primary-Up
-
next-note-length
-
Primary-Down
-
prev-note-length
-
-
-
apostrophe
-
toggle-triplet
-
period
-
toggle-dotted
-
Primary-period
-
no-dotted
-
bar
-
toggle-chord
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
graveoctave 0
1 to 9octave 1 to 9
0octave 10
F1note length whole
F2note length half
F3note length third
F4 to F8note length quarter to sixtyfourth
ainsert C
winsert C ♯
sinsert D
einsert D ♯
dinsert E
finsert F
tinsert F ♯
ginsert G
yinsert G ♯
hinsert A
uinsert A ♯
jinsert B
Tabinsert rest
Primary Tabinsert snap rest
BackSpaceback
znote velocity 𝆏𝆏𝆏
xnote velocity 𝆏𝆏
cnote velocity 𝆏
vnote velocity 𝆐𝆏
bnote velocity 𝆐𝆑
nnote velocity 𝆑
mnote velocity 𝆑𝆑
commanote velocity 𝆑𝆑𝆑
Upnext note velocity
Downprev note velocity
Primary Upnext note length
Primary Downprev note length
apostrophetoggle triplet
periodtoggle dotted
Primary periodno dotted
bartoggle chord
-- 2.37.2