Shuttle wheel context-menu: max speed only applies to percentage

This commit is contained in:
Robin Gareus 2021-04-20 14:26:30 +02:00
parent 80405e41b0
commit eeadf5087d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 49 additions and 30 deletions

View file

@ -109,6 +109,8 @@ protected:
float semitones_as_speed (int, bool);
float semitones_as_fract (int, bool);
bool _ignore_change;
};
#endif /* __gtk2_ardour_shuttle_control_h__ */