aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-params.lv2/params.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+2
2022-07-17Fix whitespace and add missing clang-format configurationDavid Robillard1-1/+2
2022-05-26Avoid "else" after "return"David Robillard1-3/+3
2022-05-26Fix whitespaceDavid Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-354/+348
2020-12-26Add clang-format suppression commentsDavid Robillard1-0/+13
2020-12-16Fix implicit and narrowing conversionsDavid Robillard1-1/+1
2020-12-16Isolate variable declarations and initialize all variablesDavid Robillard1-5/+5
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-6/+6
2019-01-10Remove workaround for ancient MSVCDavid Robillard1-3/+1
2018-09-23Clean up includesDavid Robillard1-1/+3
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-9/+9
2016-09-18Simplify property handling with state map utilityDavid Robillard1-227/+127
2016-09-18Reduce verbosity of logging codeDavid Robillard1-47/+41
2016-09-18Fix coding styleDavid Robillard1-5/+4
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
2016-04-25eg-params: Fix invalid Put response to GetDavid Robillard1-3/+11
2015-12-04Add parameter example pluginDavid Robillard1-0/+564