columbo777 / ziggy-pro-editor

Automatically exported from code.google.com/p/ziggy-pro-editor
1 stars 2 forks source link

Somehow bad or corrupt TEXT EVENT in midi #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See attached project

Project Compiler: Entering Phase 2 of 5...
MIDI Compiler: Starting...
ERROR: MIDI Compiler: (PART REAL_BASS): MIDI track name event must appear at 
1:1:000; found track name 'PART REAL_BASS' at 1:1:005
MIDI Compiler: Done.

What version of the product are you using? On what operating system?
v66

How would this happen and what check can we add?

Original issue reported on code.google.com by columbo...@gmail.com on 16 Jul 2013 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
perhaps this was introduced with a very early version of the editor?

Original comment by columbo...@gmail.com on 16 Jul 2013 at 1:20

GoogleCodeExporter commented 9 years ago
not sure this issue is well enough defined yet...  When I dragged the midi 5 
ticks to the left to address the issue, the error change to "invalid track 
name".  Very bizarre.

Original comment by columbo...@gmail.com on 17 Jul 2013 at 2:58

GoogleCodeExporter commented 9 years ago
In notes.mid, there are two instances each of the "PART REAL_GUITAR", "PART 
REAL_BASS", "PART REAL_GUITAR_22" and "PART REAL_BASS_22" tracks defined.  The 
duplicate ones have track names defined at delta position 5 instead of 0.  
Comparing the two 17 fret bass tracks, the contents are similar, except the 
duplicate has all the MIDI events about 5ms later, and some of the note events 
are defined in a different order and some of the notes are different (perhaps a 
different revision of the track).

Original comment by raynebc on 17 Jul 2013 at 5:44

GoogleCodeExporter commented 9 years ago
its not the job of the editor to repair mangled .mid files.  See C3 midi 
cleaner function. 

Original comment by columbo...@gmail.com on 1 Apr 2014 at 5:10