Home
last modified time | relevance | path

Searched refs:port_connections (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dmain_notebook.c67 self->port_connections);
100 self->port_connections =
103 GTK_WIDGET (self->port_connections), true);
106 GTK_WIDGET (self->port_connections),
H A Dmeson.build117 'port_connections.c',
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmidi_clock_slave.cc65 port_connections.drop_connections (); in ~MIDIClock_TransportMaster()
101 port_connections.drop_connections(); in set_session()
108 …parser.timing.connect_same_thread (port_connections, boost::bind (&MIDIClock_TransportMaster::upda… in set_session()
109 …parser.start.connect_same_thread (port_connections, boost::bind (&MIDIClock_TransportMaster::start… in set_session()
110 …parser.contineu.connect_same_thread (port_connections, boost::bind (&MIDIClock_TransportMaster::co… in set_session()
111 …parser.stop.connect_same_thread (port_connections, boost::bind (&MIDIClock_TransportMaster::stop, … in set_session()
112 …parser.position.connect_same_thread (port_connections, boost::bind (&MIDIClock_TransportMaster::po… in set_session()
H A Dmtc_slave.cc75 port_connections.drop_connections(); in ~MTC_TransportMaster()
110 port_connections.drop_connections(); in set_session()
121 …parser.mtc_time.connect_same_thread (port_connections, boost::bind (&MTC_TransportMaster::update_… in set_session()
122 …parser.mtc_qtr.connect_same_thread (port_connections, boost::bind (&MTC_TransportMaster::update_mt… in set_session()
123 …parser.mtc_status.connect_same_thread (port_connections, boost::bind (&MTC_TransportMaster::update… in set_session()
H A Dsession_midi.cc757 vector<string> port_connections; in rewire_selected_midi() local
758 AudioEngine::instance()->get_connections (*p, port_connections); in rewire_selected_midi()
759 for (vector<string>::iterator i = port_connections.begin(); i != port_connections.end(); ++i) { in rewire_selected_midi()
H A Dbundle.cc473 vector<string> port_connections; in connected_to() local
501 port_connections.clear(); in connected_to()
502 p->get_connections(port_connections); in connected_to()
503 if (port_connections.size() != other_ports.size()) in connected_to()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_overcr.c86 int port_connections = 0; in main() local
213 port_connections = strtod (recv_buffer, NULL); in main()
215 if (check_critical_value == TRUE && (port_connections >= critical_value)) in main()
217 else if (check_warning_value == TRUE && (port_connections >= warning_value)) in main()
223 port_connections, in main()
224 (port_connections == 1) ? "" : "s", in main()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_overcr.c86 int port_connections = 0; in main() local
213 port_connections = strtod (recv_buffer, NULL); in main()
215 if (check_critical_value == TRUE && (port_connections >= critical_value)) in main()
217 else if (check_warning_value == TRUE && (port_connections >= warning_value)) in main()
223 port_connections, in main()
224 (port_connections == 1) ? "" : "s", in main()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dio_button.cc426 vector<string> port_connections; in update() local
430 port_connections.clear (); in update()
431 port->get_connections (port_connections); in update()
435 for (vector<string>::iterator i = port_connections.begin (); in update()
436 i != port_connections.end (); in update()
561 port_connections.clear (); in update()
562 port->get_connections (port_connections); in update()
563 string connection = port_connections.front (); in update()
H A Dmonitor_section.cc1414 vector<string> port_connections; in update_output_display() local
1449 port_connections.clear (); in update_output_display()
1450 port->get_connections(port_connections); in update_output_display()
1453 if (!port_connections.empty()) { in update_output_display()
1454 for (vector<string>::iterator i = port_connections.begin(); i != port_connections.end(); ++i) { in update_output_display()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/
H A Dmmc.cc225 port_connections.drop_connections (); in set_ports()
230 …_input_port->parser()->mmc.connect_same_thread (port_connections, boost::bind (&MachineControl::pr… in set_ports()
231 …_input_port->parser()->start.connect_same_thread (port_connections, boost::bind (&MachineControl::… in set_ports()
232 …_input_port->parser()->contineu.connect_same_thread (port_connections, boost::bind (&MachineContro… in set_ports()
233 …_input_port->parser()->stop.connect_same_thread (port_connections, boost::bind (&MachineControl::s… in set_ports()
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/yosys/translation/
H A DYosysTranslator.py189 port_connections = p_conns + i_conns
190 connections = port_connections \
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/gui/widgets/
H A Dmain_notebook.h71 PortConnectionsWidget * port_connections; member
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/user/routing/
H A Dmaking-connections.rst19 .. image:: /_static/img/port_connections.png
/dports/science/pynn/PyNN-0.10.0/pyNN/nineml/
H A Dread.py167 projection.port_connections)
171 … self.psr_map[target_population.name] = {'port_connections': set(projection.port_connections),
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransport_master.h544 PBD::ScopedConnectionList port_connections;
688 PBD::ScopedConnectionList port_connections;
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Dmmc.h276 PBD::ScopedConnectionList port_connections; ///< connections to our parser for incoming data variable
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dfaderport8.h118 PBD::ScopedConnectionList port_connections; variable
H A Dfaderport8.cc174 …ARDOUR::AudioEngine::instance()->PortConnectedOrDisconnected.connect (port_connections, MISSING_IN… in FaderPort8()
175 …ARDOUR::AudioEngine::instance()->Stopped.connect (port_connections, MISSING_INVALIDATOR, boost::bi… in FaderPort8()
176 …ARDOUR::Port::PortDrop.connect (port_connections, MISSING_INVALIDATOR, boost::bind (&FaderPort8::e… in FaderPort8()
338 port_connections.drop_connections (); in close()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dpush2.cc128 …ARDOUR::AudioEngine::instance()->PortRegisteredOrUnregistered.connect (port_connections, MISSING_I… in Push2()
131 …ARDOUR::AudioEngine::instance()->PortConnectedOrDisconnected.connect (port_connections, MISSING_IN… in Push2()
142 port_connections.drop_connections (); in ~Push2()
H A Dpush2.h555 PBD::ScopedConnectionList port_connections; variable
/dports/cad/magic/magic-8.3.245/scmos/
H A Dmos.OpenGL.dstyle.mark95 14 177 040 377 outline 0 i port_connections
H A Dmos.OpenGL.dstyle59 14 127 54 0xff outline 0 i port_connections
H A Dmos.24bit.dstyle89 14 0x3f 54 0xff outline 0 - port_connections
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/po/
H A DPOTFILES113 inc/gui/widgets/port_connections.h
608 src/gui/widgets/port_connections.c

12