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.