summaryrefslogtreecommitdiffstats
path: root/src/engine/engineaux.h
AgeCommit message (Expand)Author
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-05-10move effects post-faderbe_
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-20Rename [MicN/AuxN],enabled to input_configured.RJ Ryan
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.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
2014-11-28Use QString for EngineAuxDaniel Schürmann
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-08-17Move more state updating into the post process test.Owen Williams
2014-08-12Move beat_distance calculation after buffer processing to keep them in sync.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-02removed CircularBuffer from input engines. This is not reqired anymore becaus...Daniel Schürmann
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-15Add some documentation to SoundManager methods about concurrency issues.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-11changed "passthrough_enabled" to "configured"Daniel Schürmann
2014-02-07fixed typoDaniel 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