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
legato mode: Make "All notes off" also clear the notelist.
fzu
More... over 16 years ago
New command line options added to man page, version number decreased More... over 16 years ago
Rework commandline options. Started by Atte Andre Jensen. Tweaked to resemble Fons Adriaensen's programs.
fzu
More... over 16 years ago
ModularSynth::clearConfig(): refactor
fzu
More... over 16 years ago
* call jack_client_open() instead of deprecated jack_client_new(). * legato in monophonic mode by Atte Andre Jensen. * MainWindow::updateWindowTitle(): Use synthdata->name instead of APPNAME to match MIDI and Jack names.
fzu
More... over 16 years ago
Fix 2 bugs in ModularSynth that caused accessviolation on exit and wrong box placement in Parameter View.
fzu
More... over 16 years ago
Doing console io from rt thread can cause harm to dogs, cats, ears and speakers. Defer unsupported midi messages warnings to userinterface.
fzu
More... over 16 years ago
Call guiWidget->close(), prefWidget->close() and midiWidget->close() from ModularSynth::dtor to let process finish on Mainwindow closing also if any of those widgets is shown.
fzu
More... over 16 years ago
Reenable polyphonic mode. Fix by Atte Andre Jensen.
fzu
More... over 16 years ago
Fix a bug introduced in last commit.
fzu
More... over 16 years ago
Control Center: Fix crash if second controller is about to show after 1st controller is bound to controllable.
fzu
More... almost 17 years ago
more cleanups, more strings made translatable More... almost 17 years ago
more cleanups More... almost 17 years ago
some cleanups More... almost 17 years ago
fix index mismatch crash More... almost 17 years ago
improve code readabiliy More... almost 17 years ago
Boxes can be moved past the topleft canvas border. Behaviour selectable via new tab in prefwidget. Fix QObject's complaint about deleting while in event-handler by using deleteLater().
fzu
More... almost 17 years ago
Append suffix to color scheme files if not given by user More... almost 17 years ago
Inherit module config dialog from QDialog to create a proper window decoration More... almost 17 years ago
Inherit parameter view widget from QDialog to create a proper window decoration More... almost 17 years ago
Saving of parameter view settings reorganized, reading of float slider parameters enabled More... almost 17 years ago
Call getrlimit(RLIMIT_RTPRIO,...) to know maximum allowed priority.
fzu
More... almost 17 years ago
Color widget class moved to separate file, unused code removed More... almost 17 years ago
Move class ColorWidget's declaration to headerfile to avoid a warning about a missing Q_OBJECT.
fzu
More... almost 17 years ago
'Change...' button made translatable More... about 17 years ago
French translation added, provided by Frank Kober More... about 17 years ago
french translation prepared More... about 17 years ago
some cleanups More... about 17 years ago
function to add ports renamed More... over 17 years ago
cleanups More... over 17 years ago