Crate purezen

Source
Expand description

PureZen: runtime for the Pure Data (Pd) audio programming language, implemented as an extensible audio library allowing full control over signal processing, message passing, and graph manipulation.

Adapted from ZenGarden (originally written in C++) with intent to target embedded (i.e. no_std) platforms.

Modules§

allocator
Memory allocator traits/types suitable for use with both no_std and ECS-like design patterns.
message
Message types
pd
Pure Data (Pd)-related types
utils
Legacy utility functions

Structs§

Error
Error type

Enums§

ErrorKind
Kinds of errors