njb_eax_struct

Langue: en

Version: 268169 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

njb_eax_struct -

SYNOPSIS


#include <libnjb.h>

Data Fields


u_int16_t number

char * name

u_int8_t exclusive

u_int8_t group

njb_eax_control_t type

int16_t current_value

int16_t min_value

int16_t max_value

char ** option_names

njb_eax_t * next

Detailed Description

This is the EAX API type.

Examples:

dumpeax.c.

Field Documentation

u_int16_t njb_eax_struct::number

The number of this effect

Examples: dumpeax.c.

char* njb_eax_struct::name

The name of this effect

Examples: dumpeax.c.

u_int8_t njb_eax_struct::exclusive

0x00 = not exclusive, 0x01 = exclusive The 'exclusive' attribute signifies if this effect can be used in parallell with other EAX effects, GUI:s shall make sure all other effects are reset to default values when one effect is chosen.

Examples: dumpeax.c.

u_int8_t njb_eax_struct::group

The visual group for this effect - effects appearing after each other are grouped if their group numbers are identical

Examples: dumpeax.c.

njb_eax_control_t njb_eax_struct::type

NJB_EAX_NO_CONTROL, NJB_EAX_SLIDER_CONTROL, NJB_EAX_FIXED_OPTION_CONTROL

this replaces selectable, scalable with a single variable

Examples: dumpeax.c.

int16_t njb_eax_struct::current_value

The current value of this effect. Notice that this value may be negative!

Examples: dumpeax.c.

int16_t njb_eax_struct::min_value

The minumum value for this effect. Notice that this value may be negative!

Examples: dumpeax.c.

int16_t njb_eax_struct::max_value

The maximum value for this effect.

Examples: dumpeax.c.

char** njb_eax_struct::option_names

Array with names for the selections, if this is a fixed option control. It may not be dereferenced for slider controls.

Examples: dumpeax.c.

njb_eax_t* njb_eax_struct::next

Only to be used inside of libnjb

Author

Generated automatically by Doxygen for libnjb from the source code.