13
0

Remove random crazy comment fragment.

Fix spacey tabs.


git-svn-id: svn://localhost/ardour2/branches/3.0@5918 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-25 22:04:05 +00:00
parent 4c43ef5e1f
commit e033ac94f0
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,6 @@ class Session;
*
* This is a few common things factored out of IO which weren't IO specific
* (to fix the problem with e.g. PluginInsert being an IO which it shouldn't be).
* collection of input and output ports with connections.
*/
class SessionObject : public PBD::StatefulDestructible
{

View File

@ -131,9 +131,9 @@ MidiSource::invalidate ()
nframes_t
MidiSource::midi_read (Evoral::EventSink<nframes_t>& dst, sframes_t source_start,
sframes_t start, nframes_t cnt,
sframes_t stamp_offset, sframes_t negative_stamp_offset,
MidiStateTracker* tracker) const
sframes_t start, nframes_t cnt,
sframes_t stamp_offset, sframes_t negative_stamp_offset,
MidiStateTracker* tracker) const
{
Glib::Mutex::Lock lm (_lock);