mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
29 lines
777 B
HTML
29 lines
777 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html> <head>
|
|
<title>VocalEasel: Known Bugs</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Bugs</h1>
|
|
|
|
<h2>Reporting Bugs</h2>
|
|
|
|
<p>VocalEasel is still very new software and therefore contains a
|
|
considerable number of bugs.</p>
|
|
|
|
<ul>
|
|
<li>To report incorrect behavior, select <i>Report Bug...</i> in the <i>Help</i> menu.</li>
|
|
<li>To request a currently missing feature, select <i>Request Feature...</i> in the <i>Help</i> menu.</li>
|
|
</ul>
|
|
|
|
<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>
|
|
</ul>
|
|
|
|
</body> </html>
|