summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-19 09:52:11 +0200
committerRobin Gareus <robin@gareus.org>2017-06-21 18:12:14 +0200
commitfe83e1e2ed450814dfec0ffed7a2c2559c6fa8b6 (patch)
tree426b6d1e9f697d0f324f2904e617c199ef70d838 /libs/ardour/ardour
parent2627cd414c83bce07f6c2462ffd32b8989df3342 (diff)
Move logarithmic property into Evoral, add rangesteps
This allows complete mathematical description of a given parameter and parameter values. Semantic type abstraction is reserved for Ardour::ParameterDescriptor.
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/parameter_descriptor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/parameter_descriptor.h b/libs/ardour/ardour/parameter_descriptor.h
index 978bd3d042..60950bb14b 100644
--- a/libs/ardour/ardour/parameter_descriptor.h
+++ b/libs/ardour/ardour/parameter_descriptor.h
@@ -69,7 +69,6 @@ struct LIBARDOUR_API ParameterDescriptor : public Evoral::ParameterDescriptor
float smallstep;
float largestep;
bool integer_step;
- bool logarithmic;
bool sr_dependent;
bool min_unbound;
bool max_unbound;