* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::operator...
authorHans Baier <hansfbaier@googlemail.com>
Fri, 16 May 2008 20:54:24 +0000 (20:54 +0000)
committerHans Baier <hansfbaier@googlemail.com>
Fri, 16 May 2008 20:54:24 +0000 (20:54 +0000)
commit0c25b2aa8e173a96060adc52a34ecd43da79c305
tree595dd5ccb469aa31651a9914c5bbc1e8c74b1692
parent8ab37dd700a50673ec71492558f7b5d701cf29db
* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::operator< violated strict weak ordering,
  which is necessary for std::set to work correctly
* few small style guide corrections

git-svn-id: svn://localhost/ardour2/branches/3.0@3363 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/route_time_axis.cc
libs/ardour/ardour/midi_ring_buffer.h
libs/ardour/ardour/parameter.h