Ewan Green

Results 32 comments of Ewan Green

Oops. I have found the issue - I didn't have the wget package installed. The script didn't relay that issue to me, and I assumed it was a problem with...

late but Qt 5.15.3 LTS has been made available under the Qt open source license, qt6 is not an immediate concern

Dunno if by "hooking into" you mean actually hooking into, but this can be achieved sans-hook with QProcess, QFileSystemWatcher and system temp dirs pretty easily.

Maybe instead of per-unit, it could be per-group (if the group has an effect applied to it) I think groups without effects on them could have each unit rendered separately...

I think this feature would have to be super configurable from the UI because it all depends on what the user wants to do. If they want to input it...

Potentially possible with [`QAudioOutput::stateChanged`](https://doc.qt.io/qt-5.15/qaudiooutput.html#stateChanged)? Its parameter ([`QAudio::State`](https://doc.qt.io/qt-5.15/qaudio.html#State-enum)) has StoppedState, which can maybe be used to re-run the audio init logic under the assumption that the default device will be a...

Shouldn't need to know as long as it gets reset. If the device is unavailable, that probably means there is a new default

Maybe a bit overkill, but it would be nice if there was a way to specify the behavior exhibited when a recent file is not found. Sometimes in other programs,...

Here are some videos demonstrating the proposed behavior. [Video of desktop during process (mp4)](https://user-images.githubusercontent.com/36348486/173249440-03d875b6-272a-4391-9a48-4ad7b565e5a3.mp4) [Video resulting from process (mp4)](https://user-images.githubusercontent.com/36348486/173249465-6bff4993-4287-4849-990c-21a5a58b674d.mp4)