LMMS
Loading...
Searching...
No Matches
Test Struct Reference

Public Attributes

float * buf
float * input
float * output
LV2_URID_Mapmap
struct { 
   LV2_URID   atom_Float 
uris
char * tmp_file_path
char * rec_file_path
FILE * rec_file
unsigned num_runs

Detailed Description

Every plugin defines a private structure for the plugin instance. All data associated with a plugin instance is stored here, and is available to every instance method. In this simple plugin, only port buffers need to be stored, since there is no additional instance data.

Member Data Documentation

◆ atom_Float

LV2_URID Test::atom_Float

◆ buf

float* Test::buf

◆ input

float * Test::input

◆ map

LV2_URID_Map* Test::map

◆ num_runs

unsigned Test::num_runs

◆ output

float * Test::output

◆ rec_file

FILE* Test::rec_file

◆ rec_file_path

char* Test::rec_file_path

◆ tmp_file_path

char* Test::tmp_file_path

◆ [struct]

struct { ... } Test::uris

The documentation for this struct was generated from the following files: