summaryrefslogtreecommitdiffstats
path: root/src/mixer/playermanager.cpp
AgeCommit message (Expand)Author
2019-01-12Merge branch 'master' into unfinished_batch_analysisUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-06move EngineChannel classes to their own folderBe
2019-01-06Merge remote-tracking branch 'upstream/master' into engine_function_pointer_c...Be
2019-01-06Prepare TrackAnalysisScheduler for future extensionsUwe Klotz
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2019-01-06Merge remote-tracking branch 'upstream/master' into end_of_trackDaniel Schürmann
2019-01-06Added new VisualsManager classDaniel Schürmann
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-26Use a bitfield for selecting and enabling analyzersUwe Klotz
2018-11-22Replace static factory function with subclass + default constructorUwe Klotz
2018-11-22Use type-safe signal/slot connectionsUwe Klotz
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-25reintroduce addDeck() function for consistencyDaniel Schürmann
2018-10-24Fix typoDaniel Schürmann
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2018-05-27Merge remote-tracking branch 'upstream/master' into lv2_support2Be
2018-05-24don't use loadAquire(), it is not available in Qt4Daniel Schürmann
2018-05-23More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-04-05Try to fix MacOs buildDaniel Schürmann
2018-04-05delete all leaking COsDaniel Schürmann
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
2017-07-25Merge pull request #1279 from Be-ing/booth_outputDaniel Schürmann
2017-06-21move sound I/O registration for non-EngineChannels to EngineMasterbe_
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Minor editsUwe Klotz
2017-06-12Simplify the creation of analyzer queue threadsUwe Klotz
2017-06-12Delete unused parametersUwe Klotz
2017-06-07add separate booth output with mics optionally mixed inbe_
2017-03-24make tracks loaded into samplers persistent across restartsbe_
2017-01-28Rename debug assertion macroUwe Klotz
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-03-28Report correct channel count when registering AudioPathsDaniel Schürmann
2016-03-09Reworked the player signals, fixing Bug #1551019 and some race condition with...Daniel Schürmann
2016-01-26Add PlayerManager numberOfDecksChanged signal.RJ Ryan
2016-01-25Merge branch 'master' into menubarRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-15Move menu logic and VC/Passthrough/Mic checking out of MixxxMainWindow.RJ Ryan
2016-01-09Move mic/aux creation out of MixxxMainWindow.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan