From b9737dd44072cc219ade876d4df12f3118cead67 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 10 Feb 2011 18:34:51 +0100 Subject: Updated TODO and changed a default in defines.h --- synth/Makefile | 2 +- synth/defines.h | 2 +- synth/helpstring.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'synth') diff --git a/synth/Makefile b/synth/Makefile index e19546f..80cf705 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -O2 -g +CFLAGS=-Wall -O2 CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` diff --git a/synth/defines.h b/synth/defines.h index 1421c30..fb1d63b 100644 --- a/synth/defines.h +++ b/synth/defines.h @@ -11,7 +11,7 @@ #define FILTER_UPDATE_FREQ_HZ 250 #define LFO_UPDATE_FREQ_HZ 500 -#define ENVELOPE_UPDATE_FREQ_HZ 50 +#define ENVELOPE_UPDATE_FREQ_HZ 500 //>=10000 for high-quality //when changing this, also change code marked with FINDLFO! #define N_LFOS 3 diff --git a/synth/helpstring.h b/synth/helpstring.h index 4c49da5..61646d5 100644 --- a/synth/helpstring.h +++ b/synth/helpstring.h @@ -15,10 +15,10 @@ " -x --xruns N:T kill all voices when N xruns or more \n"\ " happen in T seconds\n"\ "\n"\ +" -i --cleanup-interval N try cleaning up notes every N seconds\n"\ " --filter-update-freq FREQ how often the filter settings, the lfo-\n"\ " --lfo-update-freq FREQ or envelope-current-values get updated\n"\ " --env(elope)-update-freq FREQ (low -> less accurate, but faster)\n"\ -" -i --cleanup-interval N try cleaning up notes every N seconds\n"\ "\n"\ " --lfoN-freq --snh-freq set frequency for lfos or the sample-and-\n"\ " --sample-and-hold-freq hold-generator\n"\ -- cgit v1.2.3