Home
last modified time | relevance | path

Searched refs:jack_port_ensure_monitor (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/
H A Dffi_completeness.md34 `jack_port_ensure_monitor`
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/weakjack/
H A Dweak_libjack.h90 #define jack_port_ensure_monitor WJACK_port_ensure_monitor macro
/dports/audio/lmms/lmms-1.2.2/include/
H A DAudioWeakJack.h100 #define jack_port_ensure_monitor WJACK_port_ensure_monitor macro
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/weakjack/
H A Dweak_libjack.h90 #define jack_port_ensure_monitor WJACK_port_ensure_monitor macro
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/weakjack/
H A Dweak_libjack.h90 #define jack_port_ensure_monitor WJACK_port_ensure_monitor macro
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/jack/
H A Dweak_libjack.h90 #define jack_port_ensure_monitor WJACK_port_ensure_monitor macro
H A Djack_portengine.cc562 return jack_port_ensure_monitor (boost::dynamic_pointer_cast<JackPort>(port)->jack_ptr, yn); in ensure_input_monitoring()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/port/
H A Dport.rs189 let res = unsafe { j::jack_port_ensure_monitor(self.as_ptr(), onoff) }; in ensure_monitor()
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/jack/
H A Djack.h973 int jack_port_ensure_monitor (jack_port_t *port, int onoff) JACK_OPTIONAL_WEAK_EXPORT;
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/jack/
H A Djack.h973 int jack_port_ensure_monitor (jack_port_t *port, int onoff) JACK_OPTIONAL_WEAK_EXPORT;
/dports/audio/carla/Carla-2.4.1/source/libjack/
H A Dapi.hpp97 CARLA_API int jack_port_ensure_monitor(jack_port_t*, int);
H A Dlibjack_ports.cpp418 int jack_port_ensure_monitor(jack_port_t* port, int onoff) in jack_port_ensure_monitor() function
/dports/audio/cadence/Cadence-0.9.1/src/
H A Djacklib.py719 jacklib.jack_port_ensure_monitor.argtypes = [POINTER(jack_port_t), c_int]
720 jacklib.jack_port_ensure_monitor.restype = c_int
817 return jacklib.jack_port_ensure_monitor(port, onoff)
/dports/audio/musescore/MuseScore-3.6.1/audio/drivers/
H A Djackweakapi.cpp247 DECL_FUNCTION(int, jack_port_ensure_monitor, (jack_port_t *port, int onoff), (port, onoff));
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackWeakAPI.c222 DECL_FUNCTION(int, jack_port_ensure_monitor, (jack_port_t *port, int onoff), (port, onoff));
H A DJackAPI.cpp163 LIB_EXPORT int jack_port_ensure_monitor(jack_port_t *port, int onoff);
754 LIB_EXPORT int jack_port_ensure_monitor(jack_port_t* port, int onoff) in jack_port_ensure_monitor() function
/dports/audio/cadence/Cadence-0.9.1/c++/jackbridge/
H A DJackBridge.cpp1081 return (jack_port_ensure_monitor(port, onoff) == 0); in jackbridge_port_ensure_monitor()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-sys-0.2.0/src/
H A Dlib.rs634 pub fn jack_port_ensure_monitor(port: *mut jack_port_t, in jack_port_ensure_monitor() function
/dports/audio/carla/Carla-2.4.1/source/jackbridge/
H A DJackBridge1.cpp1566 return (jack_port_ensure_monitor(port, onoff) == 0); in jackbridge_port_ensure_monitor()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/jackbridge/
H A DJackBridge.cpp1676 return (jack_port_ensure_monitor(port, onoff) == 0); in jackbridge_port_ensure_monitor()
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/src/
H A Dpipewire-jack.c4766 int jack_port_ensure_monitor (jack_port_t *port, int onoff) in jack_port_ensure_monitor() function