regulus79

Results 170 comments of regulus79

I am also experiencing random crashes when saving on 4.4dev. It doesn't happen most of the time, but occasionally it will freeze at 100%, and I have to kill the...

Unfortunately, `Engine::getSong()->getTimeline(Song::PlayMode::Song)` alone does not work because `getTimeline` returns a Timeline object, while `m_timeline` is a TimeLineWidget. This matters because Timeline does not have a `positionChanged` signal. However, I was...

hiii Maybe #7794 can help

> How hard would it be to add a tension dot? What I mean by this is that the curve looks fine but what if I want to change the...

I also experienced this issue, but simply changing the video resolution in the settings to 1920x1080 and restarting fixed it (I believe previously it was also at 1280x720) I am...

The orientation should be fixed now! I also tried to implement Lost Robot's suggestion to find the min/max sample values for all the samples per pixel and draw a line...

Should be ready to test!

Yes, I've changed the max buffer size to 3 seconds and I committed @rubiefawn's code simplification (thanks!). However, I didn't want to take the time to recompile everything, so I...

> if you copied the code from the Oscilloscope we already have, maybe we can reuse some of it. I didn't copy anything from the current Oscilloscope in this PR.

I made an effort to make sure all the colors are themeable, so normal themes which customize the `style.css` should be able to change the colors just fine. They are...