[FFmpeg-trac] #9324(avfilter:closed): VST Plugin Support

FFmpeg trac at avcodec.org
Tue Jul 13 12:33:52 EEST 2021


#9324: VST Plugin Support
-------------------------------------+-------------------------------------
             Reporter:  Arno Le      |                    Owner:  (none)
  Prioux                             |
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  avfilter
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Arno Le Prioux):

 Sure !

 Main page, and then link to download the SDK:

 https://developer.steinberg.help/display/VST
 https://developer.steinberg.help/display/VST/VST+3+Links

 VST Plug-in Test Host: validator

 https://developer.steinberg.help/display/VST/VST+3+Plug-in+Test+Host

 Properly downloading and compiling their SDK is pretty crappy to be
 honest. Follow their instructions to the letter and you'll get nowhere. So
 here's what I did to get setup:

 Followed this procedure:
 https://forums.steinberg.net/t/cmake-configuration-error-for-
 beginner/721459/12
 (don't get their zip file, use the git clone command)

 git clone --recursive https://github.com/steinbergmedia/vst3sdk.git

 Then build as they recommend:
 mkdir build
 cd build

 cmake ../vst3sdk

 cd public.sdk/samples/vst-hosting/validator
 make

 VST Host called validator is now in build/bin/Debug

 You'll find its source code if you look around in the public.sdk folder
 structure !
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9324#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list