OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
The Ubuntu PPA packaging doesn't include the openshot-audio-demo binary, because why would it?
But, turns out if it's not installed, then having it in the target file causes CMake to abort with a missing-file error. So, better not to include it in the EXPORTED configuration at all.
The Ubuntu PPA packaging doesn't include the
openshot-audio-demo
binary, because why would it?But, turns out if it's not installed, then having it in the target file causes CMake to abort with a missing-file error. So, better not to include it in the EXPORTED configuration at all.