From 4336bb25d739cd007811ccd0298a15acc5e20787 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Dec 2010 00:26:54 +0000 Subject: Use MTC instead of MIDI Timecode as the string for the external sync button. Fixes #3621. git-svn-id: svn://localhost/ardour2/branches/3.0@8332 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/utils.h') diff --git a/libs/ardour/ardour/utils.h b/libs/ardour/ardour/utils.h index 06dc6d6bd9..0b3fbc7b6c 100644 --- a/libs/ardour/ardour/utils.h +++ b/libs/ardour/ardour/utils.h @@ -64,7 +64,7 @@ bool path_is_paired (std::string path, std::string& pair_base); void compute_equal_power_fades (ARDOUR::framecnt_t nframes, float* in, float* out); -const char* sync_source_to_string (ARDOUR::SyncSource src); +const char* sync_source_to_string (ARDOUR::SyncSource src, bool sh = false); ARDOUR::SyncSource string_to_sync_source (std::string str); const char* edit_mode_to_string (ARDOUR::EditMode); -- cgit v1.2.3