parse_studio_one

Function parse_studio_one 

Source
fn parse_studio_one(path: &Path) -> Vec<PluginRef>
Expand description

Parse Bitwig Studio .bwproject file (binary with embedded strings).

Bitwig files have a BtWg magic header followed by binary-serialized project data. Plugin references are stored as DLL/VST3/component paths in plain text within the binary. We extract them via string scanning. Parse Studio One .song file (ZIP containing song.xml + Devices/*.xml).