View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006196 | ardour | bugs | public | 2015-03-08 12:25 | 2020-04-19 20:17 |
| Reporter | oswaldm | Assigned To | x42 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Summary | 0006196: MIDI file truncated on import | ||||
| Description | Ardour Version: Ardour 3.5.43073.5-4628-gf4e5f07 Importing a MIDI file (attached), which is about 120 bars long, the imported MIDI ends in the middle of bar 103, the end is truncated. The same file can be imported in Rosegarden and LMMS without problems. Reproduced it multiple times, it always is cut on the same location. | ||||
| Tags | No tags attached. | ||||
|
2015-03-08 12:25
|
|
|
|
The file is corrupt. midicomp points out 196800 On ch=1 n=87 v=128 Invalid MIDI event, values are 0..127. can be fixed eg. midicomp 24_Piano_edited.mid \ | sed 's/v=128/v=127/' \ | midicomp -c \ > 24_Piano_fixed.mid Ardour prints "SMF ignoring illegal MIDI event" to the console. That warning should likely be more prominent. |
|
|
issue is not an ardour bug. |
|
|
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 |
|---|---|---|---|
| 2015-03-08 12:25 | oswaldm | New Issue | |
| 2015-03-08 12:25 | oswaldm | File Added: 24_Piano_edited.mid | |
| 2015-03-08 12:56 | x42 | Note Added: 0016402 | |
| 2015-03-08 12:57 | x42 | Note Added: 0016403 | |
| 2015-03-08 12:57 | x42 | Status | new => resolved |
| 2015-03-08 12:57 | x42 | Resolution | open => no change required |
| 2015-03-08 12:57 | x42 | Assigned To | => x42 |
| 2020-04-19 20:17 | system | Note Added: 0023413 | |
| 2020-04-19 20:17 | system | Status | resolved => closed |