session has a default time domain

This commit is contained in:
Paul Davis 2023-07-21 11:10:43 -06:00
parent c293876518
commit df188996ec
3 changed files with 6 additions and 0 deletions

View File

@ -92,3 +92,4 @@ CONFIG_VARIABLE (bool, show_monitor_on_meterbridge, "show-monitor-on-meterbridge
CONFIG_VARIABLE (bool, show_name_on_meterbridge, "show-name-on-meterbridge", true)
CONFIG_VARIABLE (bool, show_fader_on_meterbridge, "show-fader-on-meterbridge", false)
CONFIG_VARIABLE (uint32_t, meterbridge_label_height, "meterbridge-label-height", 0)
CONFIG_VARIABLE (Temporal::TimeDomain, default_time_domain, "default-time-domain", Temporal::AudioTime)

View File

@ -59,6 +59,8 @@
#include "pbd/types_convert.h"
#include "pbd/unwind.h"
#include "temporal/types_convert.h"
#include "ardour/amp.h"
#include "ardour/analyser.h"
#include "ardour/async_midi_port.h"

View File

@ -28,6 +28,9 @@
#include "pbd/file_utils.h"
#include "pbd/pathexpand.h"
#include "temporal/types.h"
#include "temporal/types_convert.h"
#include "ardour/types.h"
#include "ardour/types_convert.h"
#include "ardour/filesystem_paths.h"