Fix typos
This commit is contained in:
parent
dc74533fab
commit
10109c3147
@ -4566,7 +4566,7 @@ Session::config_changed (std::string p, bool ours)
|
|||||||
bool have_ms = _monitor_out ? true : false;
|
bool have_ms = _monitor_out ? true : false;
|
||||||
if (loading ()) {
|
if (loading ()) {
|
||||||
/* When loading an existing session, the config "use-monitor-bus"
|
/* When loading an existing session, the config "use-monitor-bus"
|
||||||
* is ignored. Instead the sesion-state (xml) will have added the
|
* is ignored. Instead the session-state (xml) will have added the
|
||||||
* "monitor-route" and restored its state (and connections)
|
* "monitor-route" and restored its state (and connections)
|
||||||
* if the session has a monitor-section.
|
* if the session has a monitor-section.
|
||||||
* Update the config to reflect this.
|
* Update the config to reflect this.
|
||||||
@ -4595,7 +4595,7 @@ Session::config_changed (std::string p, bool ours)
|
|||||||
bool have_sm = _surround_master ? true : false;
|
bool have_sm = _surround_master ? true : false;
|
||||||
if (loading ()) {
|
if (loading ()) {
|
||||||
/* When loading an existing session, the config "use-surround-master"
|
/* When loading an existing session, the config "use-surround-master"
|
||||||
* is ignored. Instead the sesion-state (xml) will have added the
|
* is ignored. Instead the session-state (xml) will have added the
|
||||||
* "surround-master" and restored its state (and connections)
|
* "surround-master" and restored its state (and connections)
|
||||||
* if the session has a surround master..
|
* if the session has a surround master..
|
||||||
* Update the config to reflect this.
|
* Update the config to reflect this.
|
||||||
|
@ -629,7 +629,7 @@ ArdourButton::render (Cairo::RefPtr<Cairo::Context> const& ctx, cairo_rectangle_
|
|||||||
//
|
//
|
||||||
//A: yes, it's keyboard focus and it does work when there's no editor window
|
//A: yes, it's keyboard focus and it does work when there's no editor window
|
||||||
// (the editor is always the first receiver for KeyDown).
|
// (the editor is always the first receiver for KeyDown).
|
||||||
// It's needed for eg. the engine-dialog at startup or after closing a sesion.
|
// It's needed for eg. the engine-dialog at startup or after closing a session.
|
||||||
if (_focused) {
|
if (_focused) {
|
||||||
rounded_function (cr, 1.5, 1.5, get_width() - 3, get_height() - 3, corner_radius);
|
rounded_function (cr, 1.5, 1.5, get_width() - 3, get_height() - 3, corner_radius);
|
||||||
cairo_set_source_rgba (cr, 0.905, 0.917, 0.925, 0.8);
|
cairo_set_source_rgba (cr, 0.905, 0.917, 0.925, 0.8);
|
||||||
|
@ -43,7 +43,7 @@ static void usage ()
|
|||||||
printf ("\n\
|
printf ("\n\
|
||||||
This tool creates a new empty Ardour session.\n\
|
This tool creates a new empty Ardour session.\n\
|
||||||
\n\
|
\n\
|
||||||
If the session-name is unspecified, the sesion-dir-name is used.\n\
|
If the session-name is unspecified, the session-dir-name is used.\n\
|
||||||
If specified, the tool expects a session-name without .ardour\n\
|
If specified, the tool expects a session-name without .ardour\n\
|
||||||
file-name extension.\n\
|
file-name extension.\n\
|
||||||
\n");
|
\n");
|
||||||
|
@ -50,7 +50,7 @@ static void usage ()
|
|||||||
This tool creates a new Ardour session, optionally based on a\n\
|
This tool creates a new Ardour session, optionally based on a\n\
|
||||||
session-template.\n\
|
session-template.\n\
|
||||||
\n\
|
\n\
|
||||||
If the session-name is unspecified, the sesion-dir-name is used.\n\
|
If the session-name is unspecified, the session-dir-name is used.\n\
|
||||||
If specified, the tool expects a session-name without .ardour\n\
|
If specified, the tool expects a session-name without .ardour\n\
|
||||||
file-name extension.\n\
|
file-name extension.\n\
|
||||||
\n\
|
\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user