summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoPluginLV2.cpp
AgeCommit message (Expand)Author
2018-04-21Fix shaky TimeBeat (#44)Patrick Desaulniers
2018-01-07Explicitly state supported LV2 options & use param:sampleRate (#29)grejppi
2017-06-20Implement initial MOD LV2 license APIfalkTX
2017-02-10Implement bypass (enabled) for LV2falkTX
2016-11-18Fix initial size of lv2 atom output bufferfalkTX
2016-11-18Always initialize LV2 atom output bufferfalkTX
2016-04-05Fix new OSX buildfalkTX
2016-03-20Fix Old OSX buildfalkTX
2016-03-01Update copyright dates; Add license header comment to utility codefalkTX
2015-11-29Implement full state on lv2 and vstfalkTX
2015-11-29Initial support for full statesfalkTX
2015-09-18Fix buildfalkTX
2015-09-18Always maps URIDs, it's a required feature anywayfalkTX
2015-09-18Fallback to maxBlockLength if host doesn't support nominalfalkTX
2015-09-15Use nominalBlockLengthfalkTX
2015-07-05LV2 ticksPerBeat is a doublefalkTX
2015-07-05Forgot this linefalkTX
2015-07-04Get time info before setting state and paramsfalkTX
2015-06-13CleanupfalkTX
2015-06-13CleanupfalkTX
2015-06-13Rework LV2 time position, seems to work nicely nowfalkTX
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
2014-10-11Fix some warningsfalkTX
2014-10-10Do not use cbegin/cend, it's c++11 only so not provided by OSXfalkTX
2014-09-07Implement some custom kxstudio lv2 propertiesfalkTX
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-21Need to have default state values; LV2 states proved 100% workingfalkTX
2014-08-19s/TimePos/TimePosition/falkTX
2014-08-19Complete LV2 state support, remove warningfalkTX
2014-08-17Fix synths buildfalkTX
2014-08-17Put all classes provided by DPF inside the namespacefalkTX
2014-05-12MiscfalkTX
2014-04-25Fix buildfalkTX
2014-04-25Import code for lv2 state UIfalkTX
2014-04-20Fix VST state build; Add possible UI<->DSP direct accessfalkTX
2014-04-15Don't save lv2 keys not registered by the pluginfalkTX
2014-03-09Update code headersfalkTX
2014-01-26Fix LV2 time incrementfalkTX
2014-01-25Initial work for TimePos supportfalkTX
2013-12-25Detect when LV2 host doesn't provide maxBufferLength optionfalkTX
2013-12-24Initial commitfalkTX