Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/midirecord/
H A Dmidirecord.c94 static bool filter_devchan(unsigned, unsigned);
434 if (filter_devchan(e.common.device, e.common.channel)) in midi_event_chn_common_to_output()
502 if (filter_devchan(e.voice.device, e.voice.channel)) in midi_event_chn_voice_to_output()
653 filter_devchan(unsigned device, unsigned channel) in filter_devchan() function