ardour
Functions
dummy_lxvst.cc File Reference
#include "ardour/linux_vst_support.h"

Go to the source code of this file.

Functions

int vstfx_init (void *ptr)
 
VSTStatevstfx_instantiate (VSTHandle *fhandle, audioMasterCallback amc, void *userptr)
 
void vstfx_close (VSTState *vstfx)
 
VSTHandlevstfx_load (const char *path)
 
int vstfx_unload (VSTHandle *fhandle)
 
void vstfx_destroy_editor (VSTState *)
 
void vstfx_exit ()
 

Function Documentation

void vstfx_close ( VSTState vstfx)

Definition at line 18 of file dummy_lxvst.cc.

void vstfx_destroy_editor ( VSTState )

Definition at line 36 of file dummy_lxvst.cc.

void vstfx_exit ( )

Definition at line 42 of file dummy_lxvst.cc.

int vstfx_init ( void *  ptr)

Definition at line 6 of file dummy_lxvst.cc.

VSTState* vstfx_instantiate ( VSTHandle fhandle,
audioMasterCallback  amc,
void *  userptr 
)

Definition at line 12 of file dummy_lxvst.cc.

VSTHandle* vstfx_load ( const char *  path)

Definition at line 24 of file dummy_lxvst.cc.

int vstfx_unload ( VSTHandle fhandle)

Definition at line 30 of file dummy_lxvst.cc.