Rust bindings for Max/MSP/Jitter.
Look into the subdirs for more information. Most likely, you want median/README.md.
- max-sys - Low level automatically generated bindings for the Max SDK.
- median - Higher level Rust wrappers around
max-sys
and utility methods/macros. - median_macros - Procedural macros for creating externals, trampolines, etc. These are re-exported by
median
so there is no need to depend on this directly. - median project templates -
cargo generate
compatible template(s) for starting your own max external project.