This commit is contained in:
Robin Gareus 2022-10-17 15:56:50 +02:00
parent aaddf5f385
commit a9b785d89c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
4 changed files with 4 additions and 4 deletions

View File

@ -679,7 +679,7 @@ ExportFormatDialog::init_format_table ()
demo_noise_combo.set_active (0);
ArdourWidgets::set_tooltip (demo_noise_combo,
_("This option allows to add noise, to send complete mixes to the clients for preview but watermarked. White noise is injected after analysis, right before the sample-format conversion or encoding. The first noise burst happens at 1/3 of the interval. Note: there is currently no limiter."));
_("This option allows one to add noise, to send complete mixes to the clients for preview but watermarked. White noise is injected after analysis, right before the sample-format conversion or encoding. The first noise burst happens at 1/3 of the interval. Note: there is currently no limiter."));
}
void

View File

@ -21,7 +21,7 @@
libcurl.lib
-----------------------------------------------------------------
Licence GPL:
License GPL:
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View File

@ -774,7 +774,7 @@ SoundFileBrowser::SoundFileBrowser (string title, ARDOUR::Session* s, bool persi
vbox = manage (new VBox);
label = manage (new Label);
label->set_text (_("Licence:"));
label->set_text (_("License:"));
label->set_alignment (Gtk::ALIGN_START);
vbox->pack_start (*label, false, false);

View File

@ -24,7 +24,7 @@ function factory (params) return function ()
print("3. Combining region clouds to a defined length")
print("")
print("Abstract: This script for Ardour (>=4.7 git) operates on the time")
print("line. It allows to copy and combine specific portions within the loop")
print("line. It allows one to copy and combine specific portions within the loop")
print("range to a later point on the time line with one single action")
print("command. Everything that can be heard within the loop range is")
print("considered for this process, namely non-muted regions on non-muted or")