Ardour  9.0-pre0-350-gf17a656217
ARDOUR::RTMidiBufferBase< TimeType, DistanceType >::Item Struct Reference

#include <rt_midibuffer.h>

Public Attributes

TimeType timestamp
 
union {
   uint8_t   bytes [4]
 
   uint32_t   offset
 
}; 
 

Detailed Description

template<typename TimeType, typename DistanceType>
struct ARDOUR::RTMidiBufferBase< TimeType, DistanceType >::Item

Definition at line 76 of file rt_midibuffer.h.

Member Data Documentation

◆ 

union { ... }

◆ bytes

template<typename TimeType , typename DistanceType >
uint8_t ARDOUR::RTMidiBufferBase< TimeType, DistanceType >::Item::bytes[4]

Definition at line 79 of file rt_midibuffer.h.

◆ offset

template<typename TimeType , typename DistanceType >
uint32_t ARDOUR::RTMidiBufferBase< TimeType, DistanceType >::Item::offset

Definition at line 80 of file rt_midibuffer.h.

◆ timestamp

template<typename TimeType , typename DistanceType >
TimeType ARDOUR::RTMidiBufferBase< TimeType, DistanceType >::Item::timestamp

Definition at line 77 of file rt_midibuffer.h.


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