Skip to content

1.1.1

Compare
Choose a tag to compare
@brunchboy brunchboy released this 24 Apr 16:50

Fixed integer types to be large enough to hold the timestamp values that are sent. Also improves error logging, which was used (in a preview release) to understand this problem.

Fixed

  • It turns out that C++ long types in 64-bit Windows are half the size of Java long types, so the values that are sent by Beat Link Trigger as time stamps need to be declared as long long values in C++ to be safe there. This change fixes parse errors people were running into.

Added

  • More detailed error information is printed in the window in which Carabiner is running when there is a problem parsing a value it has received. This helped figure out the above problem.