summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-24Update plugingizmo: Add missing include.developBent Bisballe Nyeng
2023-02-17jack midi input port should not clear the bufferVolker Fischer
2023-02-16Fix broken choke timing when humanized timing/latency is enabled.Bent Bisballe Nyeng
2022-11-02Rename event.h to engineevent.h to avoid nameclash with system include files.Bent Bisballe Nyeng
2022-11-02Remove 'implicit conversion' warningBent Bisballe Nyeng
2022-11-02Remove 'unused-but-set' warning.Bent Bisballe Nyeng
2022-11-01Ignore deprecated functions (macos compile fix on catalina)Bent Bisballe Nyeng
2022-11-01Fix autogen OBJCXX probeBent Bisballe Nyeng
2022-09-08Bump version to 0.9.20HEADv0.9.20masterBent Bisballe Nyeng
2022-09-08Add mirrors to build-dg script.Bent Bisballe Nyeng
2022-05-08Update French translation of man page.Olivier Humbert
2022-04-15Add macOS build files.Bent Bisballe Nyeng
2022-04-14Make main window slightly less tall to better fit on low-res displays.Bent Bisballe Nyeng
2022-01-22Prevent processing jack clients that are being deleted.Bent Bisballe Nyeng
2021-09-08Remove sndfile.h from audiofile headerBent Bisballe Nyeng
2021-09-08Fix missing backslash in libdg includepathsBent Bisballe Nyeng
2021-08-09Adjust choke ramp-down time to better reflect the actual dampening time of a ↵Bent Bisballe Nyeng
hand-dampened cymbal.
2021-08-08Add support for a single midi note that plays multiple instruments.Bent Bisballe Nyeng
2021-08-04Fix crash when loading a kit with more channels than the engine was compiled ↵Bent Bisballe Nyeng
for.
2021-07-28Aftertouch choke if velocities > 0 instead of == 0 as this seem to be the ↵Bent Bisballe Nyeng
vdrum vendor concensus.
2021-07-28Fix aftertouch choke regression error.Bent Bisballe Nyeng
2021-07-04Fix compiler warning.Bent Bisballe Nyeng
2021-07-04Skip events whose audio-files has not yet been loaded.Bent Bisballe Nyeng
2021-07-04Clear all active events (ie. stop playing samples) when loading a new kit.Bent Bisballe Nyeng
2021-07-04Add unit-test for EventsDS::clear() method.Bent Bisballe Nyeng
2021-07-04Add clear member function to EventsDS.André Nusser
2021-07-04Get rid of big stack allocation during resampler (re-)configuration.Bent Bisballe Nyeng
2021-06-10Add missing includeBent Bisballe Nyeng
2021-05-22Add assert to break infinite loop in case of a bug.André Nusser
2021-05-22This should fix wrong sample selection with two samples.André Nusser
2021-05-15Add -Wextra to debug compilation flags.Bent Bisballe Nyeng
2021-05-15Make it possible to (only) build unit-test in pararllel.Bent Bisballe Nyeng
2021-04-24added voice limit cli parametersVolker Fischer
2021-04-22Fix crash when doing async-load in cli.Bent Bisballe Nyeng
2021-02-09Add setting for controlling ALSA periods to output module.Volker Fischer
2021-02-09Add ALSA midi input support.Volker Fischer
2021-02-08added getBufferSize function for alsa outVolker Fischer
2021-01-31Fix compiling without nls.Bent Bisballe Nyeng
2021-01-08Fix directed choke regression error.Bent Bisballe Nyeng
2021-01-03Add dggui namespace to libdggui components.Bent Bisballe Nyeng
2020-12-29Split UI code into application/plugin UI and UI library.Bent Bisballe Nyeng
2020-12-23Fix unit-test compilation on windows.Bent Bisballe Nyeng
2020-12-23Fix rcgen on windows.Bent Bisballe Nyeng
2020-12-23Remove redraw on all cocoa/macOS events to speed up UI rendering.Bent Bisballe Nyeng
2020-11-23Make configure fail if nls is enabled but the gettext tools are not found.Bent Bisballe Nyeng
2020-11-22Fall back to using glob when wordexp is not available.v0.9.19Dimitri Karamazov
2020-11-22Update hugin to fix compile warning.Bent Bisballe Nyeng
2020-11-22Update ChangeLogBent Bisballe Nyeng
2020-11-21Bump version number to 0.9.19Bent Bisballe Nyeng
2020-11-21Update French translation.Olivier Humbert