View Issue Details

IDProjectCategoryView StatusLast Update
0003050ardourbugspublic2020-04-19 20:14
Reporterwyonghao Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.8 
Summary0003050: JACK latency setting at 256 doesn't work for current 2.8.7 release
DescriptionClick "JACK"->"Latency"->256 doesn't set correct buffer size. During our latency test it always uses the previous settings. For example if your last setting was 512, the actual size used under "256" setting is 512.

I've checked the source code. It might to do with this mistake:
at revision 6630 in file: ardour_ui.cc, it missed "case 256", why is that?
in function:
ARDOUR_UI::engine_running ()

...
case 128:
        action_name = X_("JACKLatency128");
        break;
    case 512:
        action_name = X_("JACKLatency512");
        break;
 ...
TagsNo tags attached.

Activities

paul

2010-03-30 01:17

administrator   ~0007424

this has already been fixed in svn. rev 6630 doesn't contain that modification. its also been fixed in 3.0.

system

2020-04-19 20:14

developer   ~0022035

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2010-03-27 23:17 wyonghao New Issue
2010-03-30 01:17 paul cost => 0.00
2010-03-30 01:17 paul Note Added: 0007424
2010-03-30 01:17 paul Status new => resolved
2010-03-30 01:17 paul Resolution open => fixed
2010-03-30 01:17 paul Assigned To => paul
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:29 cth103 Category bugs2 => bugs
2020-04-19 20:14 system Note Added: 0022035
2020-04-19 20:14 system Status resolved => closed