diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-02-10 18:34:51 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-02-10 18:34:51 +0100 |
commit | b9737dd44072cc219ade876d4df12f3118cead67 (patch) | |
tree | 678df0adc2fe44b3c1bdde40eaa3590996e5520a /synth | |
parent | 67ec646a42b8b9e851c693effbdce18327b67501 (diff) |
Updated TODO and changed a default in defines.h
Diffstat (limited to 'synth')
-rw-r--r-- | synth/Makefile | 2 | ||||
-rw-r--r-- | synth/defines.h | 2 | ||||
-rw-r--r-- | synth/helpstring.h | 2 |
3 files changed, 3 insertions, 3 deletions
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"\ |