summaryrefslogtreecommitdiffstats
path: root/src/engine/enginemaster.cpp
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-09-25engine/enginemaster: Use CSAMPLE_GAIN for some valuesJan Holthuis
2020-09-25engine/enginemaster: Add explicit typecastsJan Holthuis
2020-09-25engine/enginexfader: Use CSAMPLE_GAIN for getXfadeGains()Jan Holthuis
2020-09-24engine/enginemaster: Use CSAMPLE_GAIN for gain valuesJan Holthuis
2020-09-24util/color/color: Add missing float literal suffixJan Holthuis
2020-08-16engine/enginemaster: Add missing m_pEngineEffectManager nullptr checkJan Holthuis
2020-08-15engine/enginemaster: Remove superfluous nullptr checkJan Holthuis
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-06-03Merge pull request #2837 from daschuer/tests_clean_upUwe Klotz
2020-06-01Silence unneccessary debug message during testDaniel Schürmann
2020-05-17free m_pSidechainMixDaniel Schürmann
2020-05-17make use of auto and replace Ptr by Pointer in typedefDaniel Schürmann
2020-05-16don't leak ChannelHandleFactoryDaniel Schürmann
2020-05-07Merge remote-tracking branch 'upstream/2.2'Be
2020-05-07Merge pull request #2759 from daschuer/manual_ducking_fixBe
2020-05-07Merge remote-tracking branch 'upstream/2.2'Be
2020-05-07Silence DebugDaniel Schürmann
2020-05-07Fix manual duckingDaniel Schürmann
2020-05-03make sidechainMixRequired constDaniel Schürmann
2020-05-03Added EngineMaster::sidechainMixRequired() function for a repeated conditionDaniel Schürmann
2020-05-02guard more copy calls with if (m_pEngineSideChain)Daniel Schürmann
2020-05-02Improve commentsDaniel Schürmann
2020-05-02Fill sidechainMix from external sidechain input. This fixes lp1876222Daniel Schürmann
2019-12-30Master Sync: address review notesOwen Williams
2019-12-01master sync: last cleanups before pull requestOwen Williams
2019-12-01mastersync: remove/comment out a bunch of qDebugsOwen Williams
2019-12-01master sync: all tests passOwen Williams
2019-11-30mastersync: don't look for bpm match with samplersOwen Williams
2019-11-30mastersync: user tweaking was very broken, I think I fixed itOwen Williams
2019-11-30looks like an off-by-one-buffer issueOwen Williams
2019-11-15Removed statistics from EngineMasterDaniel Schürmann
2019-01-12Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-01-06move EngineChannel classes to their own folderBe
2018-12-29Merge pull request #1753 from daschuer/lp1782568Daniel Schürmann
2018-09-15Fix aliasing violations when using SampleUtil::copy2WithGain. Bug #1770771.RJ Skerry-Ryan
2018-07-19Respect volume control of the microphone channelsDaniel Schürmann
2018-07-19Respect microphone mute control, used in Deere.Daniel Schürmann
2018-04-05delete all leaking COsDaniel Schürmann
2017-12-21rename [MicrophoneMix] effect hook to [BusTalkover]be_
2017-12-21rename group string for microphone mix effects busbe_
2017-12-19only apply master EQ to master output, not record/broadcast signalbe_
2017-12-10minor code cleanupbe_
2017-12-06clean up initialization of ChannelHandlesbe_
2017-11-25add [Microphones] effect bus processingbe_