P5-R3: fix count-in recursion + test buffer loop size
Lint & Validate / lint (push) Has been cancelled
Lint & Validate / lint (push) Has been cancelled
This commit is contained in:
@@ -639,7 +639,7 @@ class BackingTrackPlayer:
|
||||
|
||||
if ptype == ParameterType.PLAY:
|
||||
if value > 0.5:
|
||||
return self.play()
|
||||
return self.play(count_in=False)
|
||||
else:
|
||||
return self.stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user