Don Cross
Don Cross
OK, great. I just sent it to you. Thanks!
Cool. Also, I don't know if it's relevant, but he has a Mac Mini with M1 processor (year 2020): https://support.apple.com/kb/SP823
Also consider adding the "Output pulse mode" to the right-click menu for the output port itself.
Also consider adding pulse-width slider on right-click menu: 1% to 99%. Default to 50%, which leaves current behavior in place. This is like PWM for gate output mode.
Also consider adding a third mode: ramp. Just like a gate is like an integral of a trigger, a ramp is like an integral of a gate: it gradually ascends...
I ended up adding a button to press. The button lights up in gate mode, dark in trigger mode. So that's enough of an indicator.
I'm submitting an update with enhancements and fixes. Version: 2.0.1 Source: https://github.com/cosinekitty/sapphire Branch: `main` Commit: 477a872dda723d13ebf1ff2d2376bc0ac39eaf66 Summary of changes: - Added CHANGELOG.md and linked to it from plugin.json. - Fixed...
I added a new module to Sapphire called Elastika. Version: 2.1.1 Source: https://github.com/cosinekitty/sapphire Branch: `main` Commit: 8f35d3cccf1521b4d19e67cf54aa19ae053b92d3 Thank you!
Version: 2.1.2 Source: https://github.com/cosinekitty/sapphire Branch: `main` Commit: e41b5ef65e098cdd55442e3bed564e8da52d0afd Improvements based on community feedback: * Added bypass support for Elastika and Moots. * Sum polyphonic inputs (audio and CV) in Elastika...
Version: 2.1.3 Source: https://github.com/cosinekitty/sapphire Branch: `limiter` Commit: 2711df94a1ad8e89c090768f7ba14f09de5c8a8d Fixes and improvements to Elastika: * Refactored Elastika's calculation engine as a separate C++ class that does not have any dependencies on...