summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Rewrite ConfigParser to use pugixml.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
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-12Add missing .sym files.v0.9.16Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2018-07-29Hide unneeded symbols for the vst plugin.Bent Bisballe Nyeng
2018-07-29Try symbol file approach instead.Bent Bisballe Nyeng
2018-07-29Hide unneeded symbols for the lv2 plugin.Bent Bisballe Nyeng
2018-07-29Update plugingizmo commit.André Nusser
2018-07-29Fix broken VST latency reporting.Bent Bisballe Nyeng
2018-07-18Store and use laidback setting in milliseconds.Bent Bisballe Nyeng
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2018-07-15Use more sane range for stddev knob in UI.Bent Bisballe Nyeng
2018-07-15PoC for humanisation visualiser.Bent Bisballe Nyeng
2018-06-27Do not store/reload latency_max.Bent Bisballe Nyeng
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2018-06-16Update plugingizmo: Add missing override keywords.Bent Bisballe Nyeng
2018-06-15Add BUGS file in root dir and also in the about tab.André Nusser
2018-06-09Update plugingizmo: Fix midi event memcpy size.Bent Bisballe Nyeng
2018-06-09Don't use pugl for win32 vst just yet.Bent Bisballe Nyeng
2018-06-08Hide freewheeling port on generic lv2 ui.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
2018-02-18 Added latency filter UI controls.Bent Bisballe Nyeng
2018-02-18Added plugin store/restore of latency filter settings, added the missing sett...Bent Bisballe Nyeng
2017-11-05Store stddev sample selection scalar in plugin settings.Bent Bisballe Nyeng
2017-10-14Use $DESTDIR prefix when removing plugin .la files.Roman Garifullin
2017-05-26Connect the bleed control frame switch and add settings value for that.André Nusser
2017-05-25Read/Write master_bleed value from/to plugin state.André Nusser
2017-05-24Add frame in the GUI for bleed control.André Nusser
2017-05-21Fix out of bounds resize of status frame.André Nusser
2017-05-20Fix lazy evaluation issue in drumgizmo_plugin.ccAndré Nusser
2017-05-20Add inline drumgizmo logo.André Nusser
2017-05-10Update plugingizmo and thus also update return value of createWindowAndré Nusser
2017-05-07Store and reload the enable_resamling setting in the plugins.Bent Bisballe Nyeng
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 missing plugin cppflags.Bent Bisballe Nyeng
2017-05-06Add atomic linking to mingw32 makefile.Bent Bisballe Nyeng
2017-04-25Don't put .a and .la files in lv2 folder on install.Bent Bisballe Nyeng
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Fix crash of the plugin due to wrong resource path.André Nusser
2017-04-21Fix Windows build error.André Nusser