13
0

make JACK->Latency->256 actually do something

git-svn-id: svn://localhost/ardour2/branches/3.0@6716 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-01 23:55:15 +00:00
parent f0e16a09f7
commit 1101cd2714

View File

@ -421,6 +421,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;