1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Automatic Gain Controll : new mode Keep
fzu
More... over 17 years ago
Revised instance naming scheme: no more alsa seq id; qjackctl compatibility by appending " Midi" to name for alsa seq; Each instance reads/writes its own .cfg file under ~/.alsamodular/name.cfg.
fzu
More... about 18 years ago
cozmetics
fzu
More... about 18 years ago
new function bool ModularSynth::clearConfig(bool).
fzu
More... about 18 years ago
new function void SynthData::initVoices() extracted from SynthData::Ctor. Call it from ModularSynth::clearConfig() to set the voice state after loading patch to the same as after startup.
fzu
More... about 18 years ago
realtime-ish midi: MIDI_CTL_SUSTAIN works again
fzu
More... about 18 years ago
Append suffix "ams" to to be saved filename, if it has none. Show saved filename in caption.
fzu
More... about 18 years ago
QMAKE_CXXFLAGS tweeks. uncomment, tweak, post your favorite :-)
fzu
More... about 18 years ago
undo uninteded commit
fzu
More... about 18 years ago
QMAKE_CXXFLAGS tweeks. uncomment, tweak, post your favorite :-)
fzu
More... about 18 years ago
ENV: noteActive[] was unused, noteOffOfs[]'s only use was to update noteActive[]. Deleted them.
fzu
More... over 18 years ago
indentation. no code changed.
fzu
More... over 18 years ago
ENV: make Hold = 0 work
fzu
More... over 18 years ago
layout fix for the scope, maybe others. error was introduced with recent stereomixer fix.
fzu
More... over 18 years ago
indentation. no code changed.
fzu
More... over 18 years ago
New function SynthData::exp2_table(). Replace all calls to SynthData::exp_table_ln2() by calls to SynthData::exp2_table(). Tell me if it sucks. My findings: ~30 times finer resolution than its predecessor SynthData::exp_table_ln2(). No difference in cpu usage noticed on an Athlon64 running in 32bit mode.
fzu
More... over 18 years ago
optimisation for monophonic ladspa's: 1 Buffer per Output instead of synthdata->poly buffers.
fzu
More... over 18 years ago
make loudness _not_ depend on polyphony. use jack buffer in m_pcmout.
fzu
More... over 18 years ago
realtime-ish midi: stereomix
fzu
More... over 18 years ago
limit shown ladspas by search term.
fzu
More... over 18 years ago
realtime-ish midi: midi controll logarythmic float sliders logarythmicly.
fzu
More... over 18 years ago
not used anymore
fzu
More... over 18 years ago
move "bool cycleReady" processing from generateCycle() procedures to new function Module::getData(). remove unused "bool cycleProcessing".
fzu
More... over 18 years ago
data Memory usage display after load(). Allocate ladspa data as needed.
fzu
More... over 18 years ago
less includes
fzu
More... over 18 years ago
zeroModuleData is the same for all voices: reduce cache use.
fzu
More... over 18 years ago
int noteCounter[MAXPOLY]; was long without reason.
fzu
More... over 18 years ago
use audio-clock instead of QTimer
fzu
More... over 18 years ago
filter.cpp isn't used
fzu
More... over 18 years ago
realtime-ish midi: also when using alsa pcm (not jack); immediately return from SynthData::readMIDI(), if alsa sequencer isn't available.
fzu
More... over 18 years ago