new approach to selections which will help rationalize Split and similar functions...
authorBen Loftis <ben@harrisonconsoles.com>
Sun, 6 Jul 2014 01:47:43 +0000 (20:47 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Sun, 6 Jul 2014 01:47:43 +0000 (20:47 -0500)
commit0b38d65dd0d73fb92db3b3b82be5da3eab05afff
tree5d5d79efb183e029df1ee1d0627e15acc9eec476
parent62c3638a42690fa82c68416294fb9d4be7aac92d
new approach to selections which will help rationalize Split and similar functions. Object and Track selections are now mutually exclusive.  a split will happen at (a) selection->regions  (b) the intersection of edit_point and selection->tracks or  (c)  the region under the mouse, IFF nothing else is selected.
gtk2_ardour/editor.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/selection.cc