Version 6.3.13 for Windows
 —  Extending Natural Studio with Plug-ins  —

Plug-in Interfaces

Natural Studio accesses its plug-ins through an Automation interface.

The following individual interfaces form this Automation interface:

A plug-in does not need to implement any of the methods in this interface. In fact the simplest working (but of course useless) plug-in just provides the interfaces, but leaves all method implementations empty.

Top of page