summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-24Add missing includeHEADmasterBent Bisballe Nyeng
2020-05-26Change LV2_Descriptor and LV2UI_Descriptor signatures in function calls.Bent Bisballe Nyeng
2019-07-19Make UIClass controllable from commandline.Bent Bisballe Nyeng
2019-07-15Fix lv2.h includeGoran Mekić
2019-04-28Set LV2 UIClass based on operating system (aka. support mac and windows UIs a...Bent Bisballe Nyeng
2019-04-17Added ttlgen dynamic ttl manifest generator for LV2 plugins.Bent Bisballe Nyeng
2019-04-01Add midi aftertouch event type.Bent Bisballe Nyeng
2018-11-24Make midnam threadsafe.Bent Bisballe Nyeng
2018-11-01Only call midnam update if midnam is actually supported by the host.Bent Bisballe Nyeng
2018-10-30Add interface to set midnam data from the outsideBent Bisballe Nyeng
2018-10-27Prototype LV2 midname extensionRobin Gareus
2018-07-29Remove useless comment and convert struct into C++ style.André Nusser
2018-07-29Fix broken VST latency reporting.Bent Bisballe Nyeng
2018-06-16Add missing override keywords.Bent Bisballe Nyeng
2018-06-09Fix midi event memcpy size.Bent Bisballe Nyeng
2017-10-20Fix missing return in createWindowBent Bisballe Nyeng
2017-05-10Make createWindow return the window handle. Assign *widget of lv2 init.André Nusser
2016-12-10Add missing overrides.Bent Bisballe Nyeng
2016-12-10Add missing overrides.Bent Bisballe Nyeng
2016-09-14Use correct stride value (thanks to rgareus for pointing this out).Bent Bisballe Nyeng
2016-09-01Don't use stride and use static buffer in example plugin.Bent Bisballe Nyeng
2016-08-14Experimental inline display added.Bent Bisballe Nyeng
2016-07-14Add 'get' prefix to metadata info methods. Fix test plugin.Bent Bisballe Nyeng
2016-07-14Introduce VST plugin information.André Nusser
2016-03-29Remove debug output.Bent Bisballe Nyeng
2016-03-28Fix midi event iteration loop when encountering a non-midi event.Bent Bisballe Nyeng
2016-03-20Add getInputProperties/getOutputProperties VST methods.Bent Bisballe Nyeng
2016-03-20Move VST setup code to init function.Bent Bisballe Nyeng
2016-03-20Move VST setup code to ctor.Bent Bisballe Nyeng
2016-03-13Remove stray debug resize call.Bent Bisballe Nyeng
2016-03-11Remove superfluous check for VST_PATHBent Bisballe Nyeng
2016-03-11Initial import from DrumGizmo branch.Bent Bisballe Nyeng