ml_synth_organ_example icon indicating copy to clipboard operation
ml_synth_organ_example copied to clipboard

Where is Organ_SetLeslCtrl() defined?

Open Blackaddr opened this issue 8 months ago • 4 comments

Try to compile the ml_synth_organ_example for Teensy. It's getting a linker failure for a number of missing Organ_* functions, but I think it's correctly using the ML_SynthTools library.

But, when I grep the library and sample repo for the undefined functions, I see their declarations in ml_organ.h but I don't actually see where their definition bodies come from?

undefined reference to Organ_SetLeslCtrl(unsigned char) undefined reference to Organ_SetLeslCtrl(unsigned char) undefined reference to Organ_PercussionSet(unsigned char) undefined reference to Organ_SetDrawbar(unsigned char, unsigned char) undefined reference to Organ_Setup(float) undefined reference to Organ_Process_Buf(long*, unsigned char)

Blackaddr avatar Jun 12 '24 21:06 Blackaddr