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

Track names are displayed across entirety of arranger #29

Open
andyshand opened this issue Jan 17, 2021 · 0 comments
Open

Track names are displayed across entirety of arranger #29

andyshand opened this issue Jan 17, 2021 · 0 comments
Labels
C++ enhancement New feature or request

Comments

@andyshand
Copy link
Owner

Something like this:

Screen Shot 2021-01-17 at 15 16 18

Arranger clips have names visible which makes scanning easy, but group tracks require you to look to the left side of the screen all the time to figure out what the content is.

Would just require grabbing the image portion of track name from latest screenshot and repeating it across the x axis.

Potential implementation:

  • Share memory across main and render Electron process
  • Pass screenshot data as Napi::Buffer to renderer process (ensuring kept alive as long as not GC'd)
  • Pass the track location data to renderer process, and use it to map each image to its track

Any improvements on the idea welcome.

@andyshand andyshand added enhancement New feature or request C++ labels Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant