You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actualmente, se establece un estado inicial y otro final, cuando se llega al final se reinicia el FSM y se empieza por el principio. Esto ignora si el primer estado tiene una condición de inicio, por ello en vez de reiniciarse debería eliminarse el estado final y crear una transición del último estado con el primero.
The text was updated successfully, but these errors were encountered:
While a simulation is running and a microphone is needed, check if PHAT was run using "-Dml=true" option to allow multilistener, and if it wasn't stop simulation and show an alert message.
Actualmente, se establece un estado inicial y otro final, cuando se llega al final se reinicia el FSM y se empieza por el principio. Esto ignora si el primer estado tiene una condición de inicio, por ello en vez de reiniciarse debería eliminarse el estado final y crear una transición del último estado con el primero.
The text was updated successfully, but these errors were encountered: