Skip to content

rabidaudio/midi-voicesteal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is state machine for tracking polyphonic MIDI voices. It maintains a memory of pressed down keys which can extend beyond the number of voices, and return to them when voices are freed. It supports an arbitrary number of voices and memory for an arbitrary number of tracked keys. Most importantly, it uses no dynamic memory allocation, which is important for both embedded firmware and for realtime audio processing contexts.

This project uses platformio to leverage it's build and testing environment, and is tested for both native and Arduino, and should be generally portable to other platforms.

About

A state machine for tracking polyphonic MIDI voices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published