diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-26 16:26:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-26 16:26:32 +0100 |
| commit | f0192490565c72aa9838f40cbab56c4c0c60e522 (patch) | |
| tree | cf0f287a164f3a25607f0df13210a5dcc0ffd235 /src/wx/wx_util.h | |
| parent | 00dffac67c88b509c1c77da85fe2769049714135 (diff) | |
Add time axis to audio analysis (part of #1082).
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index e36a35e1e..2691eccf4 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -83,6 +83,7 @@ extern wxString time_to_timecode (DCPTime t, double fps); extern void setup_audio_channels_choice (wxChoice* choice, int minimum); extern wxSplashScreen* maybe_show_splash (); extern boost::filesystem::path path_from_file_dialog (wxFileDialog* dialog, std::string extension); +extern double calculate_mark_interval (double start); extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value); extern void checked_set (wxSpinCtrl* widget, int value); |
