Skip to main content

Crate xpans_spe_midi

Crate xpans_spe_midi 

Source
Expand description

SPE MIDI allows for sending and receiving spatial properties of virtual audio sources through MIDI SysEx, introducing potential for spatially-aware processing and adaptive rendering in a digital audio workflow.

Modules§

spe
Re-export of xpans SPE

Functions§

read_message
Reads a SPE MIDI message from the byte buffer and returns the Source ID of the message that was read. Returns None if an error was encountered.
write_message
Writes a SPE MIDI message for the provided Source ID to the byte buffer and returns the amount of bytes written.