13
0

only the last step-edited note remains selected after each note addition; waf install will install step_editing.bindings in the right place (i think)

git-svn-id: svn://localhost/ardour2/branches/3.0@7612 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-08-13 02:00:46 +00:00
parent 5ecf08a307
commit d936bdb3a8
2 changed files with 6 additions and 0 deletions

View File

@ -1491,6 +1491,9 @@ MidiRegionView::step_add_note (uint8_t channel, uint8_t number, uint8_t velocity
_region->set_length (end_frame - _region->position(), this);
}
_marked_for_selection.clear ();
clear_selection ();
start_diff_command (_("step add"));
diff_add_note (new_note, true, false);
apply_diff();

View File

@ -448,6 +448,9 @@ def build(bld):
)
obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
# not modified at present
bld.install_files(os.path.join(bld.env['CONFIGDIR'], 'ardour3'), 'step_editing.bindings')
# Icons/Images
bld.install_files('${DATADIR}/ardour3/icons', 'icons/*.png')
bld.install_files('${DATADIR}/ardour3/pixmaps', 'pixmaps/*.xpm')