Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -Naurb ./vst-bridge/common/common.h ./vst-bridge-patched/common/common.h
- --- ./vst-bridge/common/common.h 2014-04-03 18:15:04.000000000 +0400
- +++ ./vst-bridge-patched/common/common.h 2014-04-03 17:21:52.000000000 +0400
- @@ -75,7 +75,7 @@
- int32_t initialDelay;
- int32_t uniqueID;
- int32_t version;
- -};
- +} __attribute__((packed));
- struct vst_bridge_midi_event {
- int32_t type;
- @@ -83,12 +83,12 @@
- int32_t deltaFrames;
- int32_t flags;
- uint8_t data[0];
- -};
- +} __attribute__((packed));
- struct vst_bridge_midi_events {
- uint32_t nb;
- struct vst_bridge_midi_event events[0];
- -};
- +} __attribute__((packed));
- struct vst_bridge_request {
- uint32_t tag;
Advertisement
Add Comment
Please, Sign In to add comment