6#include "controllers/recording_mode.h"
9#include <QtQmlIntegration/qqmlintegration.h>
17namespace zrythm::controllers
25class TransportController :
public QObject
30 QML_EXTENDED_NAMESPACE (zrythm::controllers::recording)
33 explicit TransportController (
36 QObject * parent =
nullptr);
Q_INVOKABLE void moveForward()
Moves the playhead forward to the next snap point.
Q_INVOKABLE void moveBackward()
Moves the playhead backward to the previous snap point.
The Transport class represents the transport controls and state for an audio engine.