auxide-midi 0.2.0

MIDI input and polyphonic synthesizer integration for Auxide DSP graphs
Documentation
# auxide-midi

<img src="https://raw.githubusercontent.com/Michael-A-Kuykendall/auxide-midi/main/assets/auxide-midi-logo.png" alt="auxide-midi logo" width="200"/>

[![Crates.io](https://img.shields.io/crates/v/auxide-midi.svg)](https://crates.io/crates/auxide-midi)
[![Documentation](https://docs.rs/auxide-midi/badge.svg)](https://docs.rs/auxide-midi)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/Michael-A-Kuykendall/auxide-midi/workflows/CI/badge.svg)](https://github.com/Michael-A-Kuykendall/auxide-midi/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## 💝 Support Auxide's Growth

🚀 If Auxide helps you build amazing audio tools, consider [sponsoring](https://github.com/sponsors/Michael-A-Kuykendall) — 100% of support goes to keeping it free forever.

• $5/month: Coffee tier ☕ - Eternal gratitude + sponsor badge
• $25/month: Bug prioritizer 🐛 - Priority support + name in [SPONSORS.md](https://github.com/Michael-A-Kuykendall/auxide-midi/blob/main/SPONSORS.md)
• $100/month: Corporate backer 🏢 - Logo placement + monthly office hours
• $500/month: Infrastructure partner 🚀 - Direct support + roadmap input

**[🎯 Become a Sponsor]https://github.com/sponsors/Michael-A-Kuykendall** | See our amazing [sponsors]https://github.com/Michael-A-Kuykendall/auxide-midi/blob/main/SPONSORS.md 🙏

MIDI input integration and voice allocation for Auxide DSP graphs.

This crate provides real-time MIDI input handling and voice allocation for polyphonic synthesis. It integrates with auxide-dsp nodes but requires auxide kernel updates for full dynamic parameter control.

## Auxide Ecosystem
| Crate | Description | Version |
|-------|-------------|---------|
| [auxide]https://github.com/Michael-A-Kuykendall/auxide | Real-time-safe audio graph kernel | 0.3.0 |
| **[auxide-dsp]https://github.com/Michael-A-Kuykendall/auxide-dsp** | DSP nodes library | 0.2.0 |
| [auxide-io]https://github.com/Michael-A-Kuykendall/auxide-io | Audio I/O layer | 0.2.0 |
| [auxide-midi]https://github.com/Michael-A-Kuykendall/auxide-midi | MIDI integration | 0.2.0 |