Hey,

I think I spotted a problem in the atombios auxch code, we lock the chan mutex, access atom scratch and then call atom execute.

Now atom execute is protected by a mutex, but if multiple aux channels are accessed we will collide on the scratch area,

Any ideas on best fix?

Dave.