summaryrefslogtreecommitdiffstats
path: root/src/engine/channelmixer_autogen.cpp
AgeCommit message (Expand)Author
2020-05-12Update paths in source filesJan Holthuis
2019-11-15Removed statistics from EngineMasterDaniel Schürmann
2018-07-03Clear buffer before using it for more than 32 Sampler.Daniel Schürmann
2017-07-02make channel mixing and effects code more consistentbe_
2017-07-01remove redundant non-ramping ChannelMixer functionsbe_
2017-06-13pull ChannelHandleFactory out of EngineMaster and into MixxxMainWindowbe_
2017-06-12apply effects in place for mic talkover channelsbe_
2017-06-12avoid modifying inputs to ChannelMixer::applyEffectsAndMixChannels(Ramping)be_
2017-06-11apply effects to individual deck outputsbe_
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-06-11fix assigning multiple channels to a crossfader orientationbe_
2017-06-10apply effects to both master output post-fader and headphones PFLbe_
2017-05-10move effects post-faderbe_
2016-04-24Move _RESTRICT definition to util/platform.hRJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-02-27Remove 32-channel restriction in the engine.RJ Ryan
2015-02-26Some updates to ChannelMixer.RJ Ryan
2015-02-23Remove unnecessary DEBUG_ASSERT from ChannelMixer's fallback case.RJ Ryan
2015-02-23Merge remote-tracking branch 'upstream/master' into micsidechainDaniel Schürmann
2015-02-20use ramping only if there is at least on ramping channelDaniel Schürmann
2015-01-31extend GainCache with a boolean fade out flag for fading when a channel is sw...Daniel Schürmann
2015-01-30Make m_channels a FastVectorDaniel Schürmann
2015-01-30User FastVector for GainCacheDaniel Schürmann
2015-01-30use FastVector in channelmixerDaniel Schürmann
2014-11-15Update generator script for SampleUtil/ChannelMixer functionsUwe Klotz
2014-03-11Introduce SampleUtil::clear() and use itDaniel Schürmann
2013-09-12Move ramping gain channel mixing into ChannelMixer::mixChannelsRamping and ma...RJ Ryan
2013-07-17Update auto-generated files.RJ Ryan
2013-07-17Bump to 32 hard-coded channels.RJ Ryan
2013-07-17Move channel mixing out of EngineMaster and into an auto-generated ChannelMix...RJ Ryan