Go to the source code of this file.
◆ PHASOR_FFI_BUILD_DLL
| #define PHASOR_FFI_BUILD_DLL |
Definition at line 1 of file main.c.
◆ applescript_run()
Definition at line 6 of file main.c.
◆ phasor_plugin_entry()
The one and only entry point for a Phasor plugin.
A Phasor-compatible shared library MUST export a C function with this exact signature. The Phasor host will call this function when the plugin is loaded, providing the plugin with a pointer to the host's API functions and the current VM instance.
- Parameters
-
| api | A pointer to a struct containing function pointers that the plugin can use to interact with the host (e.g., register functions). |
| vm | An opaque pointer to the VM instance. This should be passed back to any API functions that require it. |
Definition at line 40 of file main.c.