konsumer / rm8

M8 headless display - Rust
MIT License
28 stars 4 forks source link

Waveform display does not refresh at the lower 1/4th or so #7

Open nnbveh opened 1 year ago

nnbveh commented 1 year ago

The lower part of the screen doesn't refresh so anything drawn in it stay until it's all filled with pixels.

Running it on Windows 11

konsumer commented 1 year ago

I haven't done much testing on Windows, but I know it's not great at dealing with how I route audio, here. It's a total hack, but there aren't a lot of cross-platform options for this. Do you have similar issues with m8c?

MisterDiz commented 1 year ago

Just to chip in, incase if its of any use, I have the same issues on my 535V, I have no such issue on my 531V which is running Jason Porrits' rg351_m8c on ArkOS.

konsumer commented 1 year ago

I originally tested this on rg351/JELOS, and it worked ok, but there are a lot of factors that can effect it (mostly around CPU/GPU, and how the audio is routed, which is a complete hack, and not what SDL was intended to do.)

I think I am probably going to drop this project, and would recommend m8c, going forward. They added similar (hacky) audio-routing to what this does, and I am not very good with rust, and don't have a lot of time to work on it, right now, so It will take me a lot of time to make any changes.