Skip to content

Commit c941101

Browse files
committed
minor bug fix for integer effect parameters
1 parent 7ed3f5b commit c941101

File tree

424 files changed

+15010
-14255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+15010
-14255
lines changed

SoXPlugins-documentation.pdf

251 Bytes
Binary file not shown.

doc/latex/SoXPlugins-documentation.ltx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ Figure~\ref{figure:loggingFile} shows how a logging file looks like.
14851485

14861486
Every non-trivial function is logged there at least twice with
14871487
timestamps: ``>>'' indicates the entry of that function (possibly with
1488-
informationon the argument values), ``<<'' the exit of that function
1488+
information on the argument values), ``<<'' the exit of that function
14891489
(possibly with the return value) and ``--'' indicates some
14901490
intermediate information during the function processing. The logging
14911491
data is hierarchical, hence you can see the function call structure in

internalDocumentation/html/_assertion_8h.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<table class="memberdecls">
112112
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
113113
Macros</h2></td></tr>
114-
<tr class="memitem:a2efe2db6878c4c0fdd708a8a18650fd6"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_assertion_8h.html#a2efe2db6878c4c0fdd708a8a18650fd6">_ASSERT_WITH_MESSAGE</a>(condition, message)&#160;&#160;&#160; assert(((void)message, condition))</td></tr>
114+
<tr class="memitem:a2efe2db6878c4c0fdd708a8a18650fd6"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_assertion_8h.html#a2efe2db6878c4c0fdd708a8a18650fd6">_ASSERT_WITH_MESSAGE</a>(condition, message)&#160;&#160;&#160; assert((condition))</td></tr>
115115
<tr class="memdesc:a2efe2db6878c4c0fdd708a8a18650fd6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks the <code>condition</code> and exits with <code>message</code> on failure; this is the base routine called by the exported assertion checks --&gt; the DEBUG version does the checking, the RELEASE version does nothing. <a href="_assertion_8h.html#a2efe2db6878c4c0fdd708a8a18650fd6">More...</a><br /></td></tr>
116116
<tr class="separator:a2efe2db6878c4c0fdd708a8a18650fd6"><td class="memSeparator" colspan="2">&#160;</td></tr>
117117
<tr class="memitem:ae8be9498d4c4b21c15c381c2ededc826"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_assertion_8h.html#ae8be9498d4c4b21c15c381c2ededc826">Assertion_check</a>(condition, message)&#160;&#160;&#160; <a class="el" href="_assertion_8h.html#a2efe2db6878c4c0fdd708a8a18650fd6">_ASSERT_WITH_MESSAGE</a>(condition, message)</td></tr>
@@ -150,7 +150,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a2efe2db6878c4c0fdd708a8a
150150
<tr>
151151
<td></td>
152152
<td>)</td>
153-
<td></td><td>&#160;&#160;&#160; assert(((void)message, condition))</td>
153+
<td></td><td>&#160;&#160;&#160; assert((condition))</td>
154154
</tr>
155155
</table>
156156
</div><div class="memdoc">

internalDocumentation/html/_assertion_8h__dep__incl.map

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bd8ca6f659603c0490a0903d9f54778e
1+
0df41da3544db4ec39f09eacb34d4fb8

internalDocumentation/html/_assertion_8h__dep__incl.svg

Lines changed: 304 additions & 310 deletions
Loading

internalDocumentation/html/_assertion_8h__dep__incl_org.svg

Lines changed: 304 additions & 310 deletions
Loading

