Add action to noninteractively add BBT marker at playhead

This commit is contained in:
Robin Gareus 2022-12-02 21:31:56 +01:00
parent d808315e2a
commit b972301a3b
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 21 additions and 0 deletions

View file

@ -247,6 +247,7 @@ public:
virtual void goto_nth_marker (int nth) = 0;
virtual void jump_to_loop_marker (bool start) = 0;
virtual void trigger_script (int nth) = 0;
virtual void add_bbt_marker_at_playhead_cursor () = 0;
virtual void add_location_from_playhead_cursor () = 0;
virtual void remove_location_at_playhead_cursor () = 0;
virtual void add_location_mark (Temporal::timepos_t const & where) = 0;