ADDED: SetAutomationEventBaseFrame(int frame)

This commit is contained in:
Ray 2023-10-27 01:19:10 +02:00
parent 98fcbe3fe2
commit f721429f25
3 changed files with 11 additions and 3 deletions

View file

@ -214,6 +214,7 @@ int main(void)
}
else
{
SetAutomationEventBaseFrame(180);
StartAutomationEventRecording();
eventRecording = true;
}