Issue 405 (Preview Pane)#412
Conversation
… bottom of main component for now.
…-zoom' into issue_405 Merging new time axis into preview pane branch to stay up to date and avoid later merge conflicts.
- Added setPreviewPane method to MediaClipboardWidget for managing preview pane interactions. - Implemented showTrack and clearTrack methods in PreviewPaneWidget to handle track display and clearing. - Updated MediaDisplayComponent to support preview track functionality. - Improved track name handling in TrackAreaWidget by removing escape characters. Issues: - waveform does not appear on startup, and there are artifacts from trying to fix this problem that remain and will need to be cleaned up later. - preview mode is not in its final form - no resize and no title bar yet
…eparation to fix asynchronized waveform loading bug.
…use I need to switch branches
|
Basic functionality now exists as it should. I'm playing with the button positioning to make it look less awkward and maximize space. I'm thinking about a loop button but I'm not entirely sure if it's as helpful as I hope it will be. I will remove the play button from the top of the media clipboard in this pull request but make sure it's in its own clean commit, since that change touches more areas of the code than I anticipated. The other changes we discussed around renaming and the appearance of the tracks (waveform thumbnail vs. filename and length) will be done in separate branches. |
|
Fixed various issues relating to the playback cursor head (improved logic so that it gets coordinates correctly regardless of nested parents), drag resize, and button layout, and removed the now obsolete play button in the media clipboard toolbar. This makes the preview pane itself essentially ready, unless any other functionality (like a loop button, file length, sample rate, file path, etc) needs to be added. That part will require team input, but for now since the feature is already an improvement in its own right I will mark this as ready and then make separate pull requests for the file rename and thumbnail -> file name + length changes. |
Adds a preview pane in the media clipboard. Currently a draft.
Also fixes the filename display to remove escape characters.