Home
last modified time | relevance | path

Searched refs:send_message_to_RT (Results 1 – 3 of 3) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_plugin_interface.cpp571 bool send_message_to_RT(World* world, struct FifoMsg& msg) { in send_message_to_RT() function
572 nova::instance->send_message_to_RT(world, msg); in send_message_to_RT()
623 sc_interface.fSendMsgToRT = &send_message_to_RT; in initialize()
H A Dsc_osc_handler.hpp346 void send_message_to_RT(const World* world, FifoMsg& msg) const;
H A Dsc_osc_handler.cpp3689 void sc_osc_handler::send_message_to_RT(const World* world, FifoMsg& msg) const { in send_message_to_RT() function in nova::detail::sc_osc_handler