lp://staging/~l0rdt/mixxx/features_replaygain
Created by
Vittorio Colao
and last modified
- Get this branch:
- bzr branch lp://staging/~l0rdt/mixxx/features_replaygain
Only
Vittorio Colao
can upload to this branch. If you are
Vittorio Colao
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- 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)
Related bugs
Bug #367153: Adjust waveform according to track gain | Wishlist | Fix Released | |
Bug #555547: Add soft-takeover for MIDI controllers (XML and script) | Wishlist | Fix Released | |
Bug #642268: Normalize track volume | Wishlist | Fix Released |
Related blueprints
Branch information
Recent revisions
- 2486. By Vittorio Colao
-
Smooth fading to ReplayGain gain when a value is found after a track is loaded
- 2484. By Vittorio Colao
-
s/RG/ReplayGain/ where needed to improve readibilty.
Moved replaygain dir from src/ to lib/ . - 2482. By Vittorio Colao
-
Fix few things.
Commented out some qDebug().
ReplayGain Analyser is now turned on by default.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mixxxdevelopers/mixxx/trunk