|
LMMS
|
#include <atom.h>
Public Attributes | |
| union { | |
| int64_t frames | |
| double beats | |
| } | time |
| LV2_Atom | body |
| union { | |
| int64_t frames | |
| double beats | |
| } | time |
| union { | |
| int64_t frames | |
| double beats | |
| } | time |
The header of an atom:Event. Note this type is NOT an LV2_Atom.
| double LV2_Atom_Event::beats |
Time in beats.
| LV2_Atom LV2_Atom_Event::body |
Event body atom header.
| int64_t LV2_Atom_Event::frames |
Time in audio frames.
| union { ... } LV2_Atom_Event::time |
Time stamp. Which type is valid is determined by context.
| union { ... } LV2_Atom_Event::time |
Time stamp. Which type is valid is determined by context.
| union { ... } LV2_Atom_Event::time |
Time stamp. Which type is valid is determined by context.