From 0906b39918ba0551044bd1f8c50e9de4d5aa1694 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Apr 2011 15:00:16 +0000 Subject: [PATCH] Fix my name :) git-svn-id: svn://localhost/ardour2/branches/3.0@9302 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/about.cc | 2 +- gtk2_ardour/automation_controller.cc | 2 +- gtk2_ardour/automation_controller.h | 2 +- gtk2_ardour/automation_region_view.cc | 2 +- gtk2_ardour/automation_region_view.h | 2 +- gtk2_ardour/canvas-hit.h | 2 +- gtk2_ardour/canvas-note-event.cc | 2 +- gtk2_ardour/canvas-note-event.h | 2 +- gtk2_ardour/canvas-note.h | 2 +- gtk2_ardour/diamond.cc | 2 +- gtk2_ardour/diamond.h | 2 +- gtk2_ardour/midi_region_view.cc | 2 +- gtk2_ardour/midi_util.h | 2 +- gtk2_ardour/po/de.po | 4 ++-- gtk2_ardour/po/el.po | 2 +- gtk2_ardour/po/es.po | 2 +- gtk2_ardour/po/fr.po | 4 ++-- gtk2_ardour/po/it.po | 2 +- gtk2_ardour/po/pl.po | 4 ++-- gtk2_ardour/po/pt.po | 2 +- gtk2_ardour/po/pt_PT.po | 2 +- gtk2_ardour/po/ru.po | 4 ++-- gtk2_ardour/po/sv.po | 2 +- libs/ardour/ardour/automation_control.h | 2 +- libs/ardour/ardour/beats_frames_converter.h | 2 +- libs/ardour/ardour/chan_count.h | 2 +- libs/ardour/ardour/chan_mapping.h | 2 +- libs/ardour/ardour/data_type.h | 2 +- libs/ardour/ardour/event_type_map.h | 2 +- libs/ardour/ardour/filter.h | 2 +- libs/ardour/ardour/lv2_event_buffer.h | 2 +- libs/ardour/ardour/midi_buffer.h | 2 +- libs/ardour/ardour/midi_model.h | 2 +- libs/ardour/ardour/midi_playlist.h | 2 +- libs/ardour/ardour/midi_source.h | 2 +- libs/ardour/ardour/midi_track.h | 2 +- libs/ardour/ardour/quantize.h | 2 +- libs/ardour/ardour/return.h | 2 +- libs/ardour/ardour/smf_source.h | 2 +- libs/ardour/automation_control.cc | 2 +- libs/ardour/beats_frames_converter.cc | 2 +- libs/ardour/chan_mapping.cc | 2 +- libs/ardour/event_type_map.cc | 2 +- libs/ardour/lv2_event_buffer.cc | 2 +- libs/ardour/lv2ext/lv2_event.h | 2 +- libs/ardour/lv2ext/lv2_event_helpers.h | 2 +- libs/ardour/lv2ext/lv2_uri_map.h | 2 +- libs/ardour/midi_buffer.cc | 2 +- libs/ardour/midi_source.cc | 2 +- libs/ardour/midi_stretch.cc | 2 +- libs/ardour/plugin_insert.cc | 2 ++ libs/ardour/smf_source.cc | 2 +- libs/evoral/evoral/Control.hpp | 2 +- libs/evoral/evoral/ControlList.hpp | 2 +- libs/evoral/evoral/ControlSet.hpp | 2 +- libs/evoral/evoral/Curve.hpp | 2 +- libs/evoral/evoral/Event.hpp | 2 +- libs/evoral/evoral/EventRingBuffer.hpp | 2 +- libs/evoral/evoral/EventSink.hpp | 2 +- libs/evoral/evoral/MIDIEvent.hpp | 2 +- libs/evoral/evoral/MIDIParameters.hpp | 2 +- libs/evoral/evoral/Note.hpp | 2 +- libs/evoral/evoral/OldSMF.hpp | 2 +- libs/evoral/evoral/Parameter.hpp | 2 +- libs/evoral/evoral/SMF.hpp | 2 +- libs/evoral/evoral/SMFReader.hpp | 2 +- libs/evoral/evoral/Sequence.hpp | 2 +- libs/evoral/evoral/TimeConverter.hpp | 2 +- libs/evoral/evoral/TypeMap.hpp | 2 +- libs/evoral/evoral/midi_util.h | 2 +- libs/evoral/evoral/types.hpp | 2 +- libs/evoral/src/Control.cpp | 2 +- libs/evoral/src/ControlList.cpp | 2 +- libs/evoral/src/ControlSet.cpp | 2 +- libs/evoral/src/Curve.cpp | 2 +- libs/evoral/src/Event.cpp | 2 +- libs/evoral/src/MIDIEvent.cpp | 2 +- libs/evoral/src/Note.cpp | 2 +- libs/evoral/src/OldSMF.cpp | 2 +- libs/evoral/src/SMF.cpp | 2 +- libs/evoral/src/SMFReader.cpp | 2 +- libs/evoral/src/Sequence.cpp | 2 +- libs/evoral/src/midi_util.cpp | 2 +- libs/midi++2/midi++/names.h | 2 +- 84 files changed, 89 insertions(+), 87 deletions(-) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 28a6a326ec..43ca8d1fca 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -155,7 +155,7 @@ static const char* authors[] = { N_("Doug Mclain"), N_("Jack O'Quin"), N_("Nimal Ratnayake"), - N_("Dave Robillard"), + N_("David Robillard"), N_("Taybin Rutkin"), N_("Andreas Ruge"), N_("Sampo Savolainen"), diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc index 212c8e9ade..a7474ca65b 100644 --- a/gtk2_ardour/automation_controller.cc +++ b/gtk2_ardour/automation_controller.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h index ad34abf1a9..bb1c0d443c 100644 --- a/gtk2_ardour/automation_controller.h +++ b/gtk2_ardour/automation_controller.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/automation_region_view.cc b/gtk2_ardour/automation_region_view.cc index f26923de41..383c022bdb 100644 --- a/gtk2_ardour/automation_region_view.cc +++ b/gtk2_ardour/automation_region_view.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h index b17e1601f2..161977eaa1 100644 --- a/gtk2_ardour/automation_region_view.h +++ b/gtk2_ardour/automation_region_view.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/canvas-hit.h b/gtk2_ardour/canvas-hit.h index af64413884..f25c49ab10 100644 --- a/gtk2_ardour/canvas-hit.h +++ b/gtk2_ardour/canvas-hit.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/canvas-note-event.cc b/gtk2_ardour/canvas-note-event.cc index e05c6956ad..8ebd1239e4 100644 --- a/gtk2_ardour/canvas-note-event.cc +++ b/gtk2_ardour/canvas-note-event.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/canvas-note-event.h b/gtk2_ardour/canvas-note-event.h index 24e7c78834..541cacf6a9 100644 --- a/gtk2_ardour/canvas-note-event.h +++ b/gtk2_ardour/canvas-note-event.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/canvas-note.h b/gtk2_ardour/canvas-note.h index 3148a38c95..eb8b1eab02 100644 --- a/gtk2_ardour/canvas-note.h +++ b/gtk2_ardour/canvas-note.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard Author: Hans Baier This program is free software; you can redistribute it and/or modify diff --git a/gtk2_ardour/diamond.cc b/gtk2_ardour/diamond.cc index eb2f3b82b6..4ed7fa9ebc 100644 --- a/gtk2_ardour/diamond.cc +++ b/gtk2_ardour/diamond.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/diamond.h b/gtk2_ardour/diamond.h index a8169becb9..a9110d497d 100644 --- a/gtk2_ardour/diamond.h +++ b/gtk2_ardour/diamond.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc index 14f590d347..af3b624eeb 100644 --- a/gtk2_ardour/midi_region_view.cc +++ b/gtk2_ardour/midi_region_view.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/midi_util.h b/gtk2_ardour/midi_util.h index 2c158b1767..8b81269524 100644 --- a/gtk2_ardour/midi_util.h +++ b/gtk2_ardour/midi_util.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gtk2_ardour/po/de.po b/gtk2_ardour/po/de.po index e5e636213a..813ed1f463 100644 --- a/gtk2_ardour/po/de.po +++ b/gtk2_ardour/po/de.po @@ -160,8 +160,8 @@ msgid "Nimal Ratnayake" msgstr "Nimal Ratnayake" #: about.cc:157 -msgid "Dave Robillard" -msgstr "Dave Robillard" +msgid "David Robillard" +msgstr "David Robillard" #: about.cc:158 msgid "Taybin Rutkin" diff --git a/gtk2_ardour/po/el.po b/gtk2_ardour/po/el.po index b908eebaa7..cb87cc4cd6 100644 --- a/gtk2_ardour/po/el.po +++ b/gtk2_ardour/po/el.po @@ -153,7 +153,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/gtk2_ardour/po/es.po b/gtk2_ardour/po/es.po index 1f91cba04e..aadd4c8e3d 100644 --- a/gtk2_ardour/po/es.po +++ b/gtk2_ardour/po/es.po @@ -154,7 +154,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/gtk2_ardour/po/fr.po b/gtk2_ardour/po/fr.po index f105cab90d..8e90406b3e 100644 --- a/gtk2_ardour/po/fr.po +++ b/gtk2_ardour/po/fr.po @@ -157,8 +157,8 @@ msgid "Nimal Ratnayake" msgstr "Nimal Ratnayake" #: about.cc:157 -msgid "Dave Robillard" -msgstr "Dave Robillard" +msgid "David Robillard" +msgstr "David Robillard" #: about.cc:158 msgid "Taybin Rutkin" diff --git a/gtk2_ardour/po/it.po b/gtk2_ardour/po/it.po index da88cfbb79..054649ff13 100644 --- a/gtk2_ardour/po/it.po +++ b/gtk2_ardour/po/it.po @@ -154,7 +154,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/gtk2_ardour/po/pl.po b/gtk2_ardour/po/pl.po index 7fc884acdc..0801ec003f 100644 --- a/gtk2_ardour/po/pl.po +++ b/gtk2_ardour/po/pl.po @@ -158,8 +158,8 @@ msgid "Nimal Ratnayake" msgstr "Nimal Ratnayake" #: about.cc:157 -msgid "Dave Robillard" -msgstr "Dave Robillard" +msgid "David Robillard" +msgstr "David Robillard" #: about.cc:158 msgid "Taybin Rutkin" diff --git a/gtk2_ardour/po/pt.po b/gtk2_ardour/po/pt.po index d1f7d5103c..63863913b3 100644 --- a/gtk2_ardour/po/pt.po +++ b/gtk2_ardour/po/pt.po @@ -157,7 +157,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/gtk2_ardour/po/pt_PT.po b/gtk2_ardour/po/pt_PT.po index 2be77180a8..cc72b0d270 100644 --- a/gtk2_ardour/po/pt_PT.po +++ b/gtk2_ardour/po/pt_PT.po @@ -153,7 +153,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/gtk2_ardour/po/ru.po b/gtk2_ardour/po/ru.po index 78d25658f7..3048e7e3d6 100644 --- a/gtk2_ardour/po/ru.po +++ b/gtk2_ardour/po/ru.po @@ -163,8 +163,8 @@ msgid "Nimal Ratnayake" msgstr "Nimal Ratnayake" #: about.cc:158 -msgid "Dave Robillard" -msgstr "Dave Robillard" +msgid "David Robillard" +msgstr "David Robillard" #: about.cc:159 msgid "Taybin Rutkin" diff --git a/gtk2_ardour/po/sv.po b/gtk2_ardour/po/sv.po index b8e075f2c2..5b98e72e4f 100644 --- a/gtk2_ardour/po/sv.po +++ b/gtk2_ardour/po/sv.po @@ -153,7 +153,7 @@ msgid "Nimal Ratnayake" msgstr "" #: about.cc:157 -msgid "Dave Robillard" +msgid "David Robillard" msgstr "" #: about.cc:158 diff --git a/libs/ardour/ardour/automation_control.h b/libs/ardour/ardour/automation_control.h index d786f28ab6..44104b020c 100644 --- a/libs/ardour/ardour/automation_control.h +++ b/libs/ardour/ardour/automation_control.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/beats_frames_converter.h b/libs/ardour/ardour/beats_frames_converter.h index 46d6f03501..e76588ccaa 100644 --- a/libs/ardour/ardour/beats_frames_converter.h +++ b/libs/ardour/ardour/beats_frames_converter.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/chan_count.h b/libs/ardour/ardour/chan_count.h index b24ff2336c..5903a2f2d5 100644 --- a/libs/ardour/ardour/chan_count.h +++ b/libs/ardour/ardour/chan_count.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/chan_mapping.h b/libs/ardour/ardour/chan_mapping.h index a08ff011af..90b1d6fdf3 100644 --- a/libs/ardour/ardour/chan_mapping.h +++ b/libs/ardour/ardour/chan_mapping.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/data_type.h b/libs/ardour/ardour/data_type.h index 07ba7c60ef..311b60b4e6 100644 --- a/libs/ardour/ardour/data_type.h +++ b/libs/ardour/ardour/data_type.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libs/ardour/ardour/event_type_map.h b/libs/ardour/ardour/event_type_map.h index b3c6b89b3f..5068029db7 100644 --- a/libs/ardour/ardour/event_type_map.h +++ b/libs/ardour/ardour/event_type_map.h @@ -1,6 +1,6 @@ /* Copyright (C) 2000-2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/filter.h b/libs/ardour/ardour/filter.h index aa1dcd1762..a9cdc893a6 100644 --- a/libs/ardour/ardour/filter.h +++ b/libs/ardour/ardour/filter.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/lv2_event_buffer.h b/libs/ardour/ardour/lv2_event_buffer.h index 076ccc1dd4..6bdd02eee5 100644 --- a/libs/ardour/ardour/lv2_event_buffer.h +++ b/libs/ardour/ardour/lv2_event_buffer.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libs/ardour/ardour/midi_buffer.h b/libs/ardour/ardour/midi_buffer.h index fd47f1b4ce..55c14126bf 100644 --- a/libs/ardour/ardour/midi_buffer.h +++ b/libs/ardour/ardour/midi_buffer.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006-2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libs/ardour/ardour/midi_model.h b/libs/ardour/ardour/midi_model.h index e32d31d2a1..139950a320 100644 --- a/libs/ardour/ardour/midi_model.h +++ b/libs/ardour/ardour/midi_model.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h index 6170e9271f..8116faedb2 100644 --- a/libs/ardour/ardour/midi_playlist.h +++ b/libs/ardour/ardour/midi_playlist.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard, 2006 + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/midi_source.h b/libs/ardour/ardour/midi_source.h index a1738a2aa9..8859d42532 100644 --- a/libs/ardour/ardour/midi_source.h +++ b/libs/ardour/ardour/midi_source.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard, 2006 + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/midi_track.h b/libs/ardour/ardour/midi_track.h index 2308f3cdc6..d53156751d 100644 --- a/libs/ardour/ardour/midi_track.h +++ b/libs/ardour/ardour/midi_track.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/quantize.h b/libs/ardour/ardour/quantize.h index b02335811c..bf046e6c50 100644 --- a/libs/ardour/ardour/quantize.h +++ b/libs/ardour/ardour/quantize.h @@ -1,6 +1,6 @@ /* Copyright (C) 2007-2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/return.h b/libs/ardour/ardour/return.h index 8ec4c9b8b5..344e877ddf 100644 --- a/libs/ardour/ardour/return.h +++ b/libs/ardour/ardour/return.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/ardour/smf_source.h b/libs/ardour/ardour/smf_source.h index b0186d690d..e2f36b07ec 100644 --- a/libs/ardour/ardour/smf_source.h +++ b/libs/ardour/ardour/smf_source.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard, 2006 + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index 25a18949ee..092a1b7523 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/beats_frames_converter.cc b/libs/ardour/beats_frames_converter.cc index 7ee8fbd090..10a1d44321 100644 --- a/libs/ardour/beats_frames_converter.cc +++ b/libs/ardour/beats_frames_converter.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/chan_mapping.cc b/libs/ardour/chan_mapping.cc index 20ea6722a9..3f7ccad8f9 100644 --- a/libs/ardour/chan_mapping.cc +++ b/libs/ardour/chan_mapping.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/event_type_map.cc b/libs/ardour/event_type_map.cc index c8c48c5b86..2a45ba672c 100644 --- a/libs/ardour/event_type_map.cc +++ b/libs/ardour/event_type_map.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/lv2_event_buffer.cc b/libs/ardour/lv2_event_buffer.cc index c383e273c3..dd666203fd 100644 --- a/libs/ardour/lv2_event_buffer.cc +++ b/libs/ardour/lv2_event_buffer.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libs/ardour/lv2ext/lv2_event.h b/libs/ardour/lv2ext/lv2_event.h index 6ea90c896d..701fecb534 100644 --- a/libs/ardour/lv2ext/lv2_event.h +++ b/libs/ardour/lv2ext/lv2_event.h @@ -1,7 +1,7 @@ /* lv2_event.h - C header file for the LV2 events extension. * * Copyright (C) 2006-2007 Lars Luthman - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * * This header is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/libs/ardour/lv2ext/lv2_event_helpers.h b/libs/ardour/lv2ext/lv2_event_helpers.h index 8659b9bfae..de7d07e0f8 100644 --- a/libs/ardour/lv2ext/lv2_event_helpers.h +++ b/libs/ardour/lv2ext/lv2_event_helpers.h @@ -1,6 +1,6 @@ /* lv2_event_helpers.h - Helper functions for the LV2 events extension. * - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * * This header is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/libs/ardour/lv2ext/lv2_uri_map.h b/libs/ardour/lv2ext/lv2_uri_map.h index 1c2f5b0883..4066a2f468 100644 --- a/libs/ardour/lv2ext/lv2_uri_map.h +++ b/libs/ardour/lv2ext/lv2_uri_map.h @@ -1,6 +1,6 @@ /* lv2_uri_map.h - C header file for the LV2 URI Map extension. * - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * * This header is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/libs/ardour/midi_buffer.cc b/libs/ardour/midi_buffer.cc index 3af0c31b00..a2f078d8a5 100644 --- a/libs/ardour/midi_buffer.cc +++ b/libs/ardour/midi_buffer.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2006-2007 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libs/ardour/midi_source.cc b/libs/ardour/midi_source.cc index dcf89e6b84..6f8e0184df 100644 --- a/libs/ardour/midi_source.cc +++ b/libs/ardour/midi_source.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard, 2006 + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/midi_stretch.cc b/libs/ardour/midi_stretch.cc index e5b773465f..af78e293dd 100644 --- a/libs/ardour/midi_stretch.cc +++ b/libs/ardour/midi_stretch.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index 4666421b77..de6896bb31 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -870,6 +870,7 @@ PluginInsert::set_state(const XMLNode& node, int version) } Processor::set_state (node, version); + plugin->set_insert_info (this); if ((prop = node.property ("count")) != 0) { sscanf (prop->value().c_str(), "%u", &count); @@ -885,6 +886,7 @@ PluginInsert::set_state(const XMLNode& node, int version) if ((*niter)->name() == plugin->state_node_name()) { + plugin->set_state (**niter, version); for (Plugins::iterator i = _plugins.begin(); i != _plugins.end(); ++i) { (*i)->set_state (**niter, version); } diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc index e8dfab24bf..90ee20ab66 100644 --- a/libs/ardour/smf_source.cc +++ b/libs/ardour/smf_source.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2006 Paul Davis - Written by Dave Robillard, 2006 + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/evoral/evoral/Control.hpp b/libs/evoral/evoral/Control.hpp index bce76eecb9..bc525a0e72 100644 --- a/libs/evoral/evoral/Control.hpp +++ b/libs/evoral/evoral/Control.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/ControlList.hpp b/libs/evoral/evoral/ControlList.hpp index 28b1a07b37..65961d8fb1 100644 --- a/libs/evoral/evoral/ControlList.hpp +++ b/libs/evoral/evoral/ControlList.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/ControlSet.hpp b/libs/evoral/evoral/ControlSet.hpp index 5a8c8fc087..293d411755 100644 --- a/libs/evoral/evoral/ControlSet.hpp +++ b/libs/evoral/evoral/ControlSet.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/Curve.hpp b/libs/evoral/evoral/Curve.hpp index 096ace6c81..5719abf2d4 100644 --- a/libs/evoral/evoral/Curve.hpp +++ b/libs/evoral/evoral/Curve.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/Event.hpp b/libs/evoral/evoral/Event.hpp index 21f83e40b8..3f27dcb227 100644 --- a/libs/evoral/evoral/Event.hpp +++ b/libs/evoral/evoral/Event.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/EventRingBuffer.hpp b/libs/evoral/evoral/EventRingBuffer.hpp index a8ddfaa20e..cc58d27bed 100644 --- a/libs/evoral/evoral/EventRingBuffer.hpp +++ b/libs/evoral/evoral/EventRingBuffer.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * * Evoral is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/libs/evoral/evoral/EventSink.hpp b/libs/evoral/evoral/EventSink.hpp index 3c44095816..29d2793dd3 100644 --- a/libs/evoral/evoral/EventSink.hpp +++ b/libs/evoral/evoral/EventSink.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/MIDIEvent.hpp b/libs/evoral/evoral/MIDIEvent.hpp index bfda8e39d2..c27a716a3e 100644 --- a/libs/evoral/evoral/MIDIEvent.hpp +++ b/libs/evoral/evoral/MIDIEvent.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/MIDIParameters.hpp b/libs/evoral/evoral/MIDIParameters.hpp index e1f11202a5..931d29b48d 100644 --- a/libs/evoral/evoral/MIDIParameters.hpp +++ b/libs/evoral/evoral/MIDIParameters.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/Note.hpp b/libs/evoral/evoral/Note.hpp index f9d86fc08b..d195e0d754 100644 --- a/libs/evoral/evoral/Note.hpp +++ b/libs/evoral/evoral/Note.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/OldSMF.hpp b/libs/evoral/evoral/OldSMF.hpp index 0a92ac323d..692e159926 100644 --- a/libs/evoral/evoral/OldSMF.hpp +++ b/libs/evoral/evoral/OldSMF.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright(C) 2008 Dave Robillard + * Copyright(C) 2008 David Robillard * Copyright(C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/Parameter.hpp b/libs/evoral/evoral/Parameter.hpp index edd8c8d74f..e81870f6ea 100644 --- a/libs/evoral/evoral/Parameter.hpp +++ b/libs/evoral/evoral/Parameter.hpp @@ -1,6 +1,6 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/SMF.hpp b/libs/evoral/evoral/SMF.hpp index 15799b8fe3..063ae69f09 100644 --- a/libs/evoral/evoral/SMF.hpp +++ b/libs/evoral/evoral/SMF.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright(C) 2008 Dave Robillard + * Copyright(C) 2008 David Robillard * Copyright(C) 2000-2008 Paul Davis * Author: Hans Baier * diff --git a/libs/evoral/evoral/SMFReader.hpp b/libs/evoral/evoral/SMFReader.hpp index 7009ca16b1..91dd31da21 100644 --- a/libs/evoral/evoral/SMFReader.hpp +++ b/libs/evoral/evoral/SMFReader.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright(C) 2008 Dave Robillard + * Copyright(C) 2008 David Robillard * Copyright(C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/Sequence.hpp b/libs/evoral/evoral/Sequence.hpp index 77d06a673e..2b3ba4ace0 100644 --- a/libs/evoral/evoral/Sequence.hpp +++ b/libs/evoral/evoral/Sequence.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/TimeConverter.hpp b/libs/evoral/evoral/TimeConverter.hpp index 25371a18bf..17c8b07665 100644 --- a/libs/evoral/evoral/TimeConverter.hpp +++ b/libs/evoral/evoral/TimeConverter.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2009 Dave Robillard + * Copyright (C) 2009 David Robillard * Copyright (C) 2009 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/TypeMap.hpp b/libs/evoral/evoral/TypeMap.hpp index baf9b2b487..9d57cb8080 100644 --- a/libs/evoral/evoral/TypeMap.hpp +++ b/libs/evoral/evoral/TypeMap.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/midi_util.h b/libs/evoral/evoral/midi_util.h index 27049f5c8a..c30aa861ff 100644 --- a/libs/evoral/evoral/midi_util.h +++ b/libs/evoral/evoral/midi_util.h @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright(C) 2008 Dave Robillard + * Copyright(C) 2008 David Robillard * Copyright(C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/evoral/types.hpp b/libs/evoral/evoral/types.hpp index 3d98d23e22..e09e276b9a 100644 --- a/libs/evoral/evoral/types.hpp +++ b/libs/evoral/evoral/types.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/Control.cpp b/libs/evoral/src/Control.cpp index e83343b714..bf8b0abaa0 100644 --- a/libs/evoral/src/Control.cpp +++ b/libs/evoral/src/Control.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/ControlList.cpp b/libs/evoral/src/ControlList.cpp index f88bda323e..4fcb5a6068 100644 --- a/libs/evoral/src/ControlList.cpp +++ b/libs/evoral/src/ControlList.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/ControlSet.cpp b/libs/evoral/src/ControlSet.cpp index c042b21ec2..1dd73c0115 100644 --- a/libs/evoral/src/ControlSet.cpp +++ b/libs/evoral/src/ControlSet.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/Curve.cpp b/libs/evoral/src/Curve.cpp index d15ff16ea5..61487098c2 100644 --- a/libs/evoral/src/Curve.cpp +++ b/libs/evoral/src/Curve.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/Event.cpp b/libs/evoral/src/Event.cpp index 783634ff24..ebcac57a35 100644 --- a/libs/evoral/src/Event.cpp +++ b/libs/evoral/src/Event.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/MIDIEvent.cpp b/libs/evoral/src/MIDIEvent.cpp index 9793b31476..c642bc3cc3 100644 --- a/libs/evoral/src/MIDIEvent.cpp +++ b/libs/evoral/src/MIDIEvent.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/Note.cpp b/libs/evoral/src/Note.cpp index 62b7da723c..49af0fa9e6 100644 --- a/libs/evoral/src/Note.cpp +++ b/libs/evoral/src/Note.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/OldSMF.cpp b/libs/evoral/src/OldSMF.cpp index 622c8d534f..0cee749c9c 100644 --- a/libs/evoral/src/OldSMF.cpp +++ b/libs/evoral/src/OldSMF.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/SMF.cpp b/libs/evoral/src/SMF.cpp index 8cc14290f7..1b6b427859 100644 --- a/libs/evoral/src/SMF.cpp +++ b/libs/evoral/src/SMF.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * Author: Hans Baier * diff --git a/libs/evoral/src/SMFReader.cpp b/libs/evoral/src/SMFReader.cpp index b5b456348d..8697b89785 100644 --- a/libs/evoral/src/SMFReader.cpp +++ b/libs/evoral/src/SMFReader.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright(C) 2008 Dave Robillard + * Copyright(C) 2008 David Robillard * Copyright(C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/Sequence.cpp b/libs/evoral/src/Sequence.cpp index f1acdff013..d7ae73c056 100644 --- a/libs/evoral/src/Sequence.cpp +++ b/libs/evoral/src/Sequence.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/evoral/src/midi_util.cpp b/libs/evoral/src/midi_util.cpp index b6e71013b0..be7010ce6e 100644 --- a/libs/evoral/src/midi_util.cpp +++ b/libs/evoral/src/midi_util.cpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2009 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the diff --git a/libs/midi++2/midi++/names.h b/libs/midi++2/midi++/names.h index e4fdd241db..da83cdcb41 100644 --- a/libs/midi++2/midi++/names.h +++ b/libs/midi++2/midi++/names.h @@ -1,5 +1,5 @@ /* Names of standard MIDI events and controllers. - * Copyright (C) 2007-2008 Dave Robillard + * Copyright (C) 2007-2008 David Robillard * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as