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
Initialize vcfType to let the vcf start with a defined filtertype. Ensure initBuf() is called before running different filtertype. Prevents click on filtertype switching.
fzu
More... almost 16 years ago
PolyArr::Set0()
fzu
More... almost 16 years ago
Replace 2D [MAXPOLY] arrays by PolyArr<> to ensure initialization.
fzu
More... almost 16 years ago
template <typename tn> class PolyArr; Replace simple [MAXPOLY] arrays by it to ensure initialization.
fzu
More... almost 16 years ago
Add SND_SEQ_EVENT_SENSING (42) to the list of ignored MIDI event types.
fzu
More... almost 16 years ago
Handler for SIGUSR1 added to save currently opened patch file. This enables LADI session handling on application level 1 More... almost 16 years ago
Fixed compiler warnings caused by usage of string literals without format parameters in qWarning(), appears with Qt 4.5; compiler warning about ignored write() result fixed; compiler warning about ignored getcwd() result fixed. More... almost 16 years ago
ams-2.0.1 (2009-12-26)
fzu
More... almost 16 years ago
Initialize M_env::e_noteOff[].
fzu
More... almost 16 years ago
MIDI channel numbering changed from 0..15 to 1..16 More... about 16 years ago
Fix crash unbinding multiple controllables connected to the same midi controller by using QPersistentModelIndex.
fzu
More... about 16 years ago
trailing whitespace removed by eclipse
fzu
More... about 16 years ago
Highlight MIDI controller in Control Center, if MIDI event has been received.
fzu
More... about 16 years ago
list update optimized More... about 16 years ago
Update selection in MIDI controller view, if MIDI event of an already listed controller arrives More... about 16 years ago
Compiler optimization for arch x86_64 added, patch provided by Frank Neumann More... about 16 years ago
compiler warnings fixed More... over 16 years ago
Compile error for Qt 4.2 fixed, caused by missing QPainterPath header More... over 16 years ago
fixed lintian warning, second try More... over 16 years ago
unused libraries removed More... over 16 years ago
fixed lintian warning More... over 16 years ago
-v "verbose" command line option.
fzu
More... over 16 years ago
Fix crash on switching presets containing M_wavout or M_scope modules.
fzu
More... over 16 years ago
MainWindow::closeEvent(): Call modularSynth->clearConfig(); to fix crash when quitting.
fzu
More... over 16 years ago
ModularSynth::mousePressEvent(): Fix newBoxPos and popup position. Apply preferred Style.
fzu
More... over 16 years ago
M_pcmout: Fix noise after disconnection.
fzu
More... over 16 years ago
Module deletion fixed to allow midibound activity also for unconnected modules. M_type_pcmout deletion fixed to avoid crash.
fzu
More... over 16 years ago
ISMIDI is the correct tag for an intMidiSlider, fix incorrectly saved as FSMIDI midibindings.
fzu
More... over 16 years ago
name spelling fixed More... over 16 years ago
cmdline options: reenable -j and -a.
fzu
More... over 16 years ago