mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
const-ification tweak
This commit is contained in:
parent
6ca18bfcfd
commit
6b98e56da2
1 changed files with 1 additions and 1 deletions
|
|
@ -2001,7 +2001,7 @@ ARDOUR_UI::transport_ffwd_rewind (bool fwd)
|
|||
// (keypress auto-repeat is 100ms)
|
||||
const float maxspeed = Config->get_shuttle_max_speed();
|
||||
float semitone_ratio = exp2f (1.0f/12.0f);
|
||||
float octave_down = pow (1.0/semitone_ratio, 12.0);
|
||||
const float octave_down = pow (1.0/semitone_ratio, 12.0);
|
||||
float transport_speed = _session->actual_speed();
|
||||
float speed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue