Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidmoreno/rtpmidid
/ functions
Functions
612 in github.com/davidmoreno/rtpmidid
⨍
Functions
612
◇
Types & classes
149
Method
midi_event_list_t
include/rtpmidid/rtpmidipacket.hpp:59
Method
midi_event_t
include/rtpmidid/rtpmidipacket.hpp:33
Method
midi_normalizer_t
src/midi_normalizer.cpp:29
Method
mididata_t
src/mididata.hpp:26
Method
mididata_to_alsaevents_t
TODO: these buffer sizes should probably be configurable or pinned to pool size in bytes
src/aseq.cpp:629
Method
midipeer_t
src/midipeer.hpp:75
Method
midirouter_t
src/midirouter.cpp:27
Method
network_address_list_t
lib/networkaddress.cpp:160
Method
network_address_t
lib/networkaddress.cpp:27
Method
network_address_t
include/rtpmidid/networkaddress.hpp:39
Method
network_exception
include/rtpmidid/exceptions.hpp:46
Method
network_rtpmidi_client_t
src/network_rtpmidi_client.cpp:31
Method
network_rtpmidi_listener_t
* @short A rtpmidi server that just sends data to another peer */
src/network_rtpmidi_listener.cpp:34
Method
network_rtpmidi_listener_t
tests/test_midirouter.cpp:52
Method
network_rtpmidi_multi_listener_t
src/network_rtpmidi_multi_listener.cpp:30
Method
network_rtpmidi_peer_t
src/network_rtpmidi_peer.cpp:30
Method
next_midi_packet_length
lib/rtppeer.cpp:377
Method
open
src/local_rawmidi_peer.cpp:49
Method
open
include/rtpmidid/udppeer.hpp:76
Method
operator!=
include/rtpmidid/networkaddress.hpp:136
Method
operator!=
include/rtpmidid/rtpmidipacket.hpp:46
Method
operator()
src/aseq.hpp:172
Method
operator()
* @short Calls the callback * * It has to be carefull to call all callbacks that are at call moment, if * they are still valid at call moment
include/rtpmidid/signal.hpp:98
Method
operator*
include/rtpmidid/networkaddress.hpp:139
Method
operator*
include/rtpmidid/rtpmidipacket.hpp:50
Method
operator++
include/rtpmidid/networkaddress.hpp:130
Method
operator<
src/aseq.hpp:40
Method
operator=
include/rtpmidid/udppeer.hpp:66
Method
operator=
include/rtpmidid/networkaddress.hpp:60
Method
operator==
src/aseq.hpp:43
Method
packet_command_ck_t
include/rtpmidid/rtpmidipacket.hpp:315
Method
packet_command_in_ok_t
include/rtpmidid/rtpmidipacket.hpp:223
Method
packet_command_t
include/rtpmidid/rtpmidipacket.hpp:164
Method
packet_managed_t
include/rtpmidid/packet.hpp:127
Method
packet_midi_t
include/rtpmidid/rtpmidipacket.hpp:79
Method
packet_t
include/rtpmidid/packet.hpp:42
Method
parse_command
lib/rtppeer.cpp:91
Method
parse_command
src/control_socket.cpp:401
Method
parse_command_by
lib/rtppeer.cpp:213
Method
parse_command_ck
lib/rtppeer.cpp:272
Method
parse_command_in
* This command is received when I am a server. * * A client sent me IN, I answer with OK, and we are set. * * TODO It would be super nice to be ab
lib/rtppeer.cpp:174
Method
parse_command_no
lib/rtppeer.cpp:250
Method
parse_command_ok
* This command is received when I am a client. * * I already sent before the IN message, the server sent me OK */
lib/rtppeer.cpp:129
Method
parse_feedback
lib/rtppeer.cpp:369
Method
parse_journal
lib/rtppeer.cpp:764
Method
parse_journal_chapter
lib/rtppeer.cpp:789
Method
parse_journal_chapter_N
lib/rtppeer.cpp:812
Method
parse_midi
lib/rtppeer.cpp:470
Method
parse_sysex
lib/rtppeer.cpp:573
Function
poller_adapter_timeout_free
Free a timeout. More...
lib/mdns_rtpmidi.cpp:244
Function
poller_adapter_timeout_new
Set a wakeup time for the polling loop. More...
lib/mdns_rtpmidi.cpp:200
Function
poller_adapter_timeout_update
Update the absolute expiration time for a timeout, If tv is NULL, the timeout is disabled. More...
lib/mdns_rtpmidi.cpp:227
Function
poller_adapter_watch_free
Free a watch. More...
lib/mdns_rtpmidi.cpp:188
Function
poller_adapter_watch_get_events
Return the events that happened. More...
lib/mdns_rtpmidi.cpp:183
Function
poller_adapter_watch_new
Create a new watch for the specified file descriptor and for the specified events. More...
lib/mdns_rtpmidi.cpp:122
Function
poller_adapter_watch_update
Update the events to wait for. More...
lib/mdns_rtpmidi.cpp:156
Method
poller_t
lib/poller.cpp:54
Method
port
include/rtpmidid/rtpserver.hpp:55
Method
port_t
src/aseq.hpp:36
Method
print_select
()
cli/rtpmidid-cli.py:498
Function
println
include/rtpmidid/logger.hpp:87
Method
read_delta_time
* Read and decode delta time from a RFC 6295 MIDI List Structure. * * Returns the number of consumed bytes (1-4). * buffer (in/out): the buffer fro
lib/rtppeer.cpp:456
Method
read_midi
src/local_rawmidi_peer.cpp:106
Method
rearm_ck_timeout
lib/rtpserverpeer.cpp:87
Method
remaining
include/rtpmidid/iobytes.hpp:83
Method
remove_alsa_connection
src/local_alsa_multi_listener.cpp:89
Method
remove_peer
src/rtpmidiremotehandler.cpp:77
Method
removed_port_announcement
src/hwautoannounce.cpp:151
Method
removed_remote
lib/mdns_rtpmidi.cpp:653
Method
reset
lib/rtppeer.cpp:54
Method
reset
lib/rtpclient.cpp:93
Function
resolve_callback
NOLINTBEGIN(bugprone-easily-swappable-parameters)
lib/mdns_rtpmidi.cpp:278
Method
resolve_loop
lib/networkaddress.cpp:105
Method
rtpclient_t
* @short Create the rtp client * * @param name Name of the client. * * This client will try to connect to the list of `add_server_address` * addr
lib/rtpclient.cpp:45
Method
rtpmidi_remote_handler_t
src/rtpmidiremotehandler.cpp:32
Method
rtppeer_t
* @short Generic peer constructor * * A generic peer can be a client or a server. In any case it has a control * and midi ports. The port can be ra
lib/rtppeer.cpp:37
Method
rtpserver_t
NOLINTNEXTLINE(bugprone-swappable-parameters)
lib/rtpserver.cpp:35
Method
rtpserverpeer_t
lib/rtpserverpeer.cpp:25
Function
rtrim_copy
trim from end (copying)
src/stringpp.hpp:90
Method
seek
include/rtpmidid/iobytes.hpp:79
Method
send_feedback
lib/rtppeer.cpp:728
Method
send_midi
src/midirouter.cpp:109
Method
send_midi
src/network_rtpmidi_multi_listener.cpp:52
Method
send_midi
tests/test_midirouter.cpp:40
Method
send_midi
tests/test_midirouter.cpp:196
Method
sendto
lib/rtpserver.cpp:165
Method
sendto
lib/rtpserverpeer.cpp:114
Method
seq_logger
tests/test_rtpmidid.cpp:213
Method
setup_connections
lib/rtpserverpeer.cpp:48
Method
setup_entry_group
lib/mdns_rtpmidi.cpp:343
Method
setup_local_alsa_multilistener
src/main.cpp:94
Method
setup_network_rtpmidi_listener
src/main.cpp:110
Method
setup_network_rtpmidi_multilistener
src/main.cpp:102
Method
setup_rawmidi_peers
src/main.cpp:119
Method
setup_service_browser
lib/mdns_rtpmidi.cpp:330
Function
sigint_f
src/main.cpp:52
Method
signal_t
include/rtpmidid/signal.hpp:43
Function
sigterm_f
src/main.cpp:44
Function
sockaddr_storage_get_addr_in6
include/rtpmidid/network.hpp:40
Function
sockaddr_storage_get_port
include/rtpmidid/network.hpp:32
← previous
next →
401–500 of 612, ranked by callers