summaryrefslogtreecommitdiffstats
path: root/src/mixer
AgeCommit message (Expand)Author
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
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-27Merge remote-tracking branch 'upstream/2.1'Be
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-20More 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-06Typo fixes luzpaz
2018-04-05Try to fix MacOs buildDaniel Schürmann
2018-04-05delete all leaking COsDaniel Schürmann
2018-03-13Replace fifo by QHash to fix overlow and loss of wake up signals. Fixing Bug ...Daniel Schürmann
2017-12-10Revert "do not let samplers be routed to effects"be_
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
2017-12-06Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-11-29Merge pull request #1393 from uklotzde/loop_markers_lp1596236Daniel Schürmann
2017-11-25Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-11-24Replace number literals with kNoTriggerUwe Klotz
2017-11-24Delete detailed debug logsUwe Klotz
2017-11-23Correctly unload tracks from playersUwe Klotz
2017-11-06Remove unneeded file I/O and leave a NOTEUwe Klotz
2017-11-06More renamings to improve consistencyUwe Klotz
2017-07-28Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-07-25Merge pull request #1279 from Be-ing/booth_outputDaniel Schürmann
2017-07-04do not let samplers be routed to effectsbe_
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2017-06-24Control how and when track metadata is reloaded from filesUwe Klotz
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-05-11Merge remote-tracking branch 'upstream/master' into beatloop_sizebe_
2017-05-08add option to reset deck gain on track loadbe_
2017-04-15Fix leaking waveform zoom controls.RJ Ryan
2017-04-11Merge remote-tracking branch 'upstream/master' into beatloop_sizebe_
2017-04-09Merge pull request #1229 from JosepMaJAZ/prevent-screensaverDaniel Schürmann
2017-04-07add beatloop_size_indicator ControlObjectbe_
2017-04-01Merge branch 'master' into prevent-screensaverJosep Maria Antolín Segura