From: nishi <nishi@7b47e76f-e598-2f43-bc14-414d160cc389>
Date: Tue, 14 May 2024 03:34:49 +0000 (+0000)
Subject: change prop to test stuff
X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=78fa87f299969108f26530f8ab0c5d0c113e0b51;p=ksynth.git

change prop to test stuff

git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@40 7b47e76f-e598-2f43-bc14-414d160cc389
---

diff --git a/src/ksynth.c b/src/ksynth.c
index deea32a..733e907 100644
--- a/src/ksynth.c
+++ b/src/ksynth.c
@@ -132,6 +132,11 @@ struct Sample** int_allocate_samples(const char* path, unsigned char keys, struc
 	return NULL;
 }
 
+int ksynth_get_revision(void){
+	const char* rev = "$Rev$";
+	return n;
+}
+
 struct KSynth* ksynth_new(const char* sample_file_path, unsigned int sample_rate, unsigned char num_channel, unsigned long max_polyphony) {
 	struct KSynth* ksynth_instance = calloc(1, sizeof(struct KSynth));
 	if(ksynth_instance != NULL) {