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

[BUG_1-to-1-inputs] split stereo at end of folder #31

Open
bsmith96 opened this issue Nov 10, 2022 · 3 comments
Open

[BUG_1-to-1-inputs] split stereo at end of folder #31

bsmith96 opened this issue Nov 10, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@bsmith96
Copy link
Owner

When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.

Something like:

  • if trackToSplit.depth is -1 (end of folder)
  • make new
  • turn original to mono
  • make new mono
  • make original depth 0
  • make new depth -1
@bsmith96 bsmith96 self-assigned this Nov 10, 2022
@bsmith96 bsmith96 added the bug Something isn't working label Nov 10, 2022
@bsmith96
Copy link
Owner Author

Find the "better new track" script and make a utility out of it?

@bsmith96
Copy link
Owner Author

Only beta, not finished

@bsmith96 bsmith96 reopened this Nov 12, 2022
@bsmith96
Copy link
Owner Author

When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.

Something like:

  • if trackToSplit.depth is -1 (end of folder)
  • make new
  • turn original to mono
  • make new mono
  • make original depth 0
  • make new depth -1

Actually, make new track above the current one, then move it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant