Hi,
I'm writing some synth-like app for rockbox. I'm using static array for the sample memory at the moment, but I want to have the sample memory size of configurable size.
The docs say, that I should use the buffer_alloc before the playback starts, but if I use that function (from "buffer.h") then RB says that buffer_alloc is undefined symbol.
What could be wrong? Why is the symbol not present?
Currently I'm working with iRiver H3x0 simulator. RockBox 3.3.
cheers
p.f.