Waveform Struct Reference

#include <VSUManager.h>

# Public Attributes

uint8 index
 Waveform's index.
int8 usageCount
 Count of channels using this waveform.
uint8wave
 Pointer to the VSU's waveform address.
uint8 overwrite
 If true, waveform data has to be rewritten.
const int8data
 Pointer to the waveform's data.

# Detailed Description

A Waveform struct

Definition at line 55 of file VSUManager.h.

# Member Data Documentation

# data

const int8* Waveform::data

Pointer to the waveform's data.

Definition at line 70 of file VSUManager.h.

# index

uint8 Waveform::index

Waveform's index.

Definition at line 58 of file VSUManager.h.

# overwrite

uint8 Waveform::overwrite

If true, waveform data has to be rewritten.

Definition at line 67 of file VSUManager.h.

# usageCount

int8 Waveform::usageCount

Count of channels using this waveform.

Definition at line 61 of file VSUManager.h.

# wave

uint8* Waveform::wave

Pointer to the VSU's waveform address.

Definition at line 64 of file VSUManager.h.


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