madskjeldgaard / portedplugins

A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
GNU General Public License v3.0
180 stars 13 forks source link

use daisysp v0.0.2 in CMakeLists.txt; Fix #39 #42

Closed WhiteGobo closed 6 months ago

WhiteGobo commented 6 months ago

Changes the version of daisysp from currently v1 to v0.0.2. This will fix problem #39 no further changes

With the changes of daisysp to version v1.0 its divided into a lgpl branch. See #39 for more information. Just adding

target_compile_definitions("${plugin_name}_scsynth PUBLIC "USE_DAISYSP_LGPL")

doesnt work, because daisysp doesnt load daisysp_lgpl automaticly

madskjeldgaard commented 6 months ago

Thanks! We should definitely use v1 at some point but this is a nice fix for the stuff we have, thanks!