Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

Questor

About

Username
Questor
Location
New England, USA
Joined
Visits
14
Last Active
Roles
No Roles
Points
2
Location
New England, USA
Posts
8
1
Badges
  • Deluge firmware V4.1.3 released (currently for OLED only)

    @reza said:

    @Questor said:
    How common are these issues? Any checks I can do on mine to reveal potential freezes?

    I’d like to stress test it to be sure its okay for live usage

    Also, My oled does have some flickering lines when changing setting…is that normal?

    best way to check is to practice performing your set and see if you run into any issues.

    by flickering lines, if you mean when you are scrolling via Select knob of a parameter (say LPF Frequency), the white bar may flicker a little bit. I think that's normal, but hopefully something that can be improved on. if you scroll through a lot of presets you will see lines pop up since the 'loading' pop up appears very very briefly. if you mean something else, you may need to explain it in more detail.

    Nope, that’s it… It’s the loading screen… there just needs to be a little bit more logic as far as when to put up the loading screen… Most of the time it’s such a short delay, that the loading screen and only has time to put up a bar and then it’s gone… Which makes it look like a flicker. I’m sure someone’s already looking into it… probably needs a little bit of logic to know which settings are going to take longer to bring up.

    A good way to do it (for devs) would be to time the last switch to that setting and if it’s over a certain threshold mark it for bringing the loading screen up the next time… And if it’s under a certain threshold to mark it to not bring up the loading screen… The timing thing would need to be done each time for each menu. Item at some menu items would change based upon how much content is on the device. But it’s just a binary flag for storage so that’s pretty small in regards to memory usage.