Browse Source

Fix BridgeTimeInfo alignment

tags/v1.9.11
falkTX 6 years ago
parent
commit
dcb62f5da2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/utils/CarlaBridgeDefines.hpp

+ 2
- 1
source/utils/CarlaBridgeDefines.hpp View File

@@ -134,12 +134,13 @@ struct BridgeSemaphore {
};
};

// needs to be 64bit aligned
// NOTE: needs to be 64bit aligned
struct BridgeTimeInfo {
uint64_t playing;
uint64_t frame;
uint64_t usecs;
uint32_t validFlags;
uint32_t unused;
// bbt
int32_t bar, beat;
float beatsPerBar, beatType;


Loading…
Cancel
Save