You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/polling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ which can then be injected into your app's main loop.
7
7
8
8
Thus, this enables complete control over threading (and can also remove the need for synchronisation as this allows to make a callback-based yet single-threaded app, for simple applications which do not wish to reimplement MIDI filtering & parsing for back-ends such as ALSA Sequencer or RawMidi).
9
9
10
-
Since this feature is pretty complicated to implement correctly, we recommend checking the examples:
10
+
Since this feature is pretty complicated to implement correctly unless you already have an easily accessible `poll` loop in your app, we recommend checking the examples:
11
11
12
12
See:
13
13
-`poll_share.cpp` for a complete example for ALSA RawMidi (recommended).
0 commit comments