Skip to content

Commit

Permalink
Added info for 6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fggp committed Jul 7, 2019
1 parent 747685f commit 4cb4b52
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# on your system.
# *************************************************************************
BASENAME=Csound
VERSION=6.12.0
VERSION=6.13.0

# export PATH=$PATH:/home/andres/bin/fop-0.20.5/
# export JAVA_HOME=/usr/lib/jvm/java-6-sun/
Expand Down
2 changes: 1 addition & 1 deletion csound5/cs5opcodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
&dssi4cs;
&loris;
&OSC;
&lua;
<!--&lua;-->
&py;
&mixer;
&stringconvert;
Expand Down
2 changes: 1 addition & 1 deletion manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@
<!ENTITY experimental SYSTEM "experimental/top.xml">
<!ENTITY deprecated SYSTEM "deprecated/top.xml">

<!ENTITY csoundversion "6.12.0">
<!ENTITY csoundversion "6.13.0">
]>

<book id="index" lang="en">
Expand Down
2 changes: 1 addition & 1 deletion opcodes/print.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</para>
<note>
<para>
The <emphasis>print</emphasis> opcode will truncate decimal places and may not show the complete value. Csound's precision depends on whether it is the floats (32-bit) or double (64-bit) <link linkend="MiscCsound64"><citetitle>version</citetitle></link>, since most internal calculations use one of these formats. If you need more resolution in the console output, you can try <link linkend="printf"><citetitle>printf</citetitle></link>.
The <emphasis>print</emphasis> opcode will truncate decimal places and may not show the complete value. Csound's precision depends on whether it is the floats (32-bit) or double (64-bit) <!--<link linkend="MiscCsound64"><citetitle>-->version<!--</citetitle></link>-->, since most internal calculations use one of these formats. If you need more resolution in the console output, you can try <link linkend="printf"><citetitle>printf</citetitle></link>.
</para>
</note>
</refsect1>
Expand Down
Loading

0 comments on commit 4cb4b52

Please sign in to comment.