summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoPluginVST.cpp
AgeCommit message (Expand)Author
2018-09-18Add new DISTRHO_NO_WARNINGS macro, use it on macOS test buildsfalkTX
2018-09-17Remove useless undef of noexcept, fixes #66falkTX
2018-08-21Fix VST values from host if parameter if integer or booleanfalkTX
2018-08-04Save & restore plugin parameters in VST chunksfalkTX
2018-08-04CleanupfalkTX
2018-08-04Use new vestige.hfalkTX
2018-08-04Add convenience internal isParameterInput, and use itfalkTX
2018-08-04Implement triggers in all formats; Allow VST to use param outputsfalkTX
2018-08-04Implement enums for LV2 and VST; Add triple brackets on some lv2 fieldsfalkTX
2018-08-04WhitespacefalkTX
2018-08-04Implement MIDI output for all formatsfalkTX
2018-03-11Set VST parameter hints where useful (#39)Patrick Desaulniers
2018-02-08Fix VST build with custom DISTRHO namespacePatrick Desaulniers
2017-08-04Add vst product string test, to know if we should capture keysfalkTX
2017-08-04Fix some special VST key handlingfalkTX
2017-08-04Fix VST Build With DISTRHO_PLUGIN_HAS_EXTERNAL_UIfundamental
2017-08-03Testing: handle effEditKeyUp/Down from hostfalkTX
2016-02-24Fix unused variablefalkTX
2016-02-23Return -1 for VST canDo features we don't needfalkTX
2016-02-23Fix VST chunk savefalkTX
2016-02-14Start work torwards external-ui supportfalkTX
2016-02-13Fix out of bounds write on vst state savefalkTX
2015-11-29Implement full state on lv2 and vstfalkTX
2015-05-09Check if bufsize or srate changed in vst2 resumefalkTX
2015-04-26Fix states; Fix vst build without UIfalkTX
2015-04-26Fix code for API changes; Update copyright date in dgl codefalkTX
2015-04-21Continue documentationfalkTX
2015-04-21Change midi macros, start documentation reworkfalkTX
2015-02-15Fix VST OSX build without UIfalkTX
2015-02-15Disable UI if HAVE_DGL is not definedfalkTX
2014-10-22VST: Reduce char array size for old hostsfalkTX
2014-10-16Remove test printfalkTX
2014-10-11OSX embedding now working; CleanupfalkTX
2014-10-11Handle hasCockosViewAsConfig properly; Misc fixingfalkTX
2014-10-11Rework VST code to work under juce-based hostsfalkTX
2014-10-11Fix some warningsfalkTX
2014-10-10Fix mac-vst entry pointfalkTX
2014-10-10Do not use cbegin/cend, it's c++11 only so not provided by OSXfalkTX
2014-09-10Fix last commitfalkTX
2014-09-10MiscfalkTX
2014-08-22Fix last commitfalkTX
2014-08-22Update vestige header to ardour3 version; Complete VST timePosfalkTX
2014-08-22Several fixes to LV2 time code; Misc changesfalkTX
2014-08-21Replace some IS_SYNTH with HAS_MIDI_INPUT; VST fixesfalkTX
2014-08-21Fix typofalkTX
2014-08-21States in VST (using chunks) confirmed working 100%, remove warningfalkTX
2014-08-21Need to have default state values; LV2 states proved 100% workingfalkTX
2014-08-19s/TimePos/TimePosition/falkTX
2014-08-19Update vst state chunk code, almost completefalkTX
2014-08-19Minor vst tuningfalkTX