Update of /project/fomus/cvsroot/fomus/doc In directory common-lisp.net:/tmp/cvs-serv30128/doc
Modified Files: marks.xml settings.xml Log Message: test/bug fixes/CM MIDI backend Date: Sat Oct 1 02:49:52 2005 Author: dpsenicka
Index: fomus/doc/marks.xml diff -u fomus/doc/marks.xml:1.10 fomus/doc/marks.xml:1.11 --- fomus/doc/marks.xml:1.10 Sat Aug 27 20:13:30 2005 +++ fomus/doc/marks.xml Sat Oct 1 02:49:52 2005 @@ -35,7 +35,7 @@ and <function><link linkend="mark.slur-">:ENDSLUR-</link></function>).
Exceptions that don't have a trailing dash are <function><link linkend="mark.wedge.gt">:STARTWEDGE></link></function> and - <function><link linkend="mark.wedge.lt">:STARTWEDGE<</link></function>. + <function><link linkend="mark.wedge.lt">:STARTWEDGE<</link></function> and related marks. </para></listitem> </itemizedlist> </para> @@ -195,8 +195,8 @@ <member><function><anchor id="mark.sf"/>:SF</function></member> <member><function><anchor id="mark.sp"/>:SP</function></member> <member><function><anchor id="mark.spp"/>:SPP</function></member> - <member><function><anchor id="mark.wedge.gt"/>:STARTWEDGE></function> / <function>:WEDGE-</function> / <function>:ENDWEDGE-</function></member> - <member><function><anchor id="mark.wedge.lt"/>:STARTWEDGE<</function> / <function>:WEDGE-</function> / <function>:ENDWEDGE-</function></member> + <member><function><anchor id="mark.wedge.gt"/>:STARTWEDGE></function> / <function>:WEDGE></function> / <function>:ENDWEDGE></function></member> + <member><function><anchor id="mark.wedge.lt"/>:STARTWEDGE<</function> / <function>:WEDGE<</function> / <function>:ENDWEDGE<</function></member> </simplelist>
</section>
Index: fomus/doc/settings.xml diff -u fomus/doc/settings.xml:1.11 fomus/doc/settings.xml:1.12 --- fomus/doc/settings.xml:1.11 Wed Aug 31 23:18:05 2005 +++ fomus/doc/settings.xml Sat Oct 1 02:49:52 2005 @@ -1055,9 +1055,8 @@ (:group (:group :violin) (:group :viola) (:group :violoncello) (:group :contrabass))) (:ensemble - :piccolo :flute :oboe :english-horn :bf-clarinet :a-clarinet :bass-clarinet - :bassoon :contra-bassoon - (:grandstaff :piano)))]]> + :piccolo :flute :oboe :english-horn :bf-clarinet :a-clarinet :bassoon + :contra-bassoon (:grandstaff :piano)))]]> </programlisting> </example> @@ -1268,15 +1267,17 @@ <term><varname><anchor id="setting.quality"/>:QUALITY</varname></term> <listitem> <para> - This is a real number greater than <literal>0</literal> and indicates how much <application>FOMUS</application> should trade + This is a real number indicating how much <application>FOMUS</application> should trade speed of computation for quality of output.
- The default is <literal>1</literal>, which gives reasonable results for relatively uncomplicated tasks. - Setting it lower increases speed while setting it higher gives better results.
- Values of around <literal>3</literal> or <literal>4</literal> should be best--after a certain - point increasing this value only makes the program run slower with no improvements. + The default is <literal>1</literal>, which is reasonable for relatively uncomplicated tasks. + + The most effective values are between approximately <literal>-3</literal> and <literal>3</literal>, though complex + scores might show improvement with values of <literal>5</literal> or more. + + After a certain point increasing this value only makes the program run slower with no noticeable improvement in output. </para> </listitem> </varlistentry>