1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-08 15:29:09 +00:00
CLK/OSBindings/Qt
Thomas Harte 405e9e7c68 Shunts audio into its own QThread.
For the record, this was the first means I found of attempting that which actually seemed to work. A plain QThread, with something `connect`ed to its `started` signal didn't seem to work (perhaps `connect` is smart at thread confinement?), `moveToThread` didn't work on the audio output after the fact, etc.
2020-06-10 22:14:54 -04:00
..
audiobuffer.h Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
ClockSignal_en_GB.ts Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
ClockSignal.pro Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
functionthread.h Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
main.cpp Advances to having a selected machine actually run. 2020-06-03 23:39:16 -04:00
mainwindow.cpp Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
mainwindow.h Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
mainwindow.ui Advances to having a selected machine actually run. 2020-06-03 23:39:16 -04:00
scantargetwidget.cpp Fixes processing cap and attempts full-rate video output. 2020-06-06 19:47:35 -04:00
scantargetwidget.h Advances to having a selected machine actually run. 2020-06-03 23:39:16 -04:00
timer.cpp Consolidates timer/thread ownership for the timer. 2020-06-07 00:31:46 -04:00
timer.h Consolidates timer/thread ownership for the timer. 2020-06-07 00:31:46 -04:00