mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
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:
parent
4c43ef5e1f
commit
e033ac94f0
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue