summaryrefslogtreecommitdiffstats
path: root/src/engine/enginetalkoverducking.cpp
AgeCommit message (Collapse)Author
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
The moc_compilation file became unbearable large, easily taking 10 minutes to compile whenever a Q_OBJECT changes. AUTOMOC scans for <basename>_moc.cpp includes and does not add the file to the moc_compilation whenever it is included in the propper cpp file. After this patch, moc_compilation.cpp is empty and the mocs are compiled with the approptial cpp, increasing recompile speeds by a factor of 10 when just a header file changed.
2020-09-25engine/enginetalkoverducking: Make lossy type casts explicitJan Holthuis
2020-06-10Get rid of char group stringsDaniel Schürmann
For accessing control objects we need QStrings and converting them on the fly takes some unnecassary time.
2020-05-07Merge remote-tracking branch 'upstream/2.2'Be
2020-05-07Fix manual duckingDaniel Schürmann
now the ducking gain is only applied when talkover is enabled
2019-01-06EngineTalkoverDucking: replace SIGNAL & SLOT with Qt 5 functorsBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
and remove old SLOT syntax for ControlProxy::connectValueChangeRequest. That was easier than getting it to play nice with the templating required for the new functor syntax.
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
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-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
2015-04-23Some more CO leak fixesDaniel Schürmann
2014-03-25Revert "Fix effect tests. They broke after some control and behavior changes."RJ Ryan
I accidentally committed a bunch of local changes. This reverts commit 9e8575bd3fff1c9427d5f189683c3b57adc2ec0d.
2014-03-25Fix effect tests. They broke after some control and behavior changes.RJ Ryan
2014-03-22Fix various warnings.RJ Ryan
2014-02-14Fix default ducking mode.RJ Ryan
2014-02-13Last notesOwen Williams
2014-02-13More robust default creation.Owen Williams
2014-02-13better comment.Owen Williams
2014-02-13A couple more refactoring cleanups.Owen Williams
2014-02-13refactor Mic-specific language to generic talkover languageOwen Williams