muziker

Results 49 comments of muziker

I'm experiencing the same problem. I've compiled the cream library and received the same message: For pd 0.48.2, Cream - from github The sys_staticpath is undefined. Is pure data supposed...

Is the use of sys_*** deprecated? I don't see it defined in s_stuff.h

It looks like the dekken version has the same issue. So looking at the unresolved symbols with the sys prefix: here they are sys_fontheight sys_getstr sys_gui sys_searchpath sys_staticpath sys_vgui Is...

Ok managed to solve this one. In the CmakeLists.txt add this: > find_package(PkgConfig Required) > pkg_check_modules(GTK3 REQUIRED gtk+-3.0) > pkg_check_modules(WEBKIT2 REQUIRED webkit2gtk-4.0) > pkg_check_modules(LIBCURL REQUIRED libcurl) And add this to...

What should VSTSDK_SOURCES and VSTSDK_ROOT be set to?

I'm using carla-single to test out single plugins. I get this error message " undefined symbol: AudioEffectX ". Other non airwindows vsts work fine

Looks like git describe doesn't quite describe it. git describe --tags shows it's v0.8.3. github describe is v0.8.0-766-g23daa5a6a on the main branch. This could be a pebkac thing with the...

plugdata 0.8.3 nightly build 23daa5a6a. Though it seems the same as the tip of the main branch. It didn't immediately hang this time. Ok so the inlet says pitch, but...

well I'm on linux. There's 2 ways to do tags. The first is a lightweight tag and the other is the annotated one. git tag -a -m . git describe...