mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 00:13:10 +01:00
comment accuracy improved
This commit is contained in:
parent
97c9a2e95f
commit
7ef3ec919c
1 changed files with 2 additions and 2 deletions
|
|
@ -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<framepos_t>& buf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue