summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
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-11-15Implementation of the voice limiting feature.TheMarlboroMan
2020-11-15Store size of main window centralized in mainwindow.h to reduce redundancy.TheMarlboroMan
2020-08-30Tranlate the AboutTab.Olivier Humbert
2020-07-29Add embedded gettext support from resource.Bent Bisballe Nyeng
2020-07-25Make rcgen use getoptpp and add strip-path argument.Bent Bisballe Nyeng
2020-05-26Change LV2_Descriptor and LV2UI_Descriptor signatures in function calls.Bent Bisballe Nyeng
2020-05-14Beautify silent build output and make silent build the default - ie. set V=1 ↵Bent Bisballe Nyeng
to get full output again.
2020-05-02Add default kit/map functionality for config file.André Nusser
For this I introduced a new config file called drumgizmo.conf.
2020-05-02Add setting and knob for controlling resampling quality.Bent Bisballe Nyeng
2020-05-02Add new powermap widgget to the plugingui.Bent Bisballe Nyeng
2020-05-02Add new PowerWidget for setting and showing control points of the powermap.Bent Bisballe Nyeng
2020-05-02Save powermap settings with session.André Nusser
2020-05-02Add powermap filter to the input processor and make sure that velocity ↵André Nusser
visualizer is not affected but it.
2020-05-02Add powermap functionality to the engine for mapping input velocities ↵André Nusser
through a Monotone cubic splines due to Steffen.
2020-04-26Fix out-of-tree building.Bent Bisballe Nyeng
2020-04-11Add missing include path to zita-resampler for windows builds.Bent Bisballe Nyeng
2020-04-11Add missing file to windows build.Bent Bisballe Nyeng
2020-03-07Use vector for PixelBuffer memory allocation. Use optimized render routines ↵Bent Bisballe Nyeng
in some more painter algorithms. Fix capitalization of Canvas::getPixelBuffer method.
2020-03-07Fix inline display flickering while loading.Bent Bisballe Nyeng
2020-02-16Introduce EventsDS to handle all the events and enable new features.André Nusser
Also: * Added an id.h class to make IDs with type * Added a range class to easily use range based for loops
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, ↵Bent Bisballe Nyeng
instead of adding -Wall -Werror directly to CXXFLAGS.
2019-11-13Fix zita-resampler include path.Bent Bisballe Nyeng
2019-11-03Fx windows builds.Bent Bisballe Nyeng
2019-11-03Use wildcards for symbolmatch of VSTPluginMain instead of multiple lines.Bent Bisballe Nyeng
2019-11-03Fix osx static library compilation.Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-07-19Make UIClass controllable from commandline.Bent Bisballe Nyeng
2019-07-15Update plugingizmo submoduleGoran Mekić
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2019-06-16Add missing dist-files.Bent Bisballe Nyeng
2019-06-16Make max channnel count controllable through the configure script to make it ↵Bent Bisballe Nyeng
possible to exceed the default 16.
2019-05-12Move stddev to own filter.André Nusser
2019-05-12Reorder frames and resize window.André Nusser
2019-05-11Some cleaning up of the sample selection.André Nusser
2019-05-11Add missing line in Windows build file.André Nusser
2019-05-11Add settings and GUI for new sampling algorithm.André Nusser
2019-05-11Fix attempt for Windows build error.André Nusser
2019-05-09Add tooltip buttons to frames.Bent Bisballe Nyeng
2019-04-17Added ttlgen dynamic ttl manifest generator the LV2 plugin.Bent Bisballe Nyeng
2019-04-08Move midi note process to one common place in ↵Bent Bisballe Nyeng
AudioInputEngineMidi::processNote and use it in the four input engines (plugin, midifile, ossmidi and jackmidi)
2019-04-08Add midi aftertouch choke for plugins.Bent Bisballe Nyeng
2019-03-17Add version number to config xml (version="1.0" only for now).Bent Bisballe Nyeng
2018-11-24Make midnam threadsafe.Bent Bisballe Nyeng
2018-11-01Only call midnam update if midnam is actually supported by the host.Bent Bisballe Nyeng
2018-10-30Added dynamic midnam support.Bent Bisballe Nyeng
2018-10-20Fix broken disk stream size limit in plugin config.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include ↵Bent Bisballe Nyeng
folder.
2018-08-12Remove spurious character from windows makefile.Bent Bisballe Nyeng