1.1.1
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 Javalong
types, so the values that are sent by Beat Link Trigger as time stamps need to be declared aslong 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.