RTAS - ExternalVersionDefines.h

Can you add:

to juce_RTAS_DigiCode_Header.h so that PT_VERS_MAJOR gets defined to avoid the compile error with:

JucePlugInGroup::getFormatForChans()

Thanks,

Rail

Thanks, I’ve added that include now (to juce_RTAS_Wrapper.cpp, which I think is probably a better place than juce_RTAS_DigiCode_Header.h)

Small note to Jules:
it might be good to update the list of PT include directories in the comments starting at line 59 in juce_RTAS_Wrapper.cpp:
when I built my plugin, I got a “no shuch file or directory” error for this new ExternalVersionDefines.h header.
–> looks like you need to add c:\yourdirectory\PT_80_SDK\AlturaPorts\DigiPublic to the list
Best,
Koen

Thanks, will do!