I've been learning to write VST plugins in C++ and would like to switch
back to Python.  The first step of writing the plugin is to import the
C++ header files from the Steinberg SDK.  How can I do this in Python.
I've tried looking at SWIG but didn't really understand what it was
trying to do.    Should I be using SWIG to create Python versions of
the classes and then go from there or does it create glue code to talk
to the classes.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to