Commit graph

13 commits

Author SHA1 Message Date
Eism
0651708555 Fixed applying -d command 2023-05-31 12:02:33 +03:00
Igor Korsukov
c5fd2d29ca changed services declaration in modules setup 2023-05-22 21:24:57 +03:00
Igor Korsukov
0540c4c0ac removed from INJECT macro 2023-05-19 09:54:16 +03:00
Igor Korsukov
b19ba09f12 fixed crash on deinit 2023-02-21 19:30:04 +02:00
Roman Pudashkin
8cf9911eff fixed a crash when closing the application with active VST plugins using the Quit button from the main menu
Since VST plugins must be destroyed in the main thread, we postpone their destruction using Async::call. This will be done through QMetaObject::invokeMethod, which moves our call into the queue. If the user closes the app fast enough (using the Quit button), the app doesn't have enough time to invoke the queued call and this causes the crash. That's why it's important to call all queued calls when the application is closed
2023-02-16 13:56:28 +02:00
Roman Pudashkin
b1d9f427b8 task #15145: added the ability to enable the dev mode in stable builds 2023-01-17 13:23:53 +02:00
Casper Jeukendrup
df63b08993
Modularity: add infrastructure for very early initialization 2022-10-07 00:04:24 +02:00
Igor Korsukov
b6b673cf99 added iodevice and file 2022-05-06 11:21:32 +03:00
Igor Korsukov
90f8c512a9 test run vtests on CI 2021-07-02 13:18:58 +03:00
Igor Korsukov
c33997bf01 changed namespace for modularity 2021-06-30 17:18:03 +02:00
vpereverzev
fe45ef6b8b Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
Igor Korsukov
222e368436 redesigned command line parse and apply 2020-12-25 16:19:25 +02:00
Igor Korsukov
b7c25b8fc6 move source code to src dir 2020-12-03 15:12:23 +02:00
Renamed from framework/global/globalmodule.h (Browse further)