mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
*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:
parent
598b412e6b
commit
ea54d26111
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue