diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-18 16:46:13 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-18 16:46:13 +0200 |
commit | 04fc8205dc1cc471af9473162fdab48d0f39847b (patch) | |
tree | 9e8cd5c67928ae595d0c09e4f889d106626e18fa /plugingui/timingframecontent.h | |
parent | a0484778a9953dfd1948bf4dac71c51deab18cab (diff) |
Store and use laidback setting in milliseconds.
Diffstat (limited to 'plugingui/timingframecontent.h')
-rw-r--r-- | plugingui/timingframecontent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/timingframecontent.h b/plugingui/timingframecontent.h index a8ed62c..282f08f 100644 --- a/plugingui/timingframecontent.h +++ b/plugingui/timingframecontent.h @@ -54,14 +54,14 @@ private: float thightnessKnobToSettings(float value) const; float tightnessSettingsToKnob(float value) const; float laidbackKnobToSettings(float value) const; - float laidbackSettingsToKnob(int int_value) const; + float laidbackSettingsToKnob(float value) const; void tightnessKnobValueChanged(float value); void tightnessSettingsValueChanged(float value); void regainKnobValueChanged(float value); void regainSettingsValueChanged(float value); void laidbackKnobValueChanged(float value); - void laidbackSettingsValueChanged(int value); + void laidbackSettingsValueChanged(float value); void latencyOffsetChanged(int offset); void velocityOffsetChanged(float offset); |