MCPcopy Create free account
hub / github.com/VCVRack/Rack / sendMessageNow

Method sendMessageNow

src/rtmidi.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 void sendMessageNow(const midi::Message& message) {
203 try {
204 rtMidiOut->sendMessage(message.bytes.data(), message.bytes.size());
205 }
206 catch (RtMidiError& e) {
207 // Ignore error
208 }
209 }
210
211 void stopThread() {
212 {

Callers

nothing calls this directly

Calls 2

sendMessageMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected