MCPcopy Create free account
hub / github.com/celtera/libremidi / poll

Method poll

bindings/python/pylibremidi.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void poll() {
142 poll_queue::midi_in_msg m;
143 while (queue.try_dequeue(m))
144 boost::variant2::visit(*this, std::move(m));
145 }
146
147 void operator()(const poll_queue::error_message &msg) const noexcept {
148 if (python_midi1_callbacks.on_error)

Callers 2

example.pyFile · 0.45
NB_MODULEFunction · 0.45

Calls 1

try_dequeueMethod · 0.80

Tested by

no test coverage detected