summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/parameter_descriptor.h
AgeCommit message (Expand)Author
2019-12-29Use human-numeric-sort for plugin scale-pointsRobin Gareus
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-07Invert Pan-Azimuth (up means left)Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-07-02Add API to step though parameter enumerationsRobin Gareus
2017-06-21Add API to compute parameter delta, depending on AutomationTypeRobin Gareus
2017-06-21Centralize Parameter scalingRobin Gareus
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-06-21Move logarithmic property into Evoral, add rangestepsRobin Gareus
2017-05-14Add note name parser to convert to midi note numberNil Geisweiller
2016-07-12Add a new API to format midi-note-names with translation: Do Re Mi...Robin Gareus
2015-09-16Add ardour/types.h to ardour/parameter_descriptor.h for AutomationTypeTim Mayberry
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-02Make 'ARDOUR::ParameterDescriptor' exportable, so that it can get used outsid...John Emmas
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-30update_steps(), properly handle integer rangesRobin Gareus
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-02Support pretty display of arbitrary plugin parameter units.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard