-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (47 loc) · 2.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body oncontextmenu="return false;">
<div id="canvas_container">
<div id="canvas"></div>
<script src="sketch.js"></script>
<div id="text_container">
<p>Hi there!</p>
<p> This page is a visual interface for the modulation matrix of the
<a href="https://novationmusic.com/en/synths/summit">Novation Summit</a>
and <a href="https://novationmusic.com/en/synths/peak">Peak</a>.
To start MIDI in the browser click anywhere.
Browsers like Opera, Edge and Chrome support MIDI.</p>
<p>
Choose your synth's MIDI port in the upper dropdown menu in the lower rigth corner.
Use the lower dropdown menu to change the MIDI channel.
If you don't see any dropdown menus, your browser most likely doesn't support MIDI.</p>
<p>
Let's change some values in the matrix!
Click on a Mod Slot in the colored column on the right to select this slot.
To the right of the Mod Slots you see their corresponding Depth parameters,
click on a slider and drag horizontally to change its value.
</p>
<p>
Click somewhere in the main matrix to change the source (listed on the left)
and destination (listed on top) of the currently selected mod slot.
Conversely, if you right-click on a colored matrix entry, you select the corresponding mod slot.
Directly to the left of the mod slots (colored column) you find the secondary sources,
click one to activate it for the currently selected mod slot.
</p>
<p>
If you open the "mod" menu on your instrument you can see the changes made.
It's not (yet) possible to load a mod matrix state from the instrument or download a state, this page always starts with blank slate.
Save your creation on your Summit/Peak!
If you want to work with two different mod matrices for the two timbres of the Summit just open this page again in a second tab and choose the appropriate MIDI channels.
</p>
<p>
Is something broken or everything perfect? Are you missing something? <a id="mail" href="mailto:[email protected]">
</a>!
</p>
</div>
</div>
</body></html>