It no longer crashes if I remove this from the code, but then I can't use ofxpd.
if(!pd.init(2, 1, 44100, ticksPerBuffer, false)) {
OF_EXIT_APP(1);
}
It no longer crashes if I remove this from the code, but then I can't use ofxpd.
if(!pd.init(2, 1, 44100, ticksPerBuffer, false)) {
OF_EXIT_APP(1);
}