https://github.com/zoomten/vsti2-imgui-sdl-test
VST 2.4-compatible instrument using Dear Imgui and SDL (Windows only!)
https://github.com/zoomten/vsti2-imgui-sdl-test
Last synced: 11 months ago
JSON representation
VST 2.4-compatible instrument using Dear Imgui and SDL (Windows only!)
- Host: GitHub
- URL: https://github.com/zoomten/vsti2-imgui-sdl-test
- Owner: ZoomTen
- Created: 2023-05-21T17:40:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T07:41:31.000Z (about 3 years ago)
- Last Synced: 2025-01-16T11:53:11.509Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSTi 2.4 Instrument Test (SDL + dear imgui)

Based off [this VSTi tutorial](https://mitxela.com/projects/vsti_tutorial).
Wanna know what this was tested with so far? MinGW x86 cross compiling to Windows from Linux. Yeah.
Some CMake options...
```
-DCMAKE_BUILD_TYPE:STRING=Release
-DCMAKE_CROSSCOMPILING_EMULATOR:FILEPATH=/usr/bin/i686-w64-mingw32-wine
-DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH=/usr/i686-w64-mingw32/include
-DCMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES:PATH=/usr/i686-w64-mingw32/include
-DCMAKE_INSTALL_PREFIX:PATH=/usr/i686-w64-mingw32
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=/usr/share/mingw/toolchain-i686-w64-mingw32.cmake
```
Fewer DAWs support VST 3 right now, VST 2 became proprietary and VST works best in Windows. Thanks, Steinberg.
~~yes the patched imgui is from furnace~~