Skip to main content

Module util

Module util 

Source
Expand description

Simple utility types extracted from maolan-engine for standalone plugin hosting.

Structsยง

AudioPort
Audio port buffer used by in-process plugin wrappers.
MidiEvent
MIDI event with sample frame offset.
SimpleMutex
Single-threaded mutex (no actual locking, just a cell wrapper). The plugin host processes audio on one thread, so this is safe.