summaryrefslogtreecommitdiffstats
path: root/src/soundio/soundmanager.cpp
AgeCommit message (Expand)Author
2021-04-25Include versiostore the right wayDaniel Schürmann
2021-04-24Rename _version.h to version.h and Version class to VersionStoreDaniel Schürmann
2021-03-16SoundManager: remove erroneous warning and add debug assertionBe
2021-01-06Preferences > Sound Hardware: display '---' for 'No sound API'ronso0
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove all @author commentsxerus2000
2020-11-10Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-09PortAudio: Map host API index to type idUwe Klotz
2020-09-25soundio/soundmanager: Avoid double castJan Holthuis
2020-09-24soundio/soundmanager: Use mixxx::audio::SampleRate type for JACK APIJan Holthuis
2020-06-09Merge pull request #2825 from uklotzde/soundmanagerJan Holthuis
2020-05-28Use to QMultiHash/QMultiMap instead of QMap/QHash::insertMultiJan Holthuis
2020-05-27SoundManager: Prevent reconfiguring if num_decks unchangedUwe Klotz
2020-05-17Fix invalid input buffer deletionUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-10-03Merge remote-tracking branch 'upstream/2.2'Be
2019-10-03Add missing initializationUwe Klotz
2019-10-02Merge branch '2.2'Uwe Klotz
2019-09-29make SoundDeviceId qDebuggableBe
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-09-13PortAudio is not optional, so remove __PORTAUDIO__ CPP definition.RJ Skerry-Ryan
2018-06-24add ConfigValue constructor that takes a doubleBe
2018-05-20More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
2017-12-28make some range based for loops constDaniel Schürmann
2017-12-22backported qAsConst and used itDaniel Schürmann
2017-12-22don't use isNull()Daniel Schürmann
2017-12-22Added SoundDevicePointer typedefDaniel Schürmann
2017-12-17Fix segfault cause by an destoyes SoundDevice after refresh.Daniel Schürmann
2017-07-27Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2017-06-21consolidate RECORD_BROADCAST and SIDECHAIN AudioPath typesbe_
2017-06-21move sound I/O registration for non-EngineChannels to EngineMasterbe_
2017-06-21add a record/broadcast inputbe_
2017-06-09input latency compensation for microphone inputsbe_
2017-02-13Use SINT as sample index in SoundDeviceDaniel Schürmann
2017-02-13Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2016-12-17Use a fake device for error reportingDaniel Schürmann
2016-12-17improve getDevicesDaniel Schürmann
2016-12-16Track sound devices not found.Daniel Schürmann