Home
last modified time | relevance | path

Searched refs:lsp_warn (Results 1 – 17 of 17) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A DIWrapper.cpp88 lsp_warn("Could not obtain temporary directory: %d", int(res)); in dump_plugin_state()
93 lsp_warn("Could not form path to directory: %d", int(res)); in dump_plugin_state()
98 lsp_warn("Could not create directory %s: %d", path.as_utf8(), int(res)); in dump_plugin_state()
124 lsp_warn("Could not format the file name"); in dump_plugin_state()
130 lsp_warn("Could not form the file name: %d", int(res)); in dump_plugin_state()
139 lsp_warn("Could not create file %s: %d", path.as_utf8(), int(res)); in dump_plugin_state()
H A DKVTDispatcher.cpp86 lsp_warn("Received too big OSC packet, skipping"); in receive_changes()
94 lsp_warn("Received error while deserializing KVT changes: %d", int(res)); in receive_changes()
152lsp_warn("Too large packet for parameter %s: %d bytes, skipping", kvt_name, int(size)); in transmit_changes()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/vst/
H A Dwrapper.h1013 lsp_warn("it->get() returned %d", int(res)); in serialize_port_data()
1226 lsp_warn("block size too small (0x%08x bytes)", int(size)); in check_vst_bank_header()
1254 lsp_warn("bank->numPrograms (%d) != 0", int(bank->numPrograms)); in check_vst_bank_header()
1266 lsp_warn("block size too small (0x%08x bytes)", int(size)); in check_vst_program_header()
1303 lsp_warn("Found standard VST 2.x chunk header (bank)"); in deserialize_state()
1335 lsp_warn("Found standard VST 2.x chunk header (program)"); in deserialize_state()
1398 lsp_warn("Unsupported format, don't know how to deserialize chunk"); in deserialize_new_chunk_format()
1485 lsp_warn("Unexpected end of chunk while fetching parameter size"); in deserialize_v2_v3()
1496 lsp_warn("Unexpected end of chunk while fetching parameter name"); in deserialize_v2_v3()
1511 lsp_warn("Port id=%s not found, skipping", name); in deserialize_v2_v3()
[all …]
H A Dports.h278lsp_warn("Could not sanitize buffer data for port %s, not enough buffer size (required: %d, actual… in bind()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/jack/
H A Dports.h272 lsp_warn("Could not fetch MIDI event #%d from JACK port", int(i)); in pre_process()
280lsp_warn("Could not decode MIDI event #%d at timestamp %d from JACK port", int(i), int(midi_event.… in pre_process()
287lsp_warn("Could not append MIDI event #%d at timestamp %d due to buffer overflow", int(i), int(mid… in pre_process()
310lsp_warn("Could not sanitize buffer data for port %s, not enough buffer size (required: %d, actual… in pre_process()
338lsp_warn("Could not encode output MIDI message of type 0x%02x, timestamp=%d", int(ev->type), int(e… in post_process()
346lsp_warn("Could not write MIDI message of type 0x%02x, size=%d, timestamp=%d to JACK output port b… in post_process()
H A Dwrapper.h365 lsp_warn("JACK NOTIFICATION: shutdown"); in shutdown()
567 lsp_warn("Could not connect to JACK (status=0x%08x)", int(jack_status)); in connect()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/
H A Ddebug.h70 …#define lsp_warn(msg, ...) { fprintf(LSP_LOG_FD, "[WRN][%s:%4d] %s: " msg "\n", __FILE__, __L… macro
74 …#define lsp_warn(msg, ...) { fprintf(LSP_LOG_FD, "[WRN] " msg "\n", ## __VA_ARGS__); fflush(L… macro
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/
H A DHydrogen.cpp267 lsp_warn("Unexpected tag: %s", name->get_native()); in read_layer()
317 lsp_warn("Unexpected tag: %s", name->get_native()); in read_instrument_component()
429 lsp_warn("Unexpected tag: %s", name->get_native()); in read_instrument()
480 lsp_warn("Unexpected tag: %s", name->get_native()); in read_instruments()
529 lsp_warn("Unexpected tag: %s", name->get_native()); in read_drumkit()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/lv2/
H A Dwrapper.h691 lsp_warn("Could not decode MIDI message"); in parse_midi_event()
708 lsp_warn("MIDI event queue overflow"); in parse_midi_event()
1025 lsp_warn("Too large OSC packet in the buffer, skipping"); in transmit_osc_events()
1032 lsp_warn("OSC packet parsing error %d, skipping", int(res)); in transmit_osc_events()
1071 lsp_warn("Received too big OSC packet, skipping"); in transmit_kvt_events()
1079 lsp_warn("Received error while deserializing KVT changes: %d", int(res)); in transmit_kvt_events()
1444 lsp_warn("Unknown port number: %d", int(id)); in connect()
1653 lsp_warn("it->get() returned %d", int(res)); in save_state()
1880 lsp_warn("Invalid property: urid=%d, uri=%s", body->key, uri); in restore_state()
1997 lsp_warn("Could not store parameter to KVT"); in restore_state()
[all …]
H A Dui_wrapper.h419 lsp_warn("Too large OSC packet in the buffer, skipping"); in receive_kvt_state()
426 lsp_warn("OSC packet parsing error %d, skipping", int(res)); in receive_kvt_state()
H A Dports.h248 lsp_warn("Failed to allocate sanitize buffer for port %s", pMetadata->id); in LV2AudioPort()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A Dcontext.h39 lsp_warn("DSP context is not empty"); in finish()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/ladspa/
H A Dports.h66 lsp_warn("Failed to allocate sanitize buffer for port %s", pMetadata->id); in LADSPAAudioPort()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/ipc/
H A DLibrary.cpp74 lsp_warn("Error loading module %s: %s", path->get_native(), ::dlerror()); in open()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/
H A Dplugin_ui.cpp154 lsp_warn("Could not get parameter: code=%d", int(res)); in get_parameter()
168 lsp_warn("Failed to do set_ascii"); in get_parameter()
239 lsp_warn("Error formatting parameter %s", pname); in get_parameter()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/container/
H A Dvst.cpp428 lsp_warn("parameter name was trimmed from %s to %s !!!", m->id, dst); in vst_dispatcher()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ws/x11/
H A DX11Display.cpp2900 lsp_warn("Grab duplicated for window %p (id=%lx)", wnd, (long)wnd->hWindow); in grab_events()
2909 lsp_warn("Invalid screen index"); in grab_events()
3013 lsp_warn("No screen object found for window %p (%lx)", wnd, long(wnd->hWindow)); in ungrab_events()