-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Passthrough overlay image for waveform summary and overview #7264
Comments
Commented by: esbrandt I`m not sure anymore if disabling summary and overview is really the best way to do it. You would have to eject a playing track eventually and whatnot. E.g. in another soft they just display an text overlay on the affected deck and mute the internal playback. This is pretty nice if you running short on decks (think 2-deck setup) because you can always see whats going on the deck, switch back to internal playback at exact position, and even load tracks to a deck with passthrough enabled. |
Commented by: daschuer Nice Idea! +1 |
Commented by: rryan Ah, I like that too. Currently the EngineBuffer doesn't get processed if passthrough is enabled but if we did that then the deck would still work. So we should add a passthrough overlay pixmap to the summary and overview that is drawn on top when passthrough is enabled. |
Commented by: esbrandt Drawing the overlays blocks clicking on the waveform widgets, right? |
Commented by: rryan The implementation I'm imagining would not block mouse input to the widget -- it would just draw the overlay on top (not like the BPM tap button blocking mouse input to the WLabel below it). |
Commented by: daschuer We currently have non blocking "Overlay" text: "Loading track .." We can do is similar for "Passthough enabled" |
Commented by: Holzhaus Actually, it would be even cooler to have a live waveform overview for the audio that is passed through (like the waveform you get when recording audio in Audacity: https://youtu.be/vs92BVVL6V4?t=59). |
Commented by: ronso0 building on top of #2575 I'll change the 'Passthrough' overlay to a QLabel that can be styled independently from other overview texts (Loading, Analyzing ...). When someone manages to implement a live overview other features like live recording and then manipulating the recording are obvious, like lp:1407222, and we can add a Deck / Live switch that swaps Deck / Live overview & controls. |
Commented by: ronso0 fixed. Live waveform covered by lp:1882812 |
Issue closed with status Fix Released. |
Reported by: rryan
Date: 2014-01-14T20:44:05Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1269148
Tags: passthrough, polish
Maybe once Bug #1180872 is solved the overview and summary will support a "disabled" pixmap so we could draw something on the waveform that says "PASSTHROUGH ENABLED" or something like that.
We could also do this with skin XML to hide the waveform, spinny, and overview and replace it with label widgets or something else (a BIG vu meter?).
The text was updated successfully, but these errors were encountered: