I recently found myself adding multiple tracks at the same time to the queue, with the current implementation I submitted in #93, this results in manually having to go over every track in the list.
With this PR, I'd like to extend the queue functionality to allow the user to add a selection of tracks inside the active region to the queue.
When no mark is set, it defaults to just adding the track under the cursor to the queue.
I recently found myself adding multiple tracks at the same time to the queue, with the current implementation I submitted in #93, this results in manually having to go over every track in the list.
With this PR, I'd like to extend the queue functionality to allow the user to add a selection of tracks inside the active region to the queue. When no mark is set, it defaults to just adding the track under the cursor to the queue.