Update documentation.

pull/3/head
Jonathan Moore Liles 2008-03-23 01:35:07 -05:00
parent cfd27f88ed
commit 98aab77917
3 changed files with 13 additions and 2 deletions

View File

@ -38,6 +38,8 @@ These keys are in effect when the pattern or phrase editor grid is focused.
<tr><td>C</td><td>crop to range</td></tr>
<tr><td>Delete</td><td>delete selected</td></tr>
<tr><td>Shift-Delete</td><td>clear grid</td></tr>
<tr><td>Control-Delete</td><td>delete time in range</td></tr>
<tr><td>Control-Insert</td><td>insert time</td></tr>
<tr><td>Arrow keys</td><td>move viewport</td></tr>
<tr><td>Ctrl-Left</td><td>move to previous note</td></tr>
<tr><td>Ctrl-Right</td><td>move to next note</td></tr>

View File

@ -45,13 +45,17 @@ There are no pre-compiled binaries available.
<p>
The following libraries are required to build Non.
</p>
<ul><li><span>FLTK 1.1.x</span>
<ul><li><span>FLTK >= 1.1.7 (with `fluid`)</span>
<li><span>JACK >= 0.103.0</span>
<li><span>sigc++ 2.0</span>
</ul><p>
The following are optional:
</p>
<ul><li><span>LASH >= 0.5.4</span>
</ul><h1 id="u:5.">Community</h1>
<p>
Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net.
</p>
</div>
</body>
</html>

View File

@ -40,10 +40,15 @@
The following libraries are required to build Non.
* FLTK 1.1.x
* FLTK >= 1.1.7 (with `fluid`)
* JACK >= 0.103.0
* sigc++ 2.0
The following are optional:
* LASH >= 0.5.4
; Community
Feel free to drop by the `#non` channel on irc.freenode.net.