carlito913 / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Add RBA file import #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The RBA container format includes a Rock Band style MIDI that can be extracted.

Original issue reported on code.google.com by raynebc on 9 Sep 2010 at 2:05

GoogleCodeExporter commented 8 years ago
Since Allegro doesn't have a means to load a MIDI via a passed FILE stream 
pointer, I'm going to have to dump the embedded MIDI into a temporary file and 
have EOF load that.

Original comment by raynebc on 9 Sep 2010 at 4:02

GoogleCodeExporter commented 8 years ago
Implemented in r361.  The embedded MIDI file is written to a temporary file in 
the RBA file's parent folder, EOF imports the temporary file and the temporary 
file is deleted.

Original comment by raynebc on 9 Sep 2010 at 10:36