erikrichardlarson
erikrichardlarson
Maybe if you just round `bpm` and `last_bpm` to the nearest integer then the bpm_change will trigger as much as you'd expect? https://github.com/Unreal-Dan/RekordBoxSongExporter/blob/25e897a0523713ce2ef47bb692b9119b0d4414a1/Module/OlvcCallback.cpp#L112
Will create a new build right now and send you way
@Unreal-Dan Looks like capstone is missing some header files which is preventing the build from being successful, are you able to include those header files in the repo here?
@Wietjuh Was able to build the project, try out this build, uses the bpm change above. @Unreal-Dan Looks like an older version of capstone was needed, built 4.0.1 and it...
No worries, can send over another update. Can update to send out bpm update if last update was more than 10 seconds ago or if there's a large change in...
@Wietjuh Try this build, this actually floors the BPM, and should result in less unnecessary updates. @Unreal-Dan Had to update the `get_deck_bpm` method in the `output_file` class so the bpm...
Nice @Wietjuh so the latest build prevented the excessive updates on your end it seems?
You should be able to avoid this error by passing `--headless=false` or `--headless=true`
Hey thanks for using unbox! I don't support album artwork directly from Traktor yet, although I should be able to figure out a way to get this along with the...
Ah if you change any of the overlay colors in the unbox app it should write the overlay html to that directory. Sorry about this, I think I have a...