Skip to content

Tags: KottV/BespokeSynth

Tags

Nightly

Toggle Nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rev version to 1.1.0 (BespokeSynth#625)

v1.0.999

Toggle v1.0.999's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.0005-pre

Toggle v0.0005-pre's commit message
better direction for feedback patch cable

v0.0004-pre

Toggle v0.0004-pre's commit message
fix tokenizing paths being broken on windows

v0.0003-pre

Toggle v0.0003-pre's commit message
ignore linux build files

v0.02-pre

Toggle v0.02-pre's commit message
fix windows build errors caused by linux work

v0.01-pre

Toggle v0.01-pre's commit message
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