gig::crossfade_t Struct Reference

Defines the envelope of a crossfade. More...

#include <gig.h>

List of all members.

Public Attributes

uint8_t in_start
 Start position of fade in.
uint8_t in_end
 End position of fade in.
uint8_t out_start
 Start position of fade out.
uint8_t out_end
 End postition of fade out.


Detailed Description

Defines the envelope of a crossfade.

Note: The default value for crossfade points is 0,0,0,0. Layers with such a default value should be treated as if they would not have a crossfade.

Definition at line 291 of file gig.h.


Member Data Documentation

uint8_t gig::crossfade_t::in_end
 

End position of fade in.

Definition at line 299 of file gig.h.

Referenced by PrintRegions().

uint8_t gig::crossfade_t::in_start
 

Start position of fade in.

Definition at line 298 of file gig.h.

Referenced by PrintRegions().

uint8_t gig::crossfade_t::out_end
 

End postition of fade out.

Definition at line 301 of file gig.h.

Referenced by PrintRegions().

uint8_t gig::crossfade_t::out_start
 

Start position of fade out.

Definition at line 300 of file gig.h.

Referenced by PrintRegions().


The documentation for this struct was generated from the following file:
Generated on Wed Nov 23 15:56:11 2005 for libgig by  doxygen 1.4.5