Files
lmms/src
Michael Gregorius 48c4dce96f More prominent recording option
Make the option to record samples more prominent by providing a pixmap
button that is always shown and that can be used to turn recording on or
off. The corresponding widget which constitutes of the button and a label
is always positioned at the bottom left of the sample clip.

Technical details
------------------
The recording widget is built in the private method `buildRecordWidget`.
The method `adjustRecordWidget` is used to move the recording widget to
the correct position relative to the sample view. It is called after
construction and whenever the sample clip is resized (see `resizeEvent`).

Add the method `SampleClip::getRecordModel` so that the pixmap button can
be configured to act on it.
2024-06-02 12:34:59 +02:00
..
2024-06-01 21:03:17 +02:00
2024-06-02 12:34:59 +02:00
2023-11-01 15:37:56 -07:00