summaryrefslogtreecommitdiffstats
path: root/src/engine/engineaux.cpp
AgeCommit message (Expand)Author
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-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-03-04Remove redundant passthrough control, use [AuxiliaryN],mute or [AuxiliaryN],m...Daniel Schürmann
2015-02-24Naming refactors.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2015-02-22improve commentDaniel Schürmann
2015-01-25Added ..Enabled prefix to getter functions, use allways the setterDaniel Schürmann
2014-12-22delete m_pSampleRate in EngineAuxDaniel Schürmann
2014-11-28Use QString for EngineAuxDaniel Schürmann
2014-10-08Fix leaking controls.RJ Ryan
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-12Merge pull request #229 from daschuer/clippingDaniel 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-04Notification on passthrough enabling if hardware not connectedOwen Williams
2014-04-02Merge remote-tracking branch 'upstream/master' into multi_soundcard_fixesDaniel 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-17Fix spelling of auxiliary.RJ Ryan
2014-02-13renamed onInputConnected to onInputConfigured to avoid missundestandingDaniel Schürmann
2014-02-11reset vuMeter when EnginAux is not activeDaniel Schürmann
2014-02-11removed unreachable code in engineauxDaniel Schürmann
2014-02-11changed "passthrough_enabled" to "configured"Daniel Schürmann
2014-02-11changed Aux to AuxilliaryDaniel Schürmann
2014-02-07renamed group from "[PassthroughN]" to "[AuxN]"Daniel Schürmann
2014-02-07Fixed some remaining renames in comments and stringsDaniel Schürmann
2014-02-07Renamed Class EnginePassthrough to EngineAux (Thank you Eclipse;-))Daniel Schürmann
2014-02-07Renamed files from enginepassthrough -> engineauxDaniel Schürmann