Ardour
9.0-pre0-582-g084a23a80d
|
Functions | |
LuaScriptParamList | script_params (const LuaScriptInfoPtr &, const std::string &) |
LuaScriptParamList | script_params (const std::string &, const std::string &, bool file=true) |
LuaScriptParamList | script_params (LuaState &, const std::string &, const std::string &, bool file=true) |
void | params_to_ref (luabridge::LuaRef *tbl_args, const LuaScriptParamList &) |
void | ref_to_params (LuaScriptParamList &, luabridge::LuaRef *tbl_args) |
void ARDOUR::LuaScriptParams::params_to_ref | ( | luabridge::LuaRef * | tbl_args, |
const LuaScriptParamList & | |||
) |
void ARDOUR::LuaScriptParams::ref_to_params | ( | LuaScriptParamList & | , |
luabridge::LuaRef * | tbl_args | ||
) |
LuaScriptParamList ARDOUR::LuaScriptParams::script_params | ( | const LuaScriptInfoPtr & | , |
const std::string & | |||
) |
LuaScriptParamList ARDOUR::LuaScriptParams::script_params | ( | const std::string & | , |
const std::string & | , | ||
bool | file = true |
||
) |
LuaScriptParamList ARDOUR::LuaScriptParams::script_params | ( | LuaState & | , |
const std::string & | , | ||
const std::string & | , | ||
bool | file = true |
||
) |