-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
40 lines (37 loc) · 1.25 KB
/
about.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
---
layout: default
---
{% include header.html %}
<section class="container" id="about">
<div class="hero-unit">
<h1>Audio Grid</h1>
<br />
<p>
This app is an html/javascript port of the great
<a href="http://tonematrix.audiotool.com/">Tone Matrix</a>
tool by
<a href="http://andre-michelle.com/">Andre Michelle</a>.
</p>
<p>
If you're interested in grid/matrix based audio tools, you may
want to check out some of the hardware versions available:
<br /><a href="http://monome.org/">Monome</a>
<br /><a href="http://en.wikipedia.org/wiki/Tenori-on">Tenori-On</a>
</p>
<p>
If you have feature requests (or find a bug), please
<a href="https://github.com/skratchdot/audio-grid/issues">log an issue at Github</a>.
You can also leave <a href="http://skratchdot.com/projects/audio-grid/">comments on the Project Page</a>
</p>
</div>
<div style="width: 185px; margin: 50px auto 0;">
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
</div>
</section>
{% include footer.html %}