You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(part1 + part2).play() # ok
(part2 + part1).play() # not ok
The issue is that part2 starts with 2 instruments, so the beginning of the next piece would introduce a new instrument that is not initialized, thus failing the join operator.
Suppose I add 2 tracks
The issue is that part2 starts with 2 instruments, so the beginning of the next piece would introduce a new instrument that is not initialized, thus failing the join operator.
The solution is to add a dummy track
The text was updated successfully, but these errors were encountered: