mkapk-standalone 0.1.1

Cross-platform audio plugin build and packaging system (Standalone/VST3/AU/AAX) with a shared retained-mode GUI framework
1
2
3
4
5
# mkapk-standalone

Standalone desktop host for [mkapk](https://github.com/mkaudio-company/mkapk) plugins: real duplex audio I/O via [`cpal`](https://crates.io/crates/cpal) (input + output device selection), real MIDI input via [`midir`](https://crates.io/crates/midir), and a real native window, wiring any `mkapk_host::Processor` + `PluginEditor` pair into a runnable desktop app with no DAW required.

See the [workspace README](https://github.com/mkaudio-company/mkapk#readme) for the full picture of how this fits into building VST3/AU/AAX/Standalone plugins.