![]() |
Lomse library. API documentation
0.30.0
|
#include <lomse_tempo_line.h>
TempoLine is a playback visual tracking effect to display a vertical line at the location of the beat being played back.
Public Member Functions | |
| Color | get_color () const |
| void | set_color (Color color) |
| LUnits | get_width () const |
| void | set_width (LUnits width) |
|
inline |
Return the current color for the line.
|
inline |
Returns the current width (in logical units) of the line.
|
inline |
Set the color to use for drawing the line. If the line width is large, use a transparent color so that the line does not totally hide the notes/rests.
| color | New color to use. |
|
inline |
Set the width to use for drawing the line.
| width | New line width, in logical units. |