Move logarithmic property into Evoral, add rangesteps
[ardour.git] / libs / ardour / parameter_descriptor.cc
index f6460a514efe96762f908016f32d7640a3b7f312..7acbb9477248c6f0fec1ef2ee6f5ae6857bd3727 100644 (file)
@@ -43,7 +43,6 @@ ParameterDescriptor::ParameterDescriptor(const Evoral::Parameter& parameter)
        , largestep(0)
        , integer_step(parameter.type() >= MidiCCAutomation &&
                       parameter.type() <= MidiChannelPressureAutomation)
-       , logarithmic(false)
        , sr_dependent(false)
        , min_unbound(0)
        , max_unbound(0)
@@ -142,7 +141,6 @@ ParameterDescriptor::ParameterDescriptor()
        , smallstep(0)
        , largestep(0)
        , integer_step(false)
-       , logarithmic(false)
        , sr_dependent(false)
        , min_unbound(0)
        , max_unbound(0)