Add icnt_factor and g_realtime keyboard shortcuts#172
Add icnt_factor and g_realtime keyboard shortcuts#172alicela1n wants to merge 1 commit intodingusdev:masterfrom
Conversation
Added controls to increment/decrement icnt_factor and toggle g_realtime for testing and debugging purposes. Left Alt = -> increment_icnt_factor(); Left Alt - -> decrement_icnt_factor(); Left Alt r -> toggle_g_realtime();
|
Some commentary from joevt:
|
|
setting |
|
If you use |
|
Should think about this more. The reason I suggested If we use In any case, we need to modify both |
|
If using If using |
|
Changes incorporating the |
|
Something to be aware of is changing |
|
Should implement the frame rate suggestion of #169 to see what's going on. |
I think it's a good idea.
I don't believe so, Apple recommends using
False, I added an entry in the code to print in the logs to verify this. |
If virtual nanoseconds is at 2 minutes and you change So you have to make sure the current virtual nanoseconds doesn't change when changing how the virtual nanoseconds is calculated because the Does the updated commit improve what you see on your M4 with regards to freezing when changing Does the updated commit improve what you see on your M4 with regards to setting I set the minimum If I try |
|
|
Added controls to increment/decrement icnt_factor and toggle g_realtime for testing and debugging purposes.
LeftAlt - = -> increment_icnt_factor();
LeftAlt - - -> decrement_icnt_factor();
LeftAlt - r -> toggle_g_realtime();
I'm using LeftAlt as the modifier key to prevent accidental toggling and not conflict with Control shortcuts.