cwMidiDevice.cpp : Updated comments.

This commit is contained in:
kevin 2024-02-21 07:47:09 -05:00
parent e8e6915990
commit 8177ff71fc

View File

@ -144,6 +144,9 @@ namespace cw
} }
// TODO: Consider replacing the poll() with epoll_wait2() is apparently
// optimized for more accurate time outs.
// Block here waiting for ALSA events or timeout when the next file msg should be sent // Block here waiting for ALSA events or timeout when the next file msg should be sent
int sysRC = poll( p->alsaPollfdA, p->alsaPollfdN, sleep_millis ); int sysRC = poll( p->alsaPollfdA, p->alsaPollfdN, sleep_millis );