the-drunk-coder / megra.rs

Mégra is a mini-language to make music with variable-order markov chains and some other stochastic shenanigans.
GNU General Public License v3.0
65 stars 2 forks source link

[bug] editor freezes after some idle time #4

Closed the-drunk-coder closed 11 months ago

the-drunk-coder commented 2 years ago

This typically happens in complex setups with PipeWire, where a bridge between different devices, such as the wireless mic and the internal headphone jack, is created.

There's two ways this can play out. In botch cases, the sound is not affected, so I assume the scheduling threads are not affected.

1.) The editor freezes completely, the cursor doesn't move, the window doesn't update. 2.) The editor is accepting input, but executing code doesn't have any effect ...

the-drunk-coder commented 11 months ago

not happened in a while with new versions of EGUI and major refactorings of Mégra