mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
finish registration of region tempo/meter properties
This commit is contained in:
parent
ec61deaa8a
commit
63f0ddb064
1 changed files with 4 additions and 0 deletions
|
|
@ -195,6 +195,10 @@ Region::make_property_quarks ()
|
|||
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for time_domain = %1\n", Properties::time_domain.property_id));
|
||||
Properties::reg_group.property_id = g_quark_from_static_string (X_("rgroup"));
|
||||
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for region_group = %1\n", Properties::reg_group.property_id));
|
||||
Properties::region_tempo.property_id = g_quark_from_static_string (X_("region-tempo"));
|
||||
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for region_tempo = %1\n", Properties::region_tempo.property_id));
|
||||
Properties::region_meter.property_id = g_quark_from_static_string (X_("region-meter"));
|
||||
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for region_meter = %1\n", Properties::region_meter.property_id));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue