Join Nostr
2024-10-21 08:05:48 UTC
in reply to

feral human on Nostr: this stuff is exciting! i think i could use a similar approach to shim abandoned ...

this stuff is exciting! i think i could use a similar approach to shim abandoned closed-source music plugins (win32 vst2) into to a format i can use on linux

even started looking into it (https://mastodon.social/@unspeaker/113324660678159093). suppose i statically link the required dlls' wine equivalents to the plugin? what can i use to adapt between 32 and 64 bit tho? i remember linux multiarch being a hassle

the vst2<->$modernpluginformat shim obj i guess i'd have to write myself (in rust no_std?)