- 25 Apr, 2020 1 commit
-
-
Leander Schulten authored
Merge remote-tracking branch 'origin/wip_need_sanitizer' into controllerInQThread
-
- 24 Apr, 2020 1 commit
-
-
Leander Schulten authored
Modules: ProgramBlock + Controller: Run start methods of the Programs and the Consumers of a Programblock in the Controller thread instead of in the main thread. Add Method to run code in the controller thread
-
- 22 Apr, 2020 7 commits
-
-
Leander Schulten authored
Modules Controller: Do not use timer. Use sleep and process events every second (waiting for events can be expensive)
-
Leander Schulten authored
Modules Controller: Use QThread instead of std::thread, you can now use the event loop, but the program consumes more CPU power
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
Audio + GUI: Add support for tempo confidence. Don't show the threshold values (are const). Fix Bugs with number of elements in enum. Show all data in own row and not overlapped.
-
Leander Schulten authored
-
Leander Schulten authored
Modules + Audio: Update Modules FFT view when the capturing device changes, otherwise no new data will be available
-
- 02 Apr, 2020 1 commit
-
-
Leander Schulten authored
-
- 28 Mar, 2020 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
- 27 Mar, 2020 4 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Dependencies: Clone and Build segvcatch and libbacktrace only when they are not there or new commits are available
-
Leander Schulten authored
-
Leander Schulten authored
-
- 24 Mar, 2020 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Hot Reload: Add support for Folgo Hot Reload. Add documentation how to install and run Felgo Hot Reload
-
- 16 Jan, 2020 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
New Feature: Remote Control Pane: You can control the ControlPane from the orga. Add Sync code the the ControlItemData classes. The UI can now handle remote changes.
-
Leander Schulten authored
-
- 13 Jan, 2020 1 commit
-
-
Leander Schulten authored
- Fix loading a ProgramBlock ControlItems (the loading always failed, because the id was not loaded correctly) - Fix SegFault: If you delete a ProgramBlock, delete all ControlItems, that use the ProgramBlock
-
- 19 Dec, 2019 2 commits
-
-
Leander Schulten authored
SystemVolume: Mac: when volume changed, set new volume value internally and do not use setVolume(...), because that will cause a loop (you change volume fast, 2 callbacks => first callback set volume to old volume level)
-
Leander Schulten authored
-
- 03 Dec, 2019 1 commit
-
-
Leander Schulten authored
-
- 01 Dec, 2019 1 commit
-
-
Leander Schulten authored
-
- 18 Nov, 2019 1 commit
-
-
Leander Schulten authored
-
- 15 Nov, 2019 1 commit
-
-
Leander Schulten authored
RemoteVolume: ping every 59 seconds to check if the connection is still alive (and try to prevent random disconnects).
-
- 14 Nov, 2019 4 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
Logging: Log time + file + line + message and not just the message. Write Qt-Logging (qDebug(), qWarning(), ...) to file and the console.
-
- 10 Nov, 2019 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Aubio: Use aubio and not AudioFFT to generate a spectrum/frequency domain analysis. Remove AudioFFT from the Lichtsteuerung
-
- 09 Nov, 2019 4 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Build: You can now build the dependencies and the Lichtsteuerung on Linux (you have to comment out the AudioFFT lib)
-
Leander Schulten authored
-
Leander Schulten authored
-
- 08 Nov, 2019 1 commit
-
-
Leander Schulten authored
-