hey,
I have built a basic audio editor.
It has a cursor which is a line.
Myco helped me with a trick to draw just the line-
the area it is on and last area it passed,
triggered by tick25.
This works good.
I have a problem though.
Behind the line/cursor there is the waveform image.
As I zoom on the image to edit in more detail,
CPU used by the line goes up.
It is redrawing a more complex waveform.
Is there any way I can get SM to draw just the line-
and not the waveform behind it?
One workaround is to have the cursor in a blank patch
of space...
but the visual cue isn't as effective-
I would like an overlaid line.
hmm- can I render the 'drawgraph' out,
so it is not an intricate vector or something?
I can pm the .osm,
it's not open source.
All success 8D


















Thanks Nix & Trog.