JuceDemoAU bug?

Some time ago I build successfully effect plugin based on JuceDemoAU. After some changes I’ve updated Juce to the newest trunk repoistory but after recompiling the doesn’t work.

I had no idea why so I recompiled again the JuceDemoAU example and it doesn’t work too. I mean if I put it in Live (6.0.10) after some instrument the gain isn’t applied to the input signal at all.

Any clues why JuceDemoAU doesn’t work ? (XCode 2.5, OSX 10.4.11)

Cheers,
Przemek

There’s still some work-in-progress on that code at the moment, but I’ll check it out when I can.

I checked the differences in repository between working earlier version and the actual one and have found the SetMaximumFramesPerSlice(16384) in the AU wrapper code. Without that line the AU plugin runs smoothly.

EDIT: I searched the forum and found similar solution in http://www.rawmaterialsoftware.com/juceforum/viewtopic.php?t=2422

Cheers,
Przemek

oh yes, I meant to remove that. Will do…