When trying to build Polyphone in a Raspberry Pi with Debian Jessie (Minibian), i get the following error:
synthetiseur/voice.h:32:20: fatal error: Chorus.h: No such file or directory
#include "Chorus.h"
I've tried to locate this file, but i can't figure what package provides it.
"Chorus.h" is provided by the rtk library. A copy of this library is embedded in the sources of Polyphone but it is not used by default. To use it, you can uncomment the following line in polyphone.pro:
#DEFINES += USE_LOCAL_STK
Then run qmake & make