Ardour  9.0-pre0-582-g084a23a80d
vst_types.h File Reference
#include <pthread.h>
#include "ardour/libardour_visibility.h"
#include "ardour/vestige/vestige.h"
Include dependency graph for vst_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _VSTKey
 
struct  _VSTHandle
 
struct  _VSTState
 

Typedefs

typedef struct _VSTKey VSTKey
 
typedef AEffect *(* main_entry_t) (audioMasterCallback)
 
typedef struct _VSTHandle VSTHandle
 
typedef struct _VSTState VSTState
 

Functions

void vststate_init (VSTState *state)
 
void vststate_maybe_set_program (VSTState *state)
 

Typedef Documentation

◆ main_entry_t

typedef AEffect*(* main_entry_t) (audioMasterCallback)

Definition at line 54 of file vst_types.h.

◆ VSTHandle

typedef struct _VSTHandle VSTHandle

Definition at line 54 of file vst_types.h.

◆ VSTKey

typedef struct _VSTKey VSTKey

Definition at line 1 of file vst_types.h.

◆ VSTState

typedef struct _VSTState VSTState

Definition at line 54 of file vst_types.h.

Function Documentation

◆ vststate_init()

void vststate_init ( VSTState state)

◆ vststate_maybe_set_program()

void vststate_maybe_set_program ( VSTState state)