From the crash log below, it looks like the app had a configuration change and needed to restart the audio engine. A time update then occured and tried to access the last render time of the node before the engine was running. This crashes the app.
Add a fix to check to make sure the node's engine is up and running before attempting to access the last render time.
From the crash log below, it looks like the app had a configuration change and needed to restart the audio engine. A time update then occured and tried to access the last render time of the node before the engine was running. This crashes the app.
Add a fix to check to make sure the node's engine is up and running before attempting to access the last render time.