mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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:
@@ -255,7 +255,7 @@ impl Display for LibArchitecture {
|
||||
|
||||
impl LibArchitecture {
|
||||
/// Get the corresponding VST3 architecture directory name. See
|
||||
/// https://steinbergmedia.github.io/vst3_doc/vstinterfaces/vst3loc.html.
|
||||
/// https://developer.steinberg.help/display/VST/Plug-in+Format+Structure#PluginFormatStructure-FortheWindowsplatform.
|
||||
pub fn vst_arch(&self) -> &str {
|
||||
match &self {
|
||||
LibArchitecture::Dll32 => "x86-win",
|
||||
|
||||
Reference in New Issue
Block a user