📄️ Setup
In order to work with Nectar, you need to set some things up
📄️ Configuring the Build System
Nectar exploits leverages Zig's flexible build system to allow for great cross-platform support.
📄️ Defining our Parameters
Parameters are shared-values between plugin and host.
📄️ Defining our Plugin
Since we have our parameters set up, we now want to declare our main interface with nectar: Our plugin struct
📄️ Wrapping Up the Plugin
We're almost done with our amplifier. The final step is declaring a nectar.Plugin and doing some cross-platform magic