Bug in AU_Shared / running in Final Cut Pro

Hi @fabian,

this new code crashes Final Cut:

I assume this is what you intended?

        for (j = 0; j < channelInfo.size(); ++j)
            if (info.inChannels == channelInfo.getReference (j).inChannels
                  && info.outChannels == channelInfo.getReference (j).outChannels)
                break;

just checked, it would fix the crash.

Thanks for having a look,
Daniel

1 Like

Thanks. A fix for this will appear on develop shortly.

It’s fixed now and works here, thanks @fabian!