summaryrefslogtreecommitdiffstats
path: root/src/engine/enginemicrophone.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineChannel classes to their own folderBe
2017-07-28Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-06-13pull ChannelHandleFactory out of EngineMaster and into MixxxMainWindowbe_
2017-06-12avoid modifying inputs to ChannelMixer::applyEffectsAndMixChannels(Ramping)be_
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-06-10apply effects to both master output post-fader and headphones PFLbe_
2017-06-09input latency compensation for microphone inputsbe_
2017-05-10move effects post-faderbe_
2016-12-20Add a ControlObject::forceSet alias for ControlObject::setAndConfirm.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
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-25Merge branch 'master' into menubarRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-22Eliminate some destructor log spew.RJ Ryan
2016-01-20Rename [MicN/AuxN],enabled to input_configured.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-02-24Naming refactors.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2015-02-22Update commentDaniel Schürmann
2015-01-31removed isProcessingRequred(), since processing is allways required vor vu meterDaniel Schürmann
2015-01-25Process microphone when pfl or master is enabledDaniel Schürmann
2015-01-25Added ..Enabled prefix to getter functions, use allways the setterDaniel Schürmann
2015-01-25Some code style cleanupDaniel Schürmann
2014-11-14Merge remote-tracking branch 'mixxxdj/pr/340'RJ Ryan
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-10-08Fix leaking controls.RJ Ryan
2014-09-27Leaking allocation of object. Probably shouldn't do that but just cleaning va...Tuukka Pasanen
2014-09-01Merge remote-tracking branch 'upstream/master' into audiotaperDaniel Schürmann
2014-08-24read CO directlyOwen Williams
2014-08-24Make samplerate an explicitly-passed variable in the effects framework.Owen Williams
2014-05-04replaced all logpots with audio taper potsDaniel Schürmann
2014-04-24added co "pregain" for aux and micDaniel Schürmann
2014-04-21Changed EngineObject interface to use a common in/out buffer.Daniel Schürmann
2014-04-12Merge branch 'master' into multi_soundcard_fixesDaniel Schürmann
2014-04-12remove EngineClippingDaniel Schürmann
2014-04-12moved PeakIndicator CO to EngineVuMeter and removed clamping from input enginesDaniel Schürmann
2014-04-02Merge remote-tracking branch 'upstream/master' into multi_soundcard_fixesDaniel Schürmann
2014-04-02silenced some debug messagesDaniel Schürmann
2014-04-02removed CircularBuffer from input engines. This is not reqired anymore becaus...Daniel Schürmann
2014-04-01Make input buffer Stereo onlyDaniel Schürmann
2014-03-30Collect features from groups and expose them to effect processors.RJ Ryan
2014-03-25Add effect processing to microphone and aux channels.RJ Ryan
2014-03-22Revert 8c0e998 to use published CO names for microphones. Change aux to match.RJ Ryan
2014-03-11Introduce SampleUtil::clear() and use itDaniel Schürmann
2014-02-14Collapse talkover controls in EngineChannel and EngineMicrophone.RJ Ryan
2014-02-13refactor Mic-specific language to generic talkover languageOwen Williams
2014-02-13renamed onInputConnected to onInputConfigured to avoid missundestandingDaniel Schürmann
2014-02-11Dont process Mic input buffer when talkover disabledDaniel Schürmann
2014-02-11changed [Microphone] "enabled" to "configured" to match with EngineAuxDaniel Schürmann