13
0

*fixed typo

* set copyright to Hans Baier for midi_clock_slave.cc


git-svn-id: svn://localhost/ardour2/branches/3.0@4387 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-01-05 18:43:22 +00:00
parent 598b412e6b
commit ea54d26111
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2002-4 Paul Davis
Copyright (C) 2008 Hans Baier
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

View File

@ -50,7 +50,7 @@ using namespace std;
void
Session::process (nframes_t nframes)
{
// This is no more the appriopriate place to call cycle
// This is no more the appropriate place to call cycle
// start. cycle_start needs to be called at the Route::roll()
// where the signals which we want to mixdown have been calculated.
//