HomeSort by: relevance | last modified time | path
    Searched defs:midi_device (Results 1 - 2 of 2) 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);
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 24 milliseconds