vstimgui icon indicating copy to clipboard operation
vstimgui copied to clipboard

Questions about VST ImGui implementation

Open AnClark opened this issue 3 years ago • 13 comments

Hi, Gustav!

I'm AnClark, trying to rewrite UI for Amsynth by Dear ImGui. Several days ago I discovered your NB-01 distortion processor in ImGui's gallery. It would be helpful for my future development, however it seems proprietary.

Here are some questions about NB-01 and this source tree:

  • To build NB-01, which VST API are you using? Official VST 2.4 SDK, or the free software vestige.h?
  • Once using MinGW-w64, it will automatically link against libwinpthread-1.dll. But in NB-01, no external thread lib will be required (checked via ldd in Msys2). So which compiler are you using? MSVC or Msys2 MinGW?

AnClark avatar Aug 15 '21 02:08 AnClark