mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
make the JACK->Latency->256 frame option actually do something
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6713 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9bd4251e86
commit
8b6652235f
1 changed files with 3 additions and 0 deletions
|
|
@ -684,6 +684,9 @@ ARDOUR_UI::set_jack_buffer_size (nframes_t nframes)
|
|||
case 128:
|
||||
action_name = X_("JACKLatency128");
|
||||
break;
|
||||
case 256:
|
||||
action_name = X_("JACKLatency256");
|
||||
break;
|
||||
case 512:
|
||||
action_name = X_("JACKLatency512");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue