summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoPluginJack.cpp
AgeCommit message (Expand)Author
2018-09-22Fix initial parameter output values for JACK standalonefalkTX
2018-08-14Fix a memory leak in the Jack wrapperJP Cimalando
2018-08-04Implement triggers in all formats; Allow VST to use param outputsfalkTX
2018-08-04Make MIDI output actually workfalkTX
2018-08-04Implement MIDI output for all formatsfalkTX
2018-04-26Add support for plugins that want midi input but aren't synths (#45)Patrick Desaulniers
2016-12-06Fix unused variable warningfalkTX
2016-11-24Fix build without UIfalkTX
2016-11-19Use MIDI program and CC messages under JACK modefalkTX
2016-08-01Don't use sa_restorer for signal handler, init with memset insteadfalkTX
2016-03-01Update copyright dates; Add license header comment to utility codefalkTX
2016-02-14Start work torwards external-ui supportfalkTX
2015-10-13Fix some small leaksfalkTX
2015-04-29Call plugin de/activate in JACK standalone modefalkTX
2015-04-26Fix code for API changes; Update copyright date in dgl codefalkTX
2015-04-21Allow to build JACK standalones without UIfalkTX
2015-04-21Change midi macros, start documentation reworkfalkTX
2014-08-22Several fixes to LV2 time code; Misc changesfalkTX
2014-08-19s/TimePos/TimePosition/falkTX
2014-08-19More documentation and small UI changesfalkTX
2014-08-18Use uint for sizes; Some DPF UI class changes and docsfalkTX
2014-08-17Fix synths buildfalkTX
2014-08-17Put all classes provided by DPF inside the namespacefalkTX
2014-07-13Pass parameter values from plugin to UI on JACK modefalkTX
2014-05-26JACK: If there's plugin programs, select the first onefalkTX
2014-05-26Update parameter outputs in JACK targetsfalkTX
2014-05-25Fix parameters and state in JACK exportfalkTX
2014-05-18Clear up UI size stufffalkTX
2014-05-17MiscfalkTX
2014-05-16Add JACK (standalone) export supportfalkTX