fix initializer for TimeFXRequest::time_fraction (denominator not allowed to be zero)
This commit is contained in:
parent
78233b343f
commit
683512f5a9
@ -26,7 +26,7 @@ namespace ARDOUR {
|
||||
|
||||
struct TimeFXRequest : public InterThreadInfo {
|
||||
TimeFXRequest()
|
||||
: time_fraction(0,0)
|
||||
: time_fraction(0,1)
|
||||
, pitch_fraction(0)
|
||||
, use_soundtouch(false)
|
||||
, quick_seek(false)
|
||||
|
Loading…
Reference in New Issue
Block a user