pub const VERSION: u32 = 6;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). Version 5: Plugin-reported latency in samples. Version 6: Added GUI parent API tag for native window handles.