Adjust waveform according to track gain
Bug #367153 reported by
Nick
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
Vittorio Colao | ||
1.9 |
Fix Released
|
Wishlist
|
Vittorio Colao |
Bug Description
VirtualDJ sizes the height of the waveform it displays by the gain on the track (it also overlays both tracks in the same space). This way you can easily tell the relative volumes of each track at a glance without resorting to watching the VU meters two-at-a-time. We should be able to do this too.
Related branches
lp://staging/~l0rdt/mixxx/features_replaygain
- Albert Santoni: Approve
- William Good: Needs Fixing
-
Diff: 3141 lines (+2338/-75) (has conflicts)36 files modifiedmixxx/build/depends.py (+15/-1)
mixxx/build/qtcreator/mixxx.pro (+5/-0)
mixxx/lib/replaygain/replaygain_analysis.c (+431/-0)
mixxx/lib/replaygain/replaygain_analysis.h (+58/-0)
mixxx/res/mixxx.qrc (+30/-29)
mixxx/res/schema.xml (+9/-0)
mixxx/src/analyserqueue.cpp (+3/-0)
mixxx/src/analyserrg.cpp (+80/-0)
mixxx/src/analyserrg.h (+29/-0)
mixxx/src/analyserwaveform.cpp (+3/-3)
mixxx/src/analyserwavesummary.cpp (+1/-1)
mixxx/src/dlgpreferences.cpp (+22/-8)
mixxx/src/dlgpreferences.h (+3/-0)
mixxx/src/dlgprefreplaygain.cpp (+129/-0)
mixxx/src/dlgprefreplaygain.h (+43/-0)
mixxx/src/dlgprefreplaygaindlg.ui (+267/-0)
mixxx/src/dlgprefsound.cpp (+399/-0)
mixxx/src/dlgprefsound.h (+79/-0)
mixxx/src/dlgprefsounddlg.ui (+220/-0)
mixxx/src/dlgreplaygaindlg.ui (+237/-0)
mixxx/src/engine/enginepregain.cpp (+87/-11)
mixxx/src/engine/enginepregain.h (+14/-2)
mixxx/src/library/dao/trackdao.cpp (+8/-4)
mixxx/src/library/dao/trackdao.h (+1/-0)
mixxx/src/library/librarytablemodel.cpp (+1/-0)
mixxx/src/library/trackcollection.cpp (+1/-1)
mixxx/src/player.cpp (+9/-1)
mixxx/src/player.h (+1/-0)
mixxx/src/soundsource.cpp (+72/-3)
mixxx/src/soundsource.h (+4/-1)
mixxx/src/soundsourceproxy.cpp (+1/-0)
mixxx/src/trackinfoobject.cpp (+25/-1)
mixxx/src/trackinfoobject.h (+9/-0)
mixxx/src/waveform/waveformrenderbeat.cpp (+2/-0)
mixxx/src/waveform/waveformrendersignal.cpp (+31/-9)
mixxx/src/waveform/waveformrendersignal.h (+9/-0)
Changed in mixxx: | |
assignee: | nobody → RJ Ryan (rryan) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
summary: |
- request: waveform adjusts according to gain + Adjust waveform according to track gain |
Changed in mixxx: | |
assignee: | RJ Ryan (rryan) → nobody |
tags: | added: waveform |
Changed in mixxx: | |
assignee: | nobody → Vittorio Colao (l0rdt) |
Changed in mixxx: | |
status: | Confirmed → In Progress |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Mixxx now uses GitHub for bug tracking. This bug has been migrated to: /github. com/mixxxdj/ mixxx/issues/ 5156
https:/