VST Plugin sample code

We have just added a new sample projet that shows how to implement an NUI User Interface in a VST Plugin.
Added by Sebastien Metrot 7 months ago

We have just added a new sample projet that shows how to implement an NUI User Interface in a VST Plugin.
This is a simple demonstrations of how to integrate NUI in a plugin. The main point is to create the main window as a child of the host provided plugin window which is exactly what this code does: http://redmine.libnui.net/projects/libnui/repository/entry/trunk/nui3/tutorials/VSTPlugin/src/sdeditor.cpp#L90
It also shows how to implement VST parameter handling with nuiAttributes.

The limitations:
- absolutely no eye candy for now :-).
- only tested with minihost.exe, the minimalistic host provided with the SDK.
- Win32 only for now.

The code is in the svn (in the nui3/tutorials/VSTPlugin directory)

Let us know what you think about it and, please, do file issues as you encounter them.


Comments