Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 504 Bytes

QVst

VST plugins using Qt.

This is a small framework that allows creating VST3 plugins with Qt 5. Includes VSTi plugin example.

Screenshot 1

Building

Configure with CMake. No external dependencies required (except Qt 5). VST3 SDK is referenced as git submodule.

Compilation tested with MS Windows (Visual Studio 2017), and Qt 5.9.1.

Limitations

This software is work in progress. MS Windows VST3 hosts only.