mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
vtl: prepare audio offset on A/V import
This commit is contained in:
parent
b47e71f8ac
commit
950643462a
3 changed files with 3 additions and 4 deletions
|
|
@ -1455,7 +1455,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void toggle_video_timeline_locked ();
|
||||
void set_video_timeline_locked (const bool);
|
||||
void queue_visual_videotimeline_update ();
|
||||
void embed_audio_from_video (std::string);
|
||||
void embed_audio_from_video (std::string, framepos_t n = 0);
|
||||
#endif
|
||||
|
||||
bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue