It is very difficult to get the timing right when it comes to synchronizing multiple tracks by hand. But even if I manage to start all tracks at the same time, they will drift apart because they have slightly different durations. There should be an easy and straight-forward way to:
- Start tracks at the same time
- Record tracks with the same length (or a multiple of this length)
This could be done by saving the offset when pressing record in relation to the currently looping tracks. That way the app can auto-align the newly recorded track and line it up with the rest.
Note: Sometimes a delay sneaks into the recording, even if I press record at the same time as I make my sounds. This leads to a short, but noticable pause after hitting play, which makes synchronization even harder. Maybe the app is not accounting for Android's audio latency. I don't know.
It is very difficult to get the timing right when it comes to synchronizing multiple tracks by hand. But even if I manage to start all tracks at the same time, they will drift apart because they have slightly different durations. There should be an easy and straight-forward way to:
This could be done by saving the offset when pressing record in relation to the currently looping tracks. That way the app can auto-align the newly recorded track and line it up with the rest.
Note: Sometimes a delay sneaks into the recording, even if I press record at the same time as I make my sounds. This leads to a short, but noticable pause after hitting play, which makes synchronization even harder. Maybe the app is not accounting for Android's audio latency. I don't know.