ccherrett / oom

The Open Octave Project exists to provide professional level orchestral midi orchestration tools.
http://www.openoctave.org
GNU General Public License v2.0
82 stars 19 forks source link

Event List Editor: CC event should be inserted at current time position value for highlighted event #25

Closed alekz49 closed 13 years ago

alekz49 commented 13 years ago

When inserting a event in the list editor the bar/beat/tick position is always 0001.01.000. (0 ticks) This doesn't make sense if we're operating at bar 225. Inserting an event should, by default, be at the time position of the existing highlighted event in the list. So if an existing event is at time position 0008.03.256, we then press the button (shortcut is implemented already) for "New CTRL event), and the time position for the new event is displayed as current highlighted position 0008.03.256, not 0001.01.000

linuxras commented 13 years ago

This is slated for oom3 development cycle.

alekz49 commented 13 years ago

This is fixed and works. Thanks Remon.