cwMidiDevice.cpp : Updated comments.
This commit is contained in:
parent
e8e6915990
commit
8177ff71fc
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user