carlito913 / editor-on-fire

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

Add "5 lane" drum support #254

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This would be a 6 gem drum track, where the sixth gem is just written one MIDI 
note higher than the fifth gem:

DRUM_EASY_ORANGE (0x41) (65)
DRUM_MEDIUM_ORANGE (0x4D) (77)
DRUM_HARD_ORANGE (0x59) (89)
DRUM_EXPERT_ORANGE (0x65) (101)

Tasks for this enhancement:

1.  Update the editor logic to allow for the fifth drum lane to be enabled 
(similar to enabling open strum bass) and used.
2.  Update MIDI export.
3.  Update MIDI import.
4.  Update documentation.

Original issue reported on code.google.com by raynebc on 12 Jun 2011 at 8:19

GoogleCodeExporter commented 8 years ago
Completed in r781.

Original comment by raynebc on 12 Jun 2011 at 11:08