aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-params.lv2
AgeCommit message (Collapse)AuthorFilesLines
2018-01-05Upgrade to waf 2.0.4David Robillard1-4/+3
2016-09-19Fix compilation as C++David Robillard1-3/+3
2016-09-18Tidy up API documentation font sizes and spacingDavid Robillard1-1/+1
2016-09-18Simplify property handling with state map utilityDavid Robillard2-227/+237
2016-09-18Reduce verbosity of logging codeDavid Robillard1-47/+41
2016-09-18Fix coding styleDavid Robillard1-5/+4
2016-09-18eg-params: Add lv2:control designation to portsDavid Robillard1-0/+2
2016-09-05Fix bundle installation directoryDavid Robillard1-0/+2
2016-07-31Fix compilation with C++David Robillard1-1/+1
2016-07-31Clean up example plugin initializationDavid Robillard1-43/+15
2016-07-30Fix include styleDavid Robillard1-4/+2
2016-07-26Make spring control decrease all the way to zeroDavid Robillard1-2/+2
2016-07-26Fix handling of Get and Set with NULL subjectDavid Robillard1-3/+4
2016-07-14Implement patch:Get for single properties.Hanspeter Portner1-18/+108
Let the plugin return values for single properties. This is useful for hosts that query for properties individually. Hosts may want to query for properties individually if there are really many properties and/or there is interest for a limited number only (e.g. limited space on UI). patch:Get and patch:Set queries are optionally checked for a matching patch:subject, if a given host should have set it in the first place.
2016-04-25eg-params: Fix invalid Put response to GetDavid Robillard1-3/+11
2015-12-04Add parameter example pluginDavid Robillard5-0/+780