I'm thinking of ways to make an app of mine easier to use. At the moment, it allows you to control the level of two channels on a device, using + and - buttons for each channel.
I'd quite like people to be able to set these to adjust over time, and one way that strikes me as fairly intuitive would be a graph like display, where people could draw with their finger, to represent the levels.
So, for example, they might just draw a straight line across for channel A at 50%, but for channel B have it slowly work up to a level, drop back down, and so on.
Obviously, there are things to take into account, like if you scroll off to the right, does that make the sequence longer, or what if you want to edit a line, and so on.
I've tried searching on various terms, but not found anything just yet. I wondered if anyone else had come across a library (B4a or Java) that might do the trick, or if I'm going to have to try and be bold enough to code it from scratch.
Nigel
I'd quite like people to be able to set these to adjust over time, and one way that strikes me as fairly intuitive would be a graph like display, where people could draw with their finger, to represent the levels.
So, for example, they might just draw a straight line across for channel A at 50%, but for channel B have it slowly work up to a level, drop back down, and so on.
Obviously, there are things to take into account, like if you scroll off to the right, does that make the sequence longer, or what if you want to edit a line, and so on.
I've tried searching on various terms, but not found anything just yet. I wondered if anyone else had come across a library (B4a or Java) that might do the trick, or if I'm going to have to try and be bold enough to code it from scratch.
Nigel