Scrolling images
Hello all, I'm trying to add a musical score to the patch as an image file. But I'd also like to be able to scroll it. I guess I need to load multiple images and I want to be able to scroll from one to another smoothly. Can I anyone point me at the right direction? Thanks!
ty
There are several ways to do what You want.
I used fpic for similar project, having a folder which contains all
files numbered 00, 01 ,02 etc to preserve page order.
Than fill umenu with autopopulate filetype, which can also give You
loaded file count, which again could be used to set counter max count.
Then You could just bang counter for next page, up / down, specific page etc.
Or any other way of scrolling through the number of pages,
if You want You can set a slider to scroll...
this is not perfectly smooth, but you could put the picture in a patcher, save it, and call it as [bpatcher]. then you can let the bpatcher content scroll (->thispatcher.maxhelp)