Tags: KottV/BespokeSynth
Tags
Cleanup the mPlugin on ::Exit (BespokeSynth#668) The mPlugin is left around forever which means that the plugin is not terminated on exit. With some plugins, as outlined in BespokeSynth#666
Working signature with hardened runtime macos (BespokeSynth#582) * Working signature with hardened runtime macos This makes it so you can build a signed macos portable but you do it slightly differently. You build with signing of then run the custom sign commands at the end of the build phase. A typical session rather than setting CMAKE_XCODE_ATTRIBUTE_SIGN_AS would be cmake -Bignore/macBLAH -DBESPOKE_PYTHON_ROOT=/Library/Frameworks/Python.framework/Versions/3.9/ -DBESPOKE_PORTABLE=True -DBESPOKE_SIGN_AS="Apple Development: you@yourspot.com (AFDFS23123)" cmake --build ignore/macBLAH --parallel 8 --target BespokeSynthSigned * Do more signing of stuff
reorg some note effects: notegate is a new effect that simply stops n… …otes, notefilter is now what notegate used to be, noterangefilter is a new effect that is what notefilter used to be, neighborhooder is now called notewrap and has better functionality. also added notechance, a module that only passes notes through some of the time