ref: ec0dfe50ac1d7c35c392312c238b45bfb06a6bb8
parent: ed44e5fd7b2c3fc3e9dd861cda49d131a2852670
author: robs <robs>
date: Tue May 26 07:08:12 EDT 2009
doc updatessox.1
--- a/src/synth.c
+++ b/src/synth.c
@@ -655,7 +655,7 @@
const sox_effect_handler_t *lsx_synth_effect_fn(void)
{
static sox_effect_handler_t handler = {
- "synth", "[-j KEY] [-n] [len] {type [combine] [[%]freq[k][:|+|/|-[%]freq2[k]] [off [ph [p1 [p2 [p3]]]]]]}",
+ "synth", "[-j KEY] [-n] [len [off [ph [p1 [p2 [p3]]]]]]] {type [combine] [[%]freq[k][:|+|/|-[%]freq2[k]] [off [ph [p1 [p2 [p3]]]]]]}",
SOX_EFF_MCHAN | SOX_EFF_LENGTH | SOX_EFF_GAIN,
getopts, start, flow, 0, stop, kill, sizeof(priv_t)
};