View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003050 | ardour | bugs | public | 2010-03-27 23:17 | 2020-04-19 20:14 |
| Reporter | wyonghao | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.8 | ||||
| Summary | 0003050: JACK latency setting at 256 doesn't work for current 2.8.7 release | ||||
| Description | Click "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; ... | ||||
| Tags | No tags attached. | ||||
|
|
this has already been fixed in svn. rev 6630 doesn't contain that modification. its also been fixed in 3.0. |
|
|
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. |
| 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 |