Robin Gareus
Robin Gareus
"build dependencies are not satisfied" means that you're missing some libraries. From https://github.com/x42/scarlett-mixer#setup >Build-dependencies: gnu-make, a c-compiler, pkg-config, libpango, libcairo, lv2 (SDK), alsa (libasound) and openGL (sometimes called: glu, glx,...
Depends on your distro, on debian based distros it's probably easiest to use `apt-get build-dep x42-plugins ; apt-get install libasound2-dev`
This particular tool was contributed by @dimitry-ishenko (https://github.com/x42/ltc-tools/pull/6). I'm afraid that I cannot be of assistance. Perhaps Dimitry can.
It looks like the library link-flags are missing, ie no `-L... -lltc`. What is the output of `pkg-config --libs ltc jack` ?
Also try ``` make clean make ```
I can do a one time compile, but I'm not interested in maintaining binary releases. Maybe travis or some similar CI can help and compile those binaries?
See https://github.com/x42/ltc-tools/releases/tag/v0.7.0 I'm considering to some Linux x86, x86_64 and armhf binaries, too...
I've also fixed the MacOS/X zip name. Thanks for noticing. Re ARM, The target is Raspberry-Pi for example. It may come in handy for some embedded solution anyway. Now I...
Can you check if the standalone jack-app `x42-scope` is also affected? If the "screen width" text in the footer is any indication, the GUI itself never receives a resize request....
There will still need to be a button somewhere to toggle the visibility. Depending on when you need to stream, the quick/dirty solution right now is to simply resizethe window...