Home
last modified time | relevance | path

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

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/jack/
H A Dstream.rs160 let system_ports = self.async_client.as_client().ports( in connect_to_system_outputs() localVariable
168 if i >= system_ports.len() { in connect_to_system_outputs()
174 .connect_ports_by_name(&self.output_port_names[i], &system_ports[i]) in connect_to_system_outputs()
186 let system_ports = self.async_client.as_client().ports( in connect_to_system_inputs() localVariable
194 if i >= system_ports.len() { in connect_to_system_inputs()
200 .connect_ports_by_name(&system_ports[i], &self.input_port_names[i]) in connect_to_system_inputs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/jack/
H A Dstream.rs160 let system_ports = self.async_client.as_client().ports( in connect_to_system_outputs() localVariable
168 if i >= system_ports.len() { in connect_to_system_outputs()
174 .connect_ports_by_name(&self.output_port_names[i], &system_ports[i]) in connect_to_system_outputs()
186 let system_ports = self.async_client.as_client().ports( in connect_to_system_inputs() localVariable
194 if i >= system_ports.len() { in connect_to_system_inputs()
200 .connect_ports_by_name(&system_ports[i], &self.input_port_names[i]) in connect_to_system_inputs()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmonitor_section.cc1430 string system_ports; in update_output_display() local
1484 if (system_ports.empty()) { in update_output_display()
1485 system_ports += pn; in update_output_display()
1487 system_ports += "/" + pn; in update_output_display()
1495 if (system_ports.empty()) { in update_output_display()
1496 system_ports += system_port; in update_output_display()
1498 system_ports += "/" + system_port; in update_output_display()
1543 label << system_ports; in update_output_display()
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app_mod.c723 mod->system_ports = lilv_plugin_has_feature(plug, app->regs.synthpod.system_ports.node); in _sp_app_mod_add()
759 if(mod->system_ports) in _sp_app_mod_add()
H A Dsynthpod_app.c45 if(!mod->system_ports) // has system ports? in _sp_app_update_system_sources()
80 if(!mod->system_ports) // has system ports? in _sp_app_update_system_sinks()
239 && (!mod->system_ports) ) // don't overwrite source buffer events in _sp_app_process_single_run()
H A Dsynthpod_app_private.h280 bool system_ports; member
/dports/audio/synthpod-lv2/synthpod-01aad91/include/
H A Dsynthpod_private.h382 reg_item_t system_ports; member
676 _register(&regs->synthpod.system_ports, world, map, SYNTHPOD_PREFIX"systemPorts"); in sp_regs_init()
935 _unregister(&regs->synthpod.system_ports); in sp_regs_deinit()