Skip to content

Allow setting custom refresh rates #365

Open
@arm32x

Description

@arm32x

Is your feature request related to a problem? Please describe.
I have a 75Hz monitor and I'm unable to set the refresh rate to 75Hz, resulting in choppy scrolling when the program is set to follow the playhead frame-by-frame.

Describe the enhancement you'd like
I'd like to be able to set a custom refresh rate instead of the predefined options. I'd prefer if you didn't just add 75Hz as another predefined option, since that doesn't fix the issue for people with other refresh rates (such as 85Hz).

Additional context
I looked at the code to see where the refresh rate was set, and saw this:

https://github.com/OpenNBS/OpenNoteBlockStudio/blob/45f35ea193268fb541c1297d0b656f4964339d97/scripts/control_draw/control_draw.gml#L37-L40

Why not just do game_set_speed(refreshrate,gamespeed_fps) and store the actual refresh rate in Hz in the config? Of course, I don't know GML, so this could be completely wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions