Hi,
I just compiled the SDK Exporter sample plugin and trying to export a file to .sdk results in «error compiling movie».
Turns out the last instruction I can debug is about MakeAudioRenderer.
In the 2015 documentation its written «The Sequence Audio Suite is now at version 2, revising MakeAudioRenderer() to take PrAudioChannelLabel* as a parameter.»
But here is the line of code from the sample plugin :
mySettings->sequenceAudioSuite->MakeAudioRenderer( exID, exportInfoP->startTime, (PrAudioChannelType)channelType.value.intValue, kPrAudioSampleType_32BitFloat, (float)sampleRate.value.floatValue, &audioRenderID);
Thanks in advance,
Antoine.