remove all MIDI-specific editing modes by making standard work either at object level...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 28 Jul 2009 20:51:28 +0000 (20:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 28 Jul 2009 20:51:28 +0000 (20:51 +0000)
commit3ae28868ff02abf44102fff9954e7e8d6359867f
tree6202724eba77a9844d9079614c5ea91f91c110e5
parent5eaf61242f16c7638c0e71a9c82af5a781c24e87
remove all MIDI-specific editing modes by making standard work either at object level or within (e.g. notes, etc) ; make tool buttons proxies for GtkActions ; internal sends have their own BufferSet now, instead of using Session ones; don't make internal sends to the monitor bus active when added to the Route

git-svn-id: svn://localhost/ardour2/branches/3.0@5434 d708f5d6-7413-0410-9779-e7cbd77b26cf
19 files changed:
gtk2_ardour/canvas-note-event.cc
gtk2_ardour/canvas-note.cc
gtk2_ardour/editing.cc
gtk2_ardour/editing_syms.h
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_actions.cc
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/midi_region_view.cc
gtk2_ardour/public_editor.h
gtk2_ardour/utils.cc
gtk2_ardour/utils.h
libs/ardour/ardour/buffer_set.h
libs/ardour/ardour/internal_send.h
libs/ardour/internal_send.cc
libs/ardour/route.cc
libs/ardour/session.cc
libs/gtkmm2ext/tearoff.cc