mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Update links to the VST3 documentation
Those were broken after Steinberg restructured the docs with the VST 3.7.2 SDK release.
This commit is contained in:
@@ -183,7 +183,7 @@ for preset_filename in glob.glob(
|
||||
with open(preset_filename, "r+b") as f:
|
||||
# Luckily this format is clearly defined, so this is much easier than
|
||||
# trying to parse the .bwproject files
|
||||
# https://steinbergmedia.github.io/vst3_doc/vstinterfaces/vst3loc.html#presetformat
|
||||
# https://developer.steinberg.help/display/VST/Preset+Format
|
||||
f.seek(8)
|
||||
uid_bytes = f.read(32)
|
||||
if uid_bytes in uid_bytes_replacements:
|
||||
|
||||
Reference in New Issue
Block a user