6#include <QtQmlIntegration>
14namespace zrythm::controllers
22class TransportController :
public QObject
29 explicit TransportController (
32 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.