Help: Community / User library seems incomplete / buggy - where to download?


#1

Hey folks,
it seem, as if parts of my library are either missing or not working correctly...

Therefore for my question:
Where can I download the latest user / community library?

Typical problem:
Let's say I want to use a module (in this case the sss/delay/string) live, the following error shows up:

incomplete object reference attribute in string_1

/Users/XY/Documents/axoloti/build/xpatch.cpp:153:51: error: 'class rootc' has no member named 'instance_i'

int32_t preset=__SMMUL(paramwaveform<instance_i.Waveforms<instance_i.LENGTH;


Would re-downloading the library fix this problem?

Sorry, if this topic has already been answered, but I couldn't find it :frowning:

Greets


#2

incomplete object reference attribute in string_1

/Users/XY/Documents/axoloti/build/xpatch.cpp:153:51: error: 'class rootc' has no member named 'instance_i'

int32_t preset=_SMMUL(paramwaveform<instancei.Waveforms<instance_i.LENGTH;

sounds like you have to name a table first


#3

Thanks for the tip! :slight_smile: Hmmm, but since I'm a complete newbie, I don't know what that means :frowning:

Nevertheless, it seems like I'm missing a few modules. Do you know, where to find / download them?


#4

.. in the patcher -> file menu->sync libraries


#5

I think he's saying that for the string object you used in your example, it's throwing an error because dialog box in the string object is empty. You need to enter a string. But I'm a NOOB too so I could be totally off base here.