summaryrefslogtreecommitdiffstats
path: root/src/test/signalpathtest.h
AgeCommit message (Expand)Author
2021-04-18test/signalpathtest: Make sure that double conversion workedJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-08-04mixer/playerinfo: Make implicit PlayerInfo creation explicitJan Holthuis
2020-06-11Get rid of the last const char* group string. Good Bye.Daniel Schürmann
2020-06-11Use QString for groups in SignalPathTestDaniel Schürmann
2020-06-03Merge pull request #2837 from daschuer/tests_clean_upUwe Klotz
2020-06-01Silence unneccessary debug message during testDaniel Schürmann
2020-05-17make use of auto and replace Ptr by Pointer in typedefDaniel Schürmann
2020-05-16don't leak ChannelHandleFactoryDaniel Schürmann
2020-05-12Update paths in source filesJan Holthuis
2019-01-06move EngineBufferScaler classes to their own folderBe
2019-01-06move EngineChannel classes to their own folderBe
2019-01-06Merge remote-tracking branch 'upstream/master' into engine_function_pointer_c...Be
2019-01-06move EngineControls to their own folderBe
2019-01-06Added new VisualsManager classDaniel Schürmann
2018-06-03Pass ConfigKey instead of plain CO pointer in some widget constructors. This ...Daniel Schürmann
2017-07-28Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-07-01rename golden_buffers -> reference_buffersbe_
2017-07-01remove redundant non-ramping ChannelMixer functionsbe_
2017-06-22fix failing EngineMaster PFL testsbe_
2017-06-22fix failing EngineMaster PFL testsbe_
2017-06-13fix tests that require a ChannelHandleFactorybe_
2017-01-02Reduce code duplication between SignalPathTest and MockedEngineBackendTest.RJ Ryan
2017-01-02Fix fake track loading so it passes through BaseTrackPlayerImpl.RJ Ryan
2017-01-02Call setupEqControls on SignalPathTest and MockedEngineBackendTest decks.RJ Ryan
2017-01-02Create GuiTick in MockedEngineBackendTest and SignalPathTest.RJ Ryan
2017-01-02Fix leak of PreviewDeck in SignalPathTest and MockedEngineBackendTest.RJ Ryan
2016-11-24Sleep for 1ms instead of 1s in SignalPathTest while waiting for track to load.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-03-06use a direct call for slotLoadTrack()Daniel Schürmann
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-04-20still trying to get this test to pass on travisOwen Williams
2015-04-20Print out e2e test delta for easier debuggingOwen Williams
2015-04-19Make testing properly stereo-basedOwen Williams
2015-04-17Rename buffer comparison classes since they aren't specific to EngineBufferOwen Williams