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

Support dragging track from deck to deck. #7000

Closed
mixxxbot opened this issue Aug 22, 2022 · 14 comments
Closed

Support dragging track from deck to deck. #7000

mixxxbot opened this issue Aug 22, 2022 · 14 comments
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: rryan
Date: 2013-04-27T05:41:45Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp1173481
Tags: easy


Once you've loaded a track to the preview deck you should be able to drag it to a deck or sampler.

This is related to Bug #⁠408111.

@mixxxbot
Copy link
Collaborator Author

Commented by: borfo
Date: 2013-04-27T06:25:45Z


...it'd be great if you could drag a track from any deck to any other deck.

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2013-04-27T07:35:33Z


The way I imagine we would implement this would support deck to deck dragging as well (in the simplest form though it wouldn't do instant-doubles. that's a lot more complicated)

@mixxxbot
Copy link
Collaborator Author

Commented by: vedu
Date: 2013-05-05T20:08:03Z


Currently WWaveformView and WSpinny supporting dropping files onto them. Both of these have valid mouse drag events. I can't modify them so that I can a pick a track while mouse drag. The valid place where I can add a mouse drag event is were the track name and album name are written. Any other ideas? Or am I missing something

@mixxxbot
Copy link
Collaborator Author

Commented by: borfo
Date: 2013-07-28T07:19:33Z


Being able to drag the track name onto another deck would be very helpful. It would be great to be able to do this via controller scripts as well, but we definitely need some way to move a track to another deck.

@mixxxbot
Copy link
Collaborator Author

Commented by: Pegasus-RPG
Date: 2014-01-05T02:37:21Z


Is this not a duplicate of Bug #⁠408111?

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2014-01-05T03:43:46Z


Nope, this is just to support dragging tracks between decks just like you would from library to a deck. Instant doubles is way more complicated (copies the entire deck state, not just the track).

@mixxxbot
Copy link
Collaborator Author

Commented by: naught101
Date: 2014-01-23T22:12:40Z


I just posted a duplicate over at bug #⁠1271812, but with an extra request to enable library-style right clicking on track titles. Copying comments from there:

It would be good if it were possible to drag tracks from decks/samplers to other decks/samplers/the library. Obviously dragging on the waveform is no good, but currently dragging on the track title/artist/album in the deck/sample does nothing, and this could be a good pick-up point.

Like-wise, it's not possible to right-click on a track in a deck/sampler at the moment. It would be good if the track titles/artist/album in the decks/samplers acted the same as the track rows in the library for right clicking.

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2014-01-23T22:29:20Z


Hm, I think we have a bug for the right-click of track text widgets but I can't find it at the moment. Maybe we should rename bug #⁠1271812 to address it.

@mixxxbot
Copy link
Collaborator Author

Commented by: esbrandt
Date: 2014-02-06T07:40:32Z


#173

@mixxxbot
Copy link
Collaborator Author

Commented by: naught101
Date: 2014-02-14T00:41:01Z


Which branch?

@mixxxbot
Copy link
Collaborator Author

Commented by: ywwg
Date: 2014-02-14T01:05:02Z


The master (trunk) branch has this feature.

@mixxxbot
Copy link
Collaborator Author

Commented by: naught101
Date: 2015-01-16T00:26:49Z


At the moment, on a recent git build, on linux, using LateNight, it's only possible to drag from the artist name, and not the track name. I guess that's a bug? It halves the draggable area...

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2015-01-16T00:43:56Z


Hm, yes it should work for both widgets (it's actually the same widget/code for both). I wonder if this is some kind of occlusion bug where there's an invisible other widget on top of the track name. Could you run with --developer and hover over the area that is not draggable and post the object name of the widget you're clicking on?

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.0.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant