From 065fb6bfee1d6d427cf59e3570edf464f52345ec Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 7 Apr 2024 06:38:20 +0000 Subject: [PATCH] Update documentation git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@10 7b47e76f-e598-2f43-bc14-414d160cc389 --- src/ksynth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ksynth.h b/src/ksynth.h index eec9084..b66da32 100644 --- a/src/ksynth.h +++ b/src/ksynth.h @@ -23,6 +23,7 @@ struct KSynth { * @brief Creates a new KSynth instance. * * This function creates a new KSynth instance with the specified parameters. + * The `sample_file_path` parameter specifies the path to the sample file which will be loaded and used for synthesis. * The `sample_rate` parameter defines the audio sample rate in Hz. * The `num_channel` parameter specifies the number of audio channels (1 for mono, 2 for stereo). * The `max_polyphony` parameter sets the maximum number of simultaneous notes that can be played. -- 2.43.0