Skip to content
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

Closed
Jeff0S opened this issue Jul 8, 2014 · 8 comments

Comments

@Jeff0S
Copy link
Member

Jeff0S commented Jul 8, 2014

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

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on August 21, 2010 02:55:08

fixed on the fly (will be part of the beta).
BTW, all these routing actions will also run much faster..

Status: Started

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

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).

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From swstim on September 22, 2010 20:33:07

v1.8.0 #1.

Status: Fixed

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

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)
New fix coming soon: when you copy SEVERAL TRACKS sends, paste should work on SEVERAL selected tracks too.
Example:
copy sends for 2 tracks 1 & 2 with sends like 1->3 and 2->4
paste sends to tracks 5 & 6 should do: 5->3 and 6->4
AND NOT: 5->3 + 5->4 and 6->3 + 6->4

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

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

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 ..."

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on March 10, 2012 16:09:14

fixed ( r697 )

Status: Fixed

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on September 06, 2012 10:41:48

Issue 506 has been merged into this issue.

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

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:

  • track 1 with a set of routings a
  • track 2 with a set of routings b
  • track 3 with a set of routings c
  • track 4 with a set of routings d

Now say you copy those routings from tracks 1 and 2 and paste them to tracks 3 and 4

(1) You will get:

  • track 3's routings = c+a
  • track 4's routings = d+b

^^ 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:
=> track 3's routings = c+a+b
=> track 4's routings = d+a+b


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:
(1) when copying routings from x tracks / pasting to x tracks -OR- (2) when copying routings from x tracks / pasting to y tracks

(^^ looks complicated but I think it's intuitive..)

@Jeff0S Jeff0S closed this as completed Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant