-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.htm
27 lines (27 loc) · 2.48 KB
/
index.htm
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
<!DOCTYPE html>
<head>
<meta http-equiv="200" charset="utf-8" />
<title>Octavia by Lightingale</title>
<meta content="true" name="HandheldFriendly" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta name="author" content="Lumière Élevé" />
<meta name="description" content="The description page of Lightingale Octavia." />
<meta name="og:title" content="Octavia by Lightingale" />
<meta name="og:description" content="TThe description page of Lightingale Octavia." />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="Octavia,Lightingale,MIDI,General MIDI,GM,visualizer,Yamaha,Roland,Korg,Kawai,Akai,Casio,XG,GS,MT-32,05R/W,X5,X5D,X5DR,NS5R,GMega,K11,Yamaha MU,Yamaha QY,Roland SoundCanvas,QY70,QY100,MU50,MU80,MU90,MU100,MU128,MU500,MU1000,MU2000,TG100,TG300,S-YXG50,SC-55,SC-155,SC-88,SC-88VL,SC-88 Pro,SC-8850,SC-8820" />
<link rel="stylesheet" href="test/css/water.min.css" />
<link rel="stylesheet" href="test/css/fonts.css" />
</head>
<body>
<h2>Warning</h2>
<p>Due to a critical bug affecting the SysEx processing flow (<a target="_blank" href="https://github.com/ltgcgo/octavia/issues/55">#55</a>), Octavia is planned to have a major rewrite. The rewrite may happen at any time once version 0.5.2 is fully released.</p>
<p><b style="color: #f00">If you're accessing the online version, it is advised to <a href="../octavia-stable/">use the stable branch instead</a> in case of a massive break.</b> If you can see the address bar already at <code>/octavia-stable/</code> or you're running a local development build, ignore the warning.</p>
<h2>Disclaimer</h2>
<p>The core processing library (state.mjs), basic visualizer template (basic.mjs), MIDI interface middleware (bridge.mjs) and several pre-written visualizers of <b>Octavia</b> are all free libre software under GNU LGPL license. There is <i>absolutely no warranty</i> for using <b>Octavia</b>, to the extent permitted by applicable law.</p>
<p>Some files came with Octavia are licensed differently, like the bitmap font and voice bitmaps. Read their respective licenses before using them.</p>
<p>Feel free to check the source code out on <a href="https://github.com/ltgcgo/octavia/" target="_blank">GitHub</a>. If you like Octavia, don't forget to leave a star!</p>
<p>Documentation is also available <a href="https://kb.ltgc.cc/octavia/">here</a>.</p>
<h2>List of Octavia demos</h2>
<p>See <a href="./test/">all of the demos</a> available.</p>
</body>