mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-01-22 01:53:59 +00:00
Update documentation
This commit is contained in:
parent
a333a182c9
commit
bc8ffe4f50
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
|||
28Oct07 VocalEasel 1.0a4
|
||||
|
||||
- Fixed numerous bugs.
|
||||
- Reorganized file import/export facilities.
|
||||
- Now generating much more conformant VoiceXML.
|
||||
- Now capable of importing Band-in-a-Box and Lilypond files.
|
||||
|
||||
19May07 VocalEasel 1.0a3
|
||||
|
||||
- Fixed numerous bugs
|
||||
|
|
|
@ -12,7 +12,7 @@ play accompaniments. It is designed to be:</p>
|
|||
<ul type="circle">
|
||||
<li>Free to use and redistribute to others.</li>
|
||||
<li>Easy to use.</li>
|
||||
<li>Powerful enough to produce adequate results for most common song.</li>
|
||||
<li>Powerful enough to produce adequate results for most common songs.</li>
|
||||
<li>Open, i.e.
|
||||
<ul type="disc">
|
||||
<li>You can obtain and change the source code to adapt
|
||||
|
|
|
@ -19,10 +19,8 @@ considerable number of bugs.</p>
|
|||
<h2>Known Bugs</h2>
|
||||
|
||||
<ul>
|
||||
<li>Meters other than 4/4 don't work yet.</li>
|
||||
<li>Changing meter or divisions in an existing song does not convert the
|
||||
song properly.</li>
|
||||
<li>Selecting a groove that does not match the song (A 5/4 groove for a 4/4 song) results in an error.</li>
|
||||
<li>Lilypond importing only works for very simple song structures.
|
||||
</ul>
|
||||
|
||||
</body> </html>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2.5
|
||||
#
|
||||
# Copyright (c) 2003 The University of Wroclaw.
|
||||
# All rights reserved.
|
||||
|
|
Loading…
Reference in New Issue
Block a user