View Issue Details

IDProjectCategoryView StatusLast Update
0006196ardourbugspublic2020-04-19 20:17
Reporteroswaldm Assigned Tox42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0006196: MIDI file truncated on import
DescriptionArdour 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.
TagsNo tags attached.

Activities

2015-03-08 12:25

 

x42

2015-03-08 12:56

administrator   ~0016402

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.

x42

2015-03-08 12:57

administrator   ~0016403

issue is not an ardour bug.

system

2020-04-19 20:17

developer   ~0023413

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
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