Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_osc_handler.cpp3681 template <bool realtime> void handle_message_to_RT(FifoMsg& msg) { in handle_message_to_RT() function
3691 handle_message_to_RT<true>(msg); in send_message_to_RT()
3693 handle_message_to_RT<false>(msg); in send_message_to_RT()