Searched the project, no instance of ofSetDataPath and files in the right place.
So
sound.loadSound("assets/forest/sound/weather/WeatherBed.wav", false);
results in
could not load "../../../data/assets/forest/sound/weather/WeatherBed.wav"
is that path right? with the ../../../ ?
with the images i'm just doing
imgTrees.loadImage("assets/forest/graphics/scenery/trees.png");
and they work ok.
thanks