summaryrefslogtreecommitdiffstats
path: root/src/engine/enginemaster.cpp
AgeCommit message (Expand)Author
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_
2017-11-25fix non-EngineChannel effects routingbe_
2017-09-16Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-09-16Merge pull request #1335 from daschuer/metronomDaniel Schürmann
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2017-07-29Merge remote-tracking branch 'upstream/master' into balance_effectDaniel Schürmann
2017-07-28Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-07-16Ramp balance knob to remove cracklingDaniel Schürmann
2017-07-05add TODO commentbe_
2017-07-05"round trip latency" -> "microphone latency compensation"be_
2017-07-05add some comments to EngineMaster::processbe_
2017-07-05return correct buffer from EngineMaster::getSidechainBufferbe_
2017-07-04factor out application of master effects to its own functionbe_
2017-07-03"talkover mix mode" -> "microphone monitor mode"be_