I'm programming a pitch shifter audio unit plug-in. I use delays to get the pitch shifting effect. after a succesful building i try to validate the audio unit with auval but a get a Segmentation fault during the RENDER TESTS.
Since i'm just beginning to program and to develop plug-ins i really don't know what this error is all about. Here's the entire error report:
Code: Select all
RENDER TESTS:
Input Format: AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved
Output Format: AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved
Render Test at 512 frames
/usr/bin/auval: line 11: 533 Segmentation fault arch -i386 -ppc /usr/bin/auvaltoolso what's this error all about? where should i look in the code? where could be my mistakes? is this all information you need?
greetings and thanks in advance
patrick

