summaryrefslogtreecommitdiff
path: root/plugin/Makefile.mingw32.in
AgeCommit message (Collapse)Author
2020-11-15Implementation of the voice limiting feature.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-02Add default kit/map functionality for config file.André Nusser
For this I introduced a new config file called drumgizmo.conf.
2020-05-02Add new PowerWidget for setting and showing control points of the powermap.Bent Bisballe Nyeng
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-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-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-03Fx windows builds.Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2019-05-12Move stddev to own filter.André Nusser
2019-05-11Add missing line in Windows build file.André Nusser
2019-05-11Fix attempt for Windows build error.André Nusser
2019-05-09Add tooltip buttons to frames.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
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Add tab for drumkit.André Nusser
2018-08-12Remove the old instrument and drumkit parser code as well as version 1.0 kit ↵Bent Bisballe Nyeng
handling (velocity range maps).
2018-08-12Add missing mingw include path.Bent Bisballe Nyeng
2018-08-12Add missing mingw include path.Bent Bisballe Nyeng
2018-08-12Add missing file to mingw32 Makefile.Bent Bisballe Nyeng
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12add pugixml to make filesJonas Suhr Christensen
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-07-29Hide unneeded symbols for the vst plugin.Bent Bisballe Nyeng
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2018-07-15PoC for humanisation visualiser.Bent Bisballe Nyeng
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2018-06-15Add BUGS file in root dir and also in the about tab.André Nusser
2018-06-09Don't use pugl for win32 vst just yet.Bent Bisballe Nyeng
2018-06-08Initial steps towards pugl domination!Bent Bisballe Nyeng
2018-02-23Compile resource_data separately on mingw to (hopefully) improve compilation ↵Bent Bisballe Nyeng
speed.
2018-02-18 Added latency filter UI controls.Bent Bisballe Nyeng
2017-05-24Add frame in the GUI for bleed control.André Nusser
2017-05-06Introduce the new resampling frame.André Nusser
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-05-06Add atomic linking to mingw32 makefile.Bent Bisballe Nyeng
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Fix Windows build error.André Nusser
2017-04-20Fix resources on static windows build (Makefile.mingw32) and add note about ↵Bent Bisballe Nyeng
remembering to add file to the mingw32 Makefile when we change the real Makefiles...
2017-04-17Remove obsolete PluginGUI and DGWindow classes.Bent Bisballe Nyeng
2017-04-17Add missing files to windows build.Bent Bisballe Nyeng
2017-04-16Added new cc to win32 build.Bent Bisballe Nyeng
2017-04-16Add modal dialog primitive.Bent Bisballe Nyeng
2017-04-01(Hopefully) Fix Windows build.André Nusser