Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 895 Bytes

This is an example for the Steinberg VST3SDK VSTGUI librarys COpenGLView object.

Note: since Apples deprecation of their own OpenGL library to enforce adoption of Metal, development on the COpenGLView has ceased. It has been implemented for Windows, mac os and iOS.

Created with the generous help of @scheffle.

It is a nice addition to the tutorial on subclassing views to create your own.

usage

  • with a new VST3SDK project, paste these files in your sources dir
  • insert them into your build project (solution in VS)
  • build
  • load the VST (on Windows, built VSTs are symlinked to %LOCALAPPDATA%\Programs\Common\VST3)
  • open the VSTGUI editor
  • add the TestOpenGLView
  • save
  • close the VSTGUI editor
  • ??
  • profit!