summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.cc
AgeCommit message (Expand)Author
2020-04-15Fix assert when showing embedded LV2 plugin UI -- #8013Robin Gareus
2020-03-17LV2: Implement ui:requestValue featureDavid Robillard
2020-03-14Show latency display/config button for in all plugin UIsRobin Gareus
2020-02-15LV2: disable unofficial LV2UI_Request_ParameterRobin Gareus
2020-01-09Remove unused variableRobin Gareus
2019-10-11Show preset-browser button if annoted presets are availableRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-12-22Cleanup LV2 file-dialog extensionRobin Gareus
2018-12-19Remove conditional support for ancient versions of LilvDavid Robillard
2018-11-22Extend LV2UI-Request-Parameter File/Path GUIRobin Gareus
2018-11-22Fix LV2UI_Request_Parameter Feature URIRobin Gareus
2018-11-21Early prototype for _LV2UI_Request_Parameter extensionRobin Gareus
2018-10-28Only allow LV2 touch events for control inputsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-08PluginUI: only show "Reset" & Automation buttons if there are any controlsRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2016-08-05add a "Pin Management" button to the plugin UI-headerRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-01-03UI port-events are not limited to outputs.Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-28notify LV2 GUIs about port-changes when loading presetsRobin Gareus
2015-10-21variable name change: make purpose of formerly named "_values" in LV2 plugin ...Paul Davis
2015-10-21confirm LV2 GUI changesRobin Gareus
2015-10-20do not update LV2 output port displays unless the value has changedPaul Davis
2015-10-20add commentaryPaul Davis
2015-10-20also update LV2 output port displays as part of periodic updatesPaul Davis
2015-10-20Clean up generic and LV2 plugin GUI to deal with ParameterChanged(Externally)...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-09-13Revert inadvertently pushed commitRobin Gareus
2015-09-13center, don't expand plugin widgetsRobin Gareus
2015-09-06gracefully handle LV2 GUI instantiation failure.Robin Gareus
2015-05-04add plugin parameter reset button - closes #6297Robin Gareus
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-02-21fix embedded plugin UI keyboard handlingRobin Gareus
2015-02-19fix memory leak in case LV2 GUI fails.Robin Gareus
2015-02-13Fix LV2 UIs with spacey paths (e.g. Pianoteq).David Robillard
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-31Fix spelling error.David Robillard
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
2013-09-02LV2 extUI handling - amend to previous commit.Robin Gareus
2013-09-02LV2 external UI handling - revert to <= 3.3. behaviourRobin Gareus
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-25free memory of external plugins on GUI close (major mem leak).Robin Gareus
2013-08-03fix gtk "child->parent == NULL" assertsRobin Gareus
2013-07-11update plugin UIs at reasonable rate (25Hz)Robin Gareus
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-08-28LV2: Send messages from one UI to all replicated instances.Robin Gareus