mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove SoloBus solo model, add PFL and AFL. basic testing indicates it works, but probably some oddities.
git-svn-id: svn://localhost/ardour2/branches/3.0@5210 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
daf0e333a9
commit
566ce55736
8 changed files with 71 additions and 5 deletions
|
|
@ -1090,7 +1090,8 @@ RCOptionEditor::RCOptionEditor ()
|
|||
);
|
||||
|
||||
sm->add (SoloInPlace, _("in place"));
|
||||
sm->add (SoloBus, _("via bus"));
|
||||
sm->add (SoloAFL, _("post-fader listen via monitor bus"));
|
||||
sm->add (SoloPFL, _("pre-fader listen via monitor bus"));
|
||||
|
||||
add_option (_("Audio"), sm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue