summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/fluid_synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/fluid_synth.h')
-rw-r--r--libs/ardour/ardour/fluid_synth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/fluid_synth.h b/libs/ardour/ardour/fluid_synth.h
index 2b9af71a91..e37a27419e 100644
--- a/libs/ardour/ardour/fluid_synth.h
+++ b/libs/ardour/ardour/fluid_synth.h
@@ -34,6 +34,7 @@ namespace ARDOUR {
/** instantiate a Synth
*
* @param samplerate samplerate
+ * @param polyphony polyphony
*/
FluidSynth (float samplerate, int polyphony = 32);
~FluidSynth ();