aetherdsp-registry 0.1.2

Node registry for AetherDSP — runtime registration and lookup of DSP node types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aetherdsp-registry


[![crates.io](https://img.shields.io/crates/v/aetherdsp-registry.svg)](https://crates.io/crates/aetherdsp-registry)
[![docs.rs](https://docs.rs/aetherdsp-registry/badge.svg)](https://docs.rs/aetherdsp-registry)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)

Runtime node type registry for [AetherDSP](https://github.com/1yos/aether-dsp).

Provides runtime registration and lookup of DSP node types built with [`aetherdsp-ndk`](https://crates.io/crates/aetherdsp-ndk). Used by the host to instantiate nodes by name from loaded packages.

## License


MIT — see [LICENSE](../../LICENSE)