OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:midi_device
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/midirecord/
midirecord.c
60
static const char *
midi_device
;
variable in typeref:typename:const char *
132
midi_device
= optarg;
187
if (
midi_device
== NULL && (
midi_device
= getenv("MIDIDEVICE")) == NULL)
188
midi_device
= PATH_DEV_MUSIC;
189
midifd = open(
midi_device
, O_RDONLY);
191
err(1, "failed to open %s",
midi_device
);
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025