Async listening to MIDI device #193
-
Might be a newbie question, but how do I keep an inputDevice listening without blocking code? Thank you for any advice you can give! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Example is just simple console app. There is nothing hard to adapt it to your case. Just save |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
Example is just simple console app. There is nothing hard to adapt it to your case. Just save
InputDevice
to a field of a class and use the device across your program. Nothing blocking here. Without your code and what you want I can't say more.