Home
last modified time | relevance | path

Searched refs:outports (Results 1 – 25 of 44) sorted by relevance

12

/dports/emulators/hatari/hatari-2.2.1/src/
H A Dmidi.c78 static const PmDeviceInfo** outports = NULL; // array of available output ports variable
390 if (outports) in Midi_Host_Open()
391 free (outports); in Midi_Host_Open()
392 inports = outports = NULL; in Midi_Host_Open()
408 outports = malloc(numOutputs * sizeof(PmDeviceInfo*)); in Midi_Host_Open()
420 outports[oindex++] = info; in Midi_Host_Open()
471 return outports[index]->name; in Midi_Host_GetPortName()
486 const PmDeviceInfo** ports = forInput ? inports : outports; in Midi_Host_GetPortIndex()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/tests/
H A Dtest.cpp561 const char **outports; // array of PHY input/outputs in main() local
1195 if (outports == NULL) { in main()
1230 while (outports && outports[a] != NULL) { in main()
1231 if (jack_connect(client1, outports[a], jack_port_name(input_port1))) { in main()
1239 if (test_link == 0 && outports && ((a - 1) > 0) && outports[a - 1]) { in main()
1316 jack_free(outports); in main()
1821 if (inports && outports && inports[0] != NULL && outports[0] != NULL) { in main()
1831 jack_connect(client1, outports[0], jack_port_name(input_port1)); in main()
1866 jack_connect(client2, outports[0], jack_port_name(input_port1)); in main()
1867 jack_connect(client2, outports[0], jack_port_name(input_port2)); in main()
[all …]
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-jack.c46 jack_port_t *inports[8],*outports[8]; member
162 jack_port_set_name(mhjack.outports[i], in mhjack_preferences_ok()
166 mhjack.outports[i] = NULL; in mhjack_preferences_ok()
285 if (mhjack.outports[i] == NULL) in mhjack_register_ports()
286 mhjack.outports[i] = in mhjack_register_ports()
366 if (mhjack.outports[i] == NULL) continue; in mhjack_process_callback()
387 if (mhjack.outports[i] == NULL) continue; in mhjack_process_callback()
388 p = jack_port_get_buffer(mhjack.outports[i],nframes); in mhjack_process_callback()
513 if ((!input && mhjack.outports[i] != NULL) || in mhjack_ringbuffer_space()
663 if (mhjack.outports[0] != NULL) in mhjack_output_play()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/libsimpleplugin/
H A Dsimpler_plugingui.cpp62 …if ( ((*i)->outports() == 2 || (*i)->outports() == 1) && ((*i)->inports() == 2 || (*i)->inports() … in SimplerPluginChooser()
67 tmpItem->setText(SS_PLUGINCHOOSER_OUTPORTSCOL, QString::number((*i)->outports())); in SimplerPluginChooser()
H A Dsimpler_plugin.h131 unsigned long outports() const { return _outports; } in outports() function
440 unsigned long outports() const { return _audioOutPorts; } in outports() function
H A Dsimpler_plugin.cpp1007 const unsigned long outs = _plugin->outports(); in initPluginInstance()
1189 const unsigned long outs = _plugin->outports(); in setChannels()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DMIDIOut.sc16 *init { arg inports, outports, verbose=true; // by default initialize all available ports
22 if(outports.isNil,{outports = destinations.size});
25 this.prInit(inports,outports);
30 if(sources.size < inports or: {destinations.size < outports},{
32 ("MIDIClient-init requested " ++ inports ++ " inport(s) and " ++ outports
39 myoutports = outports;
64 *prInit { arg inports, outports;
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/simpledrums2/
H A Dssplugin.h62 virtual int outports() const { return 0; } in outports() function
123 virtual int outports() const { return _outports; } in outports() function
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dcellaigs.h33 vector<pair<IdString, int>> outports; member
H A Dcellaigs.cc131 node.outports.clear(); in not_gate()
238 aig->nodes.at(node).outports.push_back(pair<IdString, int>(portname, portbit)); in outport()
473 if (!nodes[i].outports.empty()) in Aig()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dbad_connection.sci44 outports=list()
54 for kk=k,outports($+1)=path,end
56 path_out=outports(prt_out)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DMIDIClient.schelp22 ARGUMENT:: outports
23 the number of MIDI output connections to open; if code::nil:: then opens as many outports as there …
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dconnector.cpp642 outports[c].type = 1; in create_window()
643 outports[c].id = c; in create_window()
644 outports[c].connector = this; in create_window()
645 …g_signal_connect(GTK_OBJECT(out), "clicked", G_CALLBACK(outport_clicked), (gpointer*)&outports[c]); in create_window()
648 active_out = &outports[c]; in create_window()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dconnector.h45 connector_port outports[8]; variable
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_multifunction_node.cpp507 void operator()(const int &i, mf_node_type::output_ports_type &outports) { in operator ()()
511 ASSERT(tbb::flow::get<0>(outports).try_put(i), "port 0 expected to succeed"); in operator ()()
514 ASSERT(!tbb::flow::get<0>(outports).try_put(i), "port 0 expected to fail"); in operator ()()
517 ASSERT(tbb::flow::get<1>(outports).try_put(i), "port 1 expected to succeed"); in operator ()()
520 ASSERT(!tbb::flow::get<1>(outports).try_put(i), "port 1 expected to fail"); in operator ()()
H A Dtest_flow_graph_whitebox.cpp479 void operator()( const int& in, typename MF_TYPE::output_ports_type &outports) { in operator ()()
485 if(in & 0x1) tbb::flow::get<1>(outports).try_put(in); in operator ()()
486 else tbb::flow::get<0>(outports).try_put(in); in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_multifunction_node.cpp507 void operator()(const int &i, mf_node_type::output_ports_type &outports) { in operator ()()
511 ASSERT(tbb::flow::get<0>(outports).try_put(i), "port 0 expected to succeed"); in operator ()()
514 ASSERT(!tbb::flow::get<0>(outports).try_put(i), "port 0 expected to fail"); in operator ()()
517 ASSERT(tbb::flow::get<1>(outports).try_put(i), "port 1 expected to succeed"); in operator ()()
520 ASSERT(!tbb::flow::get<1>(outports).try_put(i), "port 1 expected to fail"); in operator ()()
H A Dtest_flow_graph_whitebox.cpp479 void operator()( const int& in, typename MF_TYPE::output_ports_type &outports) { in operator ()()
485 if(in & 0x1) tbb::flow::get<1>(outports).try_put(in); in operator ()()
486 else tbb::flow::get<0>(outports).try_put(in); in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_multifunction_node.cpp507 void operator()(const int &i, mf_node_type::output_ports_type &outports) { in operator ()()
511 ASSERT(tbb::flow::get<0>(outports).try_put(i), "port 0 expected to succeed"); in operator ()()
514 ASSERT(!tbb::flow::get<0>(outports).try_put(i), "port 0 expected to fail"); in operator ()()
517 ASSERT(tbb::flow::get<1>(outports).try_put(i), "port 1 expected to succeed"); in operator ()()
520 ASSERT(!tbb::flow::get<1>(outports).try_put(i), "port 1 expected to fail"); in operator ()()
H A Dtest_flow_graph_whitebox.cpp479 void operator()( const int& in, typename MF_TYPE::output_ports_type &outports) { in operator ()()
485 if(in & 0x1) tbb::flow::get<1>(outports).try_put(in); in operator ()()
486 else tbb::flow::get<0>(outports).try_put(in); in operator ()()
/dports/graphics/gegl/gegl-0.4.34/operations/core/
H A Djson.c430 JsonObject *outports = json_object_get_object_member(root, "outports"); in attach() local
431 GList *outport_names = json_object_get_members(outports); in attach()
434 JsonObject *conn = json_object_get_object_member(outports, name); in attach()
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Daigmap.cc140 for (auto &op : node.outports) in execute()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_flow_graph_whitebox.cpp538 void operator()(const int& in, typename MF_TYPE::output_ports_type& outports) { in operator ()()
546 std::get<1>(outports).try_put(in); in operator ()()
548 std::get<0>(outports).try_put(in); in operator ()()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Ddssihost.cpp461 int outports = _synth->_outports; in init() local
462 if(outports != 0) in init()
464 _audioOutBuffers = new float*[outports]; in init()
465 for(int k = 0; k < outports; ++k) in init()
/dports/cad/yosys/yosys-yosys-0.12/backends/protobuf/
H A Dprotobuf.cc201 for (auto &op : node.outports) { in serialize_models()

12