The default refresh rate is once per second. There should be a way in the UI to change the value of this as 1 second between refreshes is way too long for many circumstances.
I have done some initial digging/code changes and have found:
In the function "inline void TextSource::Tick(float seconds)" of of obs-text.cpp (https://github.com/obsproject/obs-s...38/plugins/obs-text/gdiplus/obs-text.cpp#L768), "1.0f" in "if (update_time_elapsed >= 1.0f)" is the time between each refresh of the text (in seconds).
Thanks in advance
I have done some initial digging/code changes and have found:
In the function "inline void TextSource::Tick(float seconds)" of of obs-text.cpp (https://github.com/obsproject/obs-s...38/plugins/obs-text/gdiplus/obs-text.cpp#L768), "1.0f" in "if (update_time_elapsed >= 1.0f)" is the time between each refresh of the text (in seconds).
Thanks in advance