internalDocumentation/html/_assertion_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">/*====================*/</span></div>
101101
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
102102
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="_assertion_8h.html#a2efe2db6878c4c0fdd708a8a18650fd6"> 31</a></span>&#160;<span class="preprocessor">#define _ASSERT_WITH_MESSAGE(condition, message) \</span></div>
103-
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor"> assert(((void)message, condition))</span></div>
103+
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor"> assert((condition))</span></div>
104104
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
105105
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="comment">/*--------------------*/</span></div>
106106
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<map id="AudioSampleRingBuffer.cpp&#45;inc" name="AudioSampleRingBuffer.cpp&#45;inc">
2-
<area shape="rect" id="node1" title="The AudioSampleRingBuffer body implements a ring buffer for audio samples with left and right shifts ..." alt="" coords="91,5,320,33"/>
3-
<area shape="rect" id="node2" href="$_my_array_8h.html" title="The MyArray specification and body defines a generic array type for stack allocated arrays represente..." alt="" coords="106,81,193,109"/>
4-
<area shape="rect" id="node12" href="$_string_util_8h.html" title="The StringUtil specification defines several string routines not included in the standard C++ library..." alt="" coords="257,81,349,109"/>
5-
<area shape="rect" id="node3" title=" " alt="" coords="45,157,112,185"/>
6-
<area shape="rect" id="node4" href="$_natural_8h.html" title="The Natural specification and body provides a value object type for naturals (positive integers with ..." alt="" coords="253,385,333,413"/>
7-
<area shape="rect" id="node5" title=" " alt="" coords="517,461,579,489"/>
8-
<area shape="rect" id="node6" href="$_assertion_8h.html" title="The Assertion specification defines macros for pre&#45; and postconditions in functions or methods." alt="" coords="237,461,331,489"/>
9-
<area shape="rect" id="node8" title=" " alt="" coords="355,461,493,489"/>
10-
<area shape="rect" id="node9" href="$_my_string_8h.html" title="The String specification defines a standard string type." alt="" coords="121,461,212,489"/>
11-
<area shape="rect" id="node7" title=" " alt="" coords="249,537,319,565"/>
12-
<area shape="rect" id="node10" title=" " alt="" coords="152,537,211,565"/>
13-
<area shape="rect" id="node11" href="$_global_macros_8h.html" title="The GlobalMacros specification defines simple macros (e.g. for parameter modes)." alt="" coords="5,537,128,565"/>
14-
<area shape="rect" id="node13" href="$_boolean_8h.html" title="The Boolean specification and body provides a value object type for boolean values." alt="" coords="123,385,210,413"/>
15-
<area shape="rect" id="node14" href="$_byte_8h.html" title="The Byte specification and body provides a value object type for byte values." alt="" coords="619,309,682,337"/>
16-
<area shape="rect" id="node15" href="$_character_8h.html" title="The Character specification and body provides a value object type for character values." alt="" coords="255,309,353,337"/>
17-
<area shape="rect" id="node16" href="$_percentage_8h.html" title="The Percentage specification and body provides a simple percentage type." alt="" coords="460,157,569,185"/>
18-
<area shape="rect" id="node20" href="$_string_list_8h.html" title="The StringList specification defines lists of string values with zero&#45;based arbitrary indexed access ..." alt="" coords="295,157,390,185"/>
19-
<area shape="rect" id="node17" href="$_real_8h.html" title="The Real specification defines a value object type for real values." alt="" coords="549,233,613,261"/>
20-
<area shape="rect" id="node18" href="$_integer_8h.html" title="The Integer specification and body provides a value object type for ints." alt="" coords="438,309,517,337"/>
21-
<area shape="rect" id="node19" title=" " alt="" coords="408,385,493,413"/>
22-
<area shape="rect" id="node21" title=" " alt="" coords="421,233,525,261"/>
23-
<area shape="rect" id="node22" title=" " alt="" coords="289,233,397,261"/>
2+
<area shape="rect" id="node1" title="The AudioSampleRingBuffer body implements a ring buffer for audio samples with left and right shifts ..." alt="" coords="64,5,293,33"/>
3+
<area shape="rect" id="node2" href="$_my_array_8h.html" title="The MyArray specification and body defines a generic array type for stack allocated arrays represente..." alt="" coords="66,81,153,109"/>
4+
<area shape="rect" id="node12" href="$_string_util_8h.html" title="The StringUtil specification defines several string routines not included in the standard C++ library..." alt="" coords="229,81,321,109"/>
5+
<area shape="rect" id="node3" title=" " alt="" coords="5,157,72,185"/>
6+
<area shape="rect" id="node4" href="$_natural_8h.html" title="The Natural specification and body provides a value object type for naturals (positive integers with ..." alt="" coords="340,385,420,413"/>
7+
<area shape="rect" id="node5" title=" " alt="" coords="543,461,606,489"/>
8+
<area shape="rect" id="node6" href="$_assertion_8h.html" title="The Assertion specification defines macros for pre&#45; and postconditions in functions or methods." alt="" coords="263,461,358,489"/>
9+
<area shape="rect" id="node8" title=" " alt="" coords="382,461,519,489"/>
10+
<area shape="rect" id="node9" href="$_my_string_8h.html" title="The String specification defines a standard string type." alt="" coords="145,461,236,489"/>
11+
<area shape="rect" id="node7" title=" " alt="" coords="277,537,347,565"/>
12+
<area shape="rect" id="node10" title=" " alt="" coords="47,537,105,565"/>
13+
<area shape="rect" id="node11" href="$_global_macros_8h.html" title="The GlobalMacros specification defines simple macros (e.g. for parameter modes)." alt="" coords="129,537,252,565"/>
14+
<area shape="rect" id="node13" href="$_boolean_8h.html" title="The Boolean specification and body provides a value object type for boolean values." alt="" coords="147,309,234,337"/>
15+
<area shape="rect" id="node14" href="$_character_8h.html" title="The Character specification and body provides a value object type for character values." alt="" coords="459,233,557,261"/>
16+
<area shape="rect" id="node16" href="$_percentage_8h.html" title="The Percentage specification and body provides a simple percentage type." alt="" coords="533,157,643,185"/>
17+
<area shape="rect" id="node20" href="$_string_list_8h.html" title="The StringList specification defines lists of string values with zero&#45;based arbitrary indexed access ..." alt="" coords="227,157,322,185"/>
18+
<area shape="rect" id="node15" href="$_byte_8h.html" title="The Byte specification and body provides a value object type for byte values." alt="" coords="407,309,470,337"/>
19+
<area shape="rect" id="node17" href="$_real_8h.html" title="The Real specification defines a value object type for real values." alt="" coords="581,233,645,261"/>
20+
<area shape="rect" id="node18" href="$_integer_8h.html" title="The Integer specification and body provides a value object type for ints." alt="" coords="561,309,639,337"/>
21+
<area shape="rect" id="node19" title=" " alt="" coords="545,385,631,413"/>
22+
<area shape="rect" id="node21" title=" " alt="" coords="197,233,301,261"/>
23+
<area shape="rect" id="node22" title=" " alt="" coords="326,233,434,261"/>
2424
</map>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e98cb09a27978f7de4fc5e95affb88c
1+
06f36e83a4783d922467f84f51f8919d

0 commit comments

Comments
 (0)