mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Rearrange LTC preference entry
This commit is contained in:
parent
00ed7c81d3
commit
ba970cc191
1 changed files with 1 additions and 1 deletions
|
|
@ -2469,7 +2469,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
Gtkmm2ext::UI::instance()->set_tip
|
||||
(_ltc_send_continuously->tip_widget(),
|
||||
string_compose (_("<b>When enabled</b> %1 will continue to send LTC information even when the transport (playhead) is not moving"), PROGRAM_NAME));
|
||||
add_option (_("Transport"), _ltc_send_continuously);
|
||||
add_option (_("Transport/Sync"), _ltc_send_continuously);
|
||||
|
||||
_ltc_volume_adjustment = new Gtk::Adjustment(-18, -50, 0, .5, 5);
|
||||
_ltc_volume_adjustment->set_value (20 * log10(_rc_config->get_ltc_output_volume()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue