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

Hide or collapse Tracks #134

Closed
dennisski opened this issue Oct 12, 2020 · 10 comments
Closed

Hide or collapse Tracks #134

dennisski opened this issue Oct 12, 2020 · 10 comments

Comments

@dennisski
Copy link

I was wondering if there was a way to hide or collapse tracks on the fly. When working with multiple tracks, having to scroll up or down to work with solo positioning etc. has been very difficult and clumsy at times.

@faroit
Copy link
Contributor

faroit commented Oct 12, 2020

I think this is related to #32, #35 and #46: modifying the playlist.tracks does not automatically re-render the player.
@naomiaro I guess you wanted to find a clean solution but maybe a short-term "hacky" approach could be sufficient?

@naomiaro
Copy link
Owner

Yes I really should look into doing something for this at some point coming up @faroit . I had started to modernise the codebase for this project, but then that got derailed last year with covid. I think it could make sense to release some functionality like that on this code base first and a few other low hanging fruit, then try to continue the more modernised version afterwards.

@dennisski
Copy link
Author

I am really happy you finally responded. If you are updating the code maybe you can add some effects like reverb or Gain or EQ? Using something like sox or ffmpeg? This DAW has been so wonderful for what we use it for.

@naomiaro
Copy link
Owner

There is some gain functionality in place at the moment @dennisski , is there something missing there that you would like to see? Reverb and EQ would be nice to have at some point, really depends on time I have coming up.

@naomiaro
Copy link
Owner

Out of curiosity, how to you use waveform-playlist @dennisski ?

@dennisski
Copy link
Author

We record tracks online using mediarecorder code. and since there are some latencies in browsers we use your code Waveform Playlist to review and get multiple tracks in correct sync with each other. We have to use other methods to get effects at the moment.

@dennisski
Copy link
Author

Here is a link to a video that shows how we use Waveform-playlist to sync multiple tracks. https://bandhug.com/watch/older-video-on-daw-adjustment-and-adding-second-to-bt_ilTydlUCWR9cXFJ.html

@naomiaro
Copy link
Owner

Thanks for this, very interesting video! Seems like there could be a use to place a marker on each track which then could be used as a sync point. Especially then if tracks have a few alignment metronome clicks recorded at the beginning.

@dennisski
Copy link
Author

Yes a marker would definitely help with auto sync

@naomiaro
Copy link
Owner

I've had a first go at updating a bunch of things and adding a collapse/remove track option to the controls.

https://naomiaro.github.io/waveform-playlist/stem-tracks.html

I released it at 4.0.0 since now it's using Bootstrap 4, Fontawesome 5, and jQuery 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants