From f9d353a26f64b6ae781da80d31ff42a604a53749 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 5 Apr 2024 02:11:37 +0000 Subject: [PATCH] Update document comment git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@5 7b47e76f-e598-2f43-bc14-414d160cc389 --- src/ksynth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ksynth.h b/src/ksynth.h index 4eac2fe..9834497 100644 --- a/src/ksynth.h +++ b/src/ksynth.h @@ -30,7 +30,7 @@ struct KSynth { * * @param sample_rate Sample rate * @param num_channel Number of channels (1-2) - * @param max_polyphony Maximum polyphony + * @param max_polyphony Maximum polyphony (1-100,000) * @return struct KSynth* A pointer to the newly created KSynth instance on success, NULL on failure. */ struct KSynth* ksynth_new(int sample_rate, int num_channel, int max_polyphony); -- 2.43.0