-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with multi track selection S&M paste routing actions only paste to the 1st selected track #174
Comments
From jeffos...@gmail.com on August 21, 2010 02:55:08 fixed on the fly (will be part of the beta). Status: Started |
From jeffos...@gmail.com on August 22, 2010 03:23:23 fix available in that beta build: https://code.google.com/p/sws-extension/downloads/list Details about these beta here: http://forum.cockos.com/showpost.php?p=570330&postcount=690 (feedback on the 3 points detailed there appreciated). |
From jeffos...@gmail.com on March 08, 2012 03:35:50 Initial report was not a bug in fact and the fix has introduced other probs (e.g. smart track copy/paste is broken) if you copy SEVERAL TRACKS sends and paste them to 1 track only, only the sends of the 1st selected track will be ciopied and this is normal the same goes with receives Status: Started |
From jeffos...@gmail.com on March 08, 2012 03:37:45 ^^ I meant "only the sends of the 1st selected track will be pasted and this is normal" and not "... ciopied ..." |
From jeffos...@gmail.com on March 10, 2012 16:09:14 fixed ( r697 ) Status: Fixed |
From jeffos...@gmail.com on September 06, 2012 10:41:48 Issue 506 has been merged into this issue. |
From jeffos...@gmail.com on November 01, 2012 03:51:27 ok, I know I come back and forth on this issue but I implemented a new solution ( r926 ) that should make everybody happy. also below is a better explanation of what is going on (from http://forum.cockos.com/showpost.php?p=1061214&postcount=1529 ). hey Tod, this is "by design": S&M paste sends/receives/routings actions just paste routings respectively, as they were copied. I mean, say you have:
Now say you copy those routings from tracks 1 and 2 and paste them to tracks 3 and 4 (1) You will get:
^^ i.e. multi-track support, another reason is SWS smart copy/cut/paste actions that are also based on this code: they copy/paste tracks (or items/envs but that's another story) with all their respective routings (contrary to native copy/paste tracks). (2) What you describe would lead to this kind of paste: That being said, as this "issue" is often reported (SWS Issues 174, 506 & other threads) and since these reports can make sense, I'll update routing actions for the next build like: (^^ looks complicated but I think it's intuitive..) |
From jeffos...@gmail.com on August 21, 2010 11:54:11
From hopi: http://forum.cockos.com/showthread.php?t=63720 ___________________________________________________________
This maybe just in the latest pre ...or not...
there are two SWS actions:
Copy selected tracks sends
and
Paste sends to selected tracks
OK copy works... but then [dum de dum dum]
Paste only works to one selected track at a time...
so at the very least the action is mis-named!
I would expect to be able to select a bunch of tracks and paste the copied send to all of them at once stroke.... no???
I hope it's a small fix as this can be very handy.
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=174
The text was updated successfully, but these errors were encountered: