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 {
|
struct TimeFXRequest : public InterThreadInfo {
|
||||||
TimeFXRequest()
|
TimeFXRequest()
|
||||||
: time_fraction(0,0)
|
: time_fraction(0,1)
|
||||||
, pitch_fraction(0)
|
, pitch_fraction(0)
|
||||||
, use_soundtouch(false)
|
, use_soundtouch(false)
|
||||||
, quick_seek(false)
|
, quick_seek(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user