On Thu, 6 Mar 2003, Frank Barknecht wrote:
It might be a new setting, that I stumbled over, too, with my competitive external flext-iiwu. Do you have something like this in iiwu~:
Oh that's right - I forgot about that. I have a newer GCC so I should be able to work with flext now. I'll try yours instead.
iiwu_synth_settings_t pd_iiwu_settings = IIWU_DEFAULT_SETTINGS;
// plugin synth: AUDIO off pd_iiwu_settings.flags &= ~IIWU_AUDIO; pd_iiwu_settings.sample_format = IIWU_FLOAT_FORMAT;
maybe I need the IIWU_FLOAT_FORMAT if it's not in the default settings.
Thanks
Larry TRoxler