Auto set outro start marker
Bug #730577 reported by
lumini
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Confirmed
|
Wishlist
|
Cristiano Lacerda |
Bug Description
It would be nice to have draggable end-of-song marker on the wave display to set the position of where mixing begins. By default it is set on the time where the amplitude of the sound is lower some predefined level to skip long silence after songs in some mp3 files. But it can be dragged on any position of the playing song and also can be set on current playing position by a hotkey to skip lengthy outros in "extended versions" of songs.
Related branches
lp://staging/~daschuer/mixxx/autodj
- Mixxx Development Team: Pending requested
-
Diff: 1979 lines (+1168/-231)22 files modifiedmixxx/build/depends.py (+24/-4)
mixxx/lib/soundtouch-1.6.0/STTypes.h (+1/-1)
mixxx/res/images/autodj/bottom.svg (+137/-0)
mixxx/res/images/autodj/media-playlist-shuffle.svg (+214/-0)
mixxx/res/images/autodj/stock_mail-send-receive.svg (+87/-0)
mixxx/res/mixxx.qrc (+3/-0)
mixxx/src/dlgautodj.cpp (+433/-161)
mixxx/src/dlgautodj.h (+26/-2)
mixxx/src/dlgautodj.ui (+110/-18)
mixxx/src/library/autodjfeature.cpp (+30/-24)
mixxx/src/library/autodjfeature.h (+2/-0)
mixxx/src/library/browse/browsefeature.cpp (+14/-4)
mixxx/src/library/browse/browsetablemodel.cpp (+8/-8)
mixxx/src/library/dao/cratedao.h (+2/-0)
mixxx/src/library/dao/playlistdao.cpp (+11/-3)
mixxx/src/library/dao/playlistdao.h (+3/-1)
mixxx/src/library/playlistfeature.cpp (+23/-3)
mixxx/src/library/playlistfeature.h (+3/-0)
mixxx/src/library/playlisttablemodel.cpp (+11/-0)
mixxx/src/library/playlisttablemodel.h (+1/-0)
mixxx/src/widget/wtracktableview.cpp (+22/-2)
mixxx/src/widget/wtracktableview.h (+3/-0)
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: | added: autodj |
Changed in mixxx: | |
assignee: | nobody → Cristiano Lacerda (crislacerda) |
To post a comment you must log in.
I have committed a patch which includes a "Fade Now" button and some other features. (see bug 782377)
It should be possible to assign also a hotkey to this function. Any Idea which?