*** WARNING: '/home/dlm/.local/share/SuperCollider/Extensions/GrainUtils/Disperser/linux/Disperser_scsynth.so': the .so extension has been deprecated!
BuFFT, GrainUtils, OversamplingOscillators and PortedPlugins are affected – possibly others.
- OK, SC sources have been updated to build scx files.
- sc3-plugins sources have not been updated for scx, but somehow the server doesn’t issue deprecation warnings for those .so files.
- But it also doesn’t load the plugins. In an earlier thread, it was said that it was necessary only to recompile sc3-plugins, but that isn’t true. Sc3-plugins needs to build the right extension.
- .so files in user-level Extensions get complaints.
Before 3.15 is released, we should try to reduce this kind of static: 1/ For authors of plugin packages, what exactly should they do to update their cmake configs? 2/ For users, how should they deal with it if the author of a plugin pack doesn’t update for some reason? 3/ Fix sc3-plugins.
hjh