Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::controllers::TransportController Class Reference

Controller for transport navigation. More...

#include <src/controllers/transport_controller.h>

Inheritance diagram for zrythm::controllers::TransportController:
Collaboration diagram for zrythm::controllers::TransportController:

Public Member Functions

 TransportController (dsp::Transport &transport, dsp::SnapGrid &snap_grid, QObject *parent=nullptr)
Q_INVOKABLE void moveBackward ()
 Moves the playhead backward to the previous snap point.
Q_INVOKABLE void moveForward ()
 Moves the playhead forward to the next snap point.

Detailed Description

Controller for transport navigation.

Provides QML-friendly methods for moving the playhead.

Definition at line 19 of file transport_controller.h.

Constructor & Destructor Documentation

◆ TransportController()

zrythm::controllers::TransportController::TransportController ( dsp::Transport & transport,
dsp::SnapGrid & snap_grid,
QObject * parent = nullptr )
inlineexplicit

Definition at line 26 of file transport_controller.h.


The documentation for this class was generated from the following file: