GYHMA632RRVAJPNB4J6B3E7A53NADSSVKDTJT46GQGHCV6NQGRMAC
pub fn plugin_process(self: *Self, process: *const clap.clap_process_t) !PluginProcessStatus {
// Notice how std.mem.Allocator.Error is not a part of this error enum
// Keep it that way.
// You shouldn't be allocating here (or on start/stop_processing)
pub const PluginProcessError = error{};
pub fn plugin_process(self: *Self, process: *const clap.clap_process_t) PluginProcessError!PluginProcessStatus {
# cd deps/sdl/build && cmake --install . --config Release
# cd deps/sdl/build && cmake --install . --config Release
upload editor="hx": (upload-pijul editor) (upload-git editor)
upload-pijul $EDITOR:
pijul add -r .
pijul record
pijul push
upload-git $EDITOR:
git add .
git commit
git push