summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain/enginerecord.cpp
AgeCommit message (Expand)Author
2020-01-18Merge pull request #2415 from daschuer/encoding_refactoringUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-29add a new createEncoder function that returns an encoder independent from Use...Daniel Schürmann
2019-11-16Use static const QStrings instead of string literalsDaniel Schürmann
2019-08-06Minor source comment typo tweeksluz.paz
2018-05-01Misc. typosluz.paz
2017-02-28some fixes from the PRJosepMaJAZ
2017-02-26Reimplementation of the recording preferences page, converted wav/aiff record...JosepMaJAZ
2017-01-21Merge branch 'master' into record-wave-settingsJosepMaJAZ
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-04some improvements in track time in cue files. Fixes the 00:00:44 time on new ...josepma
2016-11-01splitting wav fileformat changes to another branchjosepma
2016-11-01splitting wav fileformat changes to another branchjosepma
2016-11-01typojosepma
2016-11-01Bug #1415720 save wav/aiff in 16/24 or 32bit floatjosepma
2016-10-31fixes bugs #1638115 and#1605922 related to recording and splittingjosepma
2016-10-31fix bug #1605921 : Improve recording split size optionsjosepma
2016-10-31fix for bug #1638120 : close cue filejosepma
2016-10-31better fix for relative path in cue filejosepma
2016-10-30launchpad bug #1637786 recording to wav heavily distorts on saturationjosepma
2016-10-30launchpad bug #1605923 correct path in cue file when recording to wavjosepma
2016-05-04Convert some qDebugs into qWarnings.RJ Ryan
2016-04-28Move ErrorDialogHandler usage out of EngineRecord.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-03-01use p prefix for pointersDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-09-12Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2015-09-11prefer set() over deprecated slotSet()Daniel Schürmann
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-02-09Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-02-07better initialization of struct typesNico Schlömer
2015-02-03initialize m_sfInfoNico Schlömer
2015-02-02Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-01-28a bunch of undefined variablesNico Schlömer
2015-01-07Eliminate unnecessary local variablesUwe Klotz
2014-11-18Code fascism.RJ Ryan
2014-04-25add TODO commentMarcos CARDINOT
2014-04-25Merge branch masterMarcos CARDINOT
2014-04-23recording_time: refresh seconds counterMarcos CARDINOT
2014-04-23Cosmetic fixes - improvements in sampleRate membersMarcos CARDINOT
2014-04-18cosmetic fixes + emit changes per secondMarcos CARDINOT
2014-04-17Unchecked return value: writing cue fileMarcos CARDINOT
2014-04-16use the same logic of couting duration in cue writingMarcos CARDINOT
2014-04-16remove unnecessary var m_cueSamplePos from enginerecordMarcos CARDINOT
2014-04-16replacing ControlObjectThread for ControlObjectSlave in enginerecordMarcos CARDINOT
2014-04-16move sample counting logic from dlgrecording to enginerecord + cosmetic fixesMarcos CARDINOT
2014-01-21Use libsndfile in normalized float mode. Fixes Bug #1265727.RJ Ryan
2014-01-21Add event tracing in many useful places.RJ Ryan