BUG! Juce_VstWrapper.cpp line 790

Hello,

I’ve been struggling with mysterious crashes running the PPC version of my plugin in Cubase, and I’ve finally traced the problem to Juce_VstWrapper.cpp line 790. My program was crashing at jassertfalse on line 833.

It seems that

switch (info.frameRate)

on line 790 should read

switch (ti->smpteFrameRate)

Is this correct?

Joe

Are you using an old version? I think that might have been fixed in the tip build for quite a long time now…

Sorry, I’m using the 1.45 release (which appears to be the most recent). I’ll try the current subversion version.