Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DEvent.h153 typedef pool_element_id_t script_callback_id_t; typedef
443script_callback_id_t parentHandlerID; ///< Only in case this script handler instance was created b…
444script_callback_id_t childHandlerID[MAX_FORK_PER_SCRIPT_HANDLER+1]; ///< In case built-in script f…
450 void addChildHandlerID(script_callback_id_t childID);
H A DEvent.cpp243 void ScriptEvent::addChildHandlerID(script_callback_id_t childID) { in addChildHandlerID()
H A DInstrumentScriptVMFunctions.cpp2652 const script_callback_id_t id = args->arg(0)->asInt()->evalInt(); in exec()
2698 const script_callback_id_t id = args->arg(0)->asInt()->evalInt(); in exec()
2725 const script_callback_id_t id = args->arg(0)->asInt()->evalInt(); in exec()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DAbstractEngineChannel.h105 script_callback_id_t GetScriptCallbackID(const ScriptEvent* e) const { in GetScriptCallbackID()
109 RTList<ScriptEvent>::Iterator ScriptCallbackByID(script_callback_id_t id) const { in ScriptCallbackByID()