From 7ef3ec919c7e56258359bc44deac6c5030fa94fc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 28 Oct 2016 14:33:10 -0200 Subject: [PATCH] comment accuracy improved --- libs/ardour/ardour/midi_playlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h index ad0a812cba..f0e1b59d1c 100644 --- a/libs/ardour/ardour/midi_playlist.h +++ b/libs/ardour/ardour/midi_playlist.h @@ -72,8 +72,8 @@ public: * @param cnt Number of frames in read range. * @param loop_range If non-null, all event times will be mapped into this loop range. * @param chan_n Must be 0 (this is the audio-style "channel", where each - * channel is backed by a separate region, not MIDI channels, which all - * exist in the same region and are not handled here). + * channel may be backed by a separate source, not MIDI channels, which all + * exist in the same source and are not handled here). * @return The number of frames read (time, not an event count). */ framecnt_t read (Evoral::EventSink& buf,