Wouter1
Wouter1
The key kIOAudioEngineCoreAudioPlugInKey is actually still set in EMUUSBAudioDevice.
Tom, can you post a stacktrace of the crash?And maybe a zip file log messages during the crash? Maybe you can pick what you think are the most relevant and...
One theory is that the driver does not completely stop anymore. There were changes in the stop procedure, because the driver now reads more proactively ahead of the completion callback.
This may be related to the problem that switching the sample rate in reaper does not work anymore, since both problems appear in the same driver version 3.5.1
I switched rates a number of times in reaper, every time checking the logs. And then it works fine. I think that what happens is that the audio streams are...
Yes confirmed, if you just switch the rate inside reaper, something goes wrong. If you then switch out of reaper (with nothing playing/recording inside reaper) and switch back into reaper,...
This is the message when switching rates inside reaper from 44k to 48k after which audio does not work anymore ``` Mar 9 22:29:01 vlieland kernel[0]: +EMUUSBAudioEngine[0xffffff803e5f5000]::stopUSBStream () Mar 9...
seems that reaper is performing stopUSBStream , then a performAudioEngineStart followed instantly by a stop, and then a start again.
I found the control panel to crash if you turn off the EMU with the control panel still running but its window closed.
Seems a problem of audacity? We are not calling any clips ourselves..