-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="fr">
<head>
<title>BonePos Touch</title>
<meta charset="utf-8"/>
</head>
<body>
<script src="bonepostouch.js"></script>
<h1>Bone Pos Touch</h1>
<p>When starting you will be shown the eleven buttons or zones you
can touch. The highlighting will stop upon the first touch.</p>
<h2>+ and - buttons</h2>
<p>The four + and - buttons navigate through partials. The current
partial is displayed on the top left corner (number and name). The two
buttons on the right will directly "play" a note, the one at the last
position previously used.</p>
<p>Names for the partials:</p>
<ul>
<li>partial 1: Root</li>
<li>partial 2: 5th</li>
<li>partial 3: 8ve</li>
<li>partial 4: +3rd (octave + third)</li>
<li>partial 5: +5th (octave + fifth)</li>
<li>partial 6: +b7 (octave + flat seventh</li>
<li>partial 7: ++ (two octaves)</li>
<li>partial 8: ++2 (two octaves and a second)</li>
<li>partial 9: ++3 (two octaves and a third)</li>
<li>partial 10: ++#4 (two octaves and an augmented fourth)</li>
</ul>
<h2>Position buttons</h2>
<p>It's the buttons along the central line. Pressing them will display
the relevant note. From top to bottom:</p>
<ul>
<li>pos 7: extreme top</li>
<li>pos 6: between extreme top and pos 5</li>
<li>pos 5: first line from the top</li>
<li>pos 4: between the two lines</li>
<li>pos 3: first line from the bottom (the bell)</li>
<li>pos 2: between extreme bottom and pos 3</li>
<li>pos 1: extreme bottom</li>
</ul>
</body>
</html>