pub const VERSION: u32 = 4;Expand description
Current protocol version. Version 2: parent_window changed from AtomicU32 to AtomicU64 to support 64-bit HWNDs on Windows. Version 3: Added MIDI output ring for plugin-generated MIDI events. Version 4: Per-port MIDI input/output rings (MAX_MIDI_PORTS each direction).