mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
osc: fix warning message
Apparently just a missing update from copy-paste.
This commit is contained in:
parent
176bbca821
commit
3fa64af624
1 changed files with 1 additions and 1 deletions
|
|
@ -4305,7 +4305,7 @@ OSC::set_automation (const char *path, const char* types, lo_arg **argv, int arg
|
|||
} else if (strp->mute_control ()) {
|
||||
control = strp->mute_control ();
|
||||
} else {
|
||||
PBD::warning << "No trim for this strip" << endmsg;
|
||||
PBD::warning << "No mute for this strip" << endmsg;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue