aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/peaks.h
AgeCommit message (Collapse)AuthorFilesLines
2022-09-09Use uppercase integer literal suffixesDavid Robillard1-2/+2
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+2
2022-07-17Make potentially lossy type conversions explicitDavid Robillard1-2/+2
2020-12-26Format all code with clang-formatDavid Robillard1-145/+145
2020-12-26Make include guards surround all header contentsDavid Robillard1-3/+3
For consistency, and because clang-tidy can't figure out if a define is an include guard unless it ends the file.
2020-12-26Add clang-format suppression commentsDavid Robillard1-0/+3
2020-12-16Clean up includesDavid Robillard1-0/+6
2020-09-27Fix narrowing conversionsDavid Robillard1-11/+11
2020-02-16Use standard Turtle lexer in PygmentsDavid Robillard1-1/+1
A Turtle lexer was finally added in Pygments 2.1.
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-2/+3
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-1/+1
2016-10-04eg-sampler: Add waveform display to UIDavid Robillard1-0/+270