On 26/12/2017 06:40 μμ, Claude Heiland-Allen wrote:
On 26/12/17 16:33, Alexandros wrote:
load_object: Symbol "sync_phasor_tilde_setup" not found
There is a sync_phasor_tilde_setup() method in my code though. It's this:
void sync_phasor_tilde_setup(void)
Maybe this should be:
extern void sync_phasor_tilde_setup(void)
That did it! It's the first time I'm trying to write an external in Ubuntustudio. I wrote before in Debian and Mac, and never needed to add extern. Any ideas why is that? If I want to share this external, should I keep the extern or not?
Thanks