Home
last modified time | relevance | path

Searched defs:jack_port_type (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/port/
H A Daudio.rs45 fn jack_port_type(&self) -> &'static str { in jack_port_type() method
70 fn jack_port_type(&self) -> &'static str { in jack_port_type() method
H A Dmidi.rs46 fn jack_port_type(&self) -> &'static str { in jack_port_type() method
61 fn jack_port_type(&self) -> &'static str { in jack_port_type() method
H A Dport.rs25 fn jack_port_type(&self) -> &str; in jack_port_type() method
311 fn jack_port_type(&self) -> &str { in jack_port_type() method
/dports/audio/aubio/aubio-0.4.9/examples/
H A Djackio.c95 char *jack_port_type; in new_aubio_jack() local
/dports/audio/py-aubio/aubio-0.4.9/examples/
H A Djackio.c95 char *jack_port_type; in new_aubio_jack() local
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/weakjack/
H A Dweak_libjack.h108 #define jack_port_type WJACK_port_type macro
/dports/audio/lmms/lmms-1.2.2/include/
H A DAudioWeakJack.h118 #define jack_port_type WJACK_port_type macro
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/jack/
H A Dweak_libjack.h110 #define jack_port_type WJACK_port_type macro
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/weakjack/
H A Dweak_libjack.h108 #define jack_port_type WJACK_port_type macro
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/weakjack/
H A Dweak_libjack.h110 #define jack_port_type WJACK_port_type macro
/dports/audio/carla/Carla-2.4.1/source/libjack/
H A Dlibjack_ports.cpp252 const char* jack_port_type(const jack_port_t* port) in jack_port_type() function
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackAPI.cpp421 LIB_EXPORT const char* jack_port_type(const jack_port_t* port) in jack_port_type() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-sys-0.2.0/src/
H A Dlib.rs601 pub fn jack_port_type(port: *const jack_port_t) -> *const ::libc::c_char; in jack_port_type() function
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/src/
H A Dpipewire-jack.c4383 const char * jack_port_type (const jack_port_t *port) in jack_port_type() function