]> Nishi Git Mirror - ksynth.git/commitdiff
Remove unused define
authorkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Fri, 5 Apr 2024 01:48:40 +0000 (01:48 +0000)
committerkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Fri, 5 Apr 2024 01:48:40 +0000 (01:48 +0000)
git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@3 7b47e76f-e598-2f43-bc14-414d160cc389

src/ksynth.c

index 4de983b5309308457190bea6f72d661a0b9b929c..8f696baa63c745230246d532ad1532edd4226461 100644 (file)
@@ -11,7 +11,6 @@
 #include <time.h>
 
 #define MAX_POLYPHONY 100000
-#define FADE_DURATION 0.05
 
 struct KSynth* ksynth_new(int sample_rate, int num_channel, int max_polyphony) {
        struct KSynth* ksynth_instance = malloc(sizeof(struct KSynth));