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
The while loop goes to (length//(4*end_of_bar))*(4*end_of_bar) which is less than the actual length of the song. It needs to be like this for indexing issues but now the end of songs outputted switch back to original version.
The text was updated successfully, but these errors were encountered:
I made it cut off beyond this value, but would be nice to fade out using sox.
Consider putting a fade out before (length//(4*end_of_beat))*(4*end_of_beat), so that when it hits the cutout part, the amplitude it already 0. Just essentially find a way to end song less abrubtly
The while loop goes to
(length//(4*end_of_bar))*(4*end_of_bar)
which is less than the actual length of the song. It needs to be like this for indexing issues but now the end of songs outputted switch back to original version.The text was updated successfully, but these errors were encountered: