Home
last modified time | relevance | path

Searched defs:json (Results 76 – 100 of 19099) sorted by path

12345678910>>...764

/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/
H A Deteroj_query.c96 const char *json, int range_cnt, jsmntok_t *range, int values_cnt, jsmntok_t *values, in _add()
525 json_eq(const char *json, jsmntok_t *tok, const char *s) in json_eq()
538 json_string(const char *json, jsmntok_t *tok, size_t *len) in json_string()
548 json_int(const char *json, jsmntok_t *tok) in json_int()
557 json_float(const char *json, jsmntok_t *tok) in json_float()
566 json_bool(const char *json, jsmntok_t *tok) in json_bool()
601 const char *json; in _message_cb() local
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/
H A Dlv2_state.cxx241 char* json = (char*)malloc(strlen(jsonSource)+1); in fabla2_restore() local
/dports/audio/faust/faust-2.37.3/architecture/
H A Dalsa-console.cpp112 string json = jsonui.JSON(); in hasMIDISync() local
H A Dalsa-gtk.cpp98 string json = jsonui.JSON(); in hasMIDISync() local
H A Dalsa-qt.cpp98 std::string json = jsonui.JSON(); in hasMIDISync() local
H A Dgen-json.cpp68 JSONUI json(DSP.getNumInputs(), DSP.getNumOutputs()); in main() local
H A Dra-qt.cpp105 std::string json = jsonui.JSON(); in hasMIDISync() local
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dfaust-dynamic-engine.cpp167 JSONUI json(name_app, "", fDSP->getNumInputs(), fDSP->getNumOutputs()); in createJSON() local
H A Dproxy-dsp.h47 void init(const std::string& json) in init()
58 proxy_dsp(const std::string& json) in proxy_dsp()
H A Dsoulpatch-dsp.h477 std::string json = unquote(params[i]->getProperty(names[0])->getCharPointer()); in init() local
H A Dwasm-dsp-imp.h92 std::string json = std::string(fMemory); in initDecoder() local
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DJSONUIDecoder.h575 static JSONUIDecoderBase* createJSONUIDecoder(const std::string& json) in createJSONUIDecoder()
H A DMidiUI.h68 std::string json = jsonui.JSON(); in analyse() local
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/html/js/svg/api/
H A DMakefile64 json: target
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/
H A DHTTPDControler.cpp192 string json = fJson->root().json(); // fJson->root().json(true); to 'flatten' JSON in run() local
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/json/
H A Djsonfaustui.cpp75 std::string jsonfaustui::json(bool flatten) { return fJSON->json(flatten); } in json() function in httpdfaust::jsonfaustui
H A Djsonui.h76 std::string json(bool flatten) { return fFactory->root().json(flatten); } in json() function
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/nodes/
H A DRootNode.h53 void setJSON(const std::string& json) { fJson = json; } in setJSON()
/dports/audio/faust/faust-2.37.3/architecture/max-msp/
H A Dmax-msp.cpp325 t_atom json; in faust_create_jsui() local
H A Dmax-msp64.cpp378 t_atom json; in faust_create_jsui() local
/dports/audio/faust/faust-2.37.3/architecture/osclib/faust/src/
H A DOSCControler.cpp144 OSCControler::OSCControler(int argc, char* argv[], GUI* ui, JSONUI* json, OSCIO* io, ErrorCallback … in OSCControler()
/dports/audio/faust/faust-2.37.3/architecture/osclib/faust/src/nodes/
H A DFaustFactory.cpp37 FaustFactory::FaustFactory(GUI* ui, JSONUI* json, OSCIO* io) : fIO(io), fGUI(ui), fJSON(json) {} in FaustFactory()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcode_container.hh290 void generateMetaData(JSONUIReal<REAL>* json) in generateMetaData()
/dports/audio/faust/faust-2.37.3/compiler/generator/julia/
H A Djulia_code_container.cpp251 string json; in produceClass() local
/dports/audio/faust/faust-2.37.3/compiler/generator/soul/
H A Dsoul_code_container.cpp205 string json; in produceClass() local

12345678910>>...764