Searched refs:midi (Results 1 – 17 of 17) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | midi.sh | 33 cat > /tmp/midi.c <<EOF 86 cc -o /tmp/midi -Wall -Wextra -O2 /tmp/midi.c -lpthread 90 timeout 10 /tmp/midi | strings | head -20 93 rm -f /tmp/midi /tmp/midi.c /tmp/midi.core
|
/freebsd/sys/modules/sound/sound/ |
H A D | Makefile | 5 .PATH: ${SYSDIR}/dev/sound/midi 20 SRCS+= midi.c mpu401.c sequencer.c
|
/freebsd/sys/dev/sound/midi/ |
H A D | mpu_if.m | 28 #include <dev/sound/midi/midi.h>
|
H A D | mpufoi_if.m | 29 #include <dev/sound/midi/mpu401.h>
|
H A D | midi.c | 237 SYSCTL_NODE(_hw, OID_AUTO, midi, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 1541 DEV_MODULE(midi, midi_modevent, NULL); 1542 MODULE_VERSION(midi, 1);
|
/freebsd/sys/modules/sound/driver/emu10kx/ |
H A D | Makefile | 11 SRCS+= emu10kx-midi.c
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sysex | 16 >>0 use midi-sysex 18 0 name midi-sysex 26 # https://www.midi.org/specifications-old/item/manufacturer-id-numbers 250 # https://www.midi.org/techspecs/manid.php 392 # URL: https://www.philscomputerlab.com/roland-midi-emulator-project-20.html 410 # http://www.somascape.org/midi/tech/mfile.html#sysex 420 # https://stackoverflow.com/questions/52906076/handling-midi-the-input-of-multiple-system-exclusive…
|
H A D | audio | 87 !:mime audio/midi
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10kx.c | 315 device_t midi[2]; member 2287 if (sc->midi[0] != NULL) in emu10kx_prepare() 2288 if (device_is_attached(sc->midi[0])) { in emu10kx_prepare() 2290 sbuf_printf(s, "\tOn-card connector on %s\n", device_get_nameunit(sc->midi[0])); in emu10kx_prepare() 2292 if (sc->midi[1] != NULL) in emu10kx_prepare() 2293 if (device_is_attached(sc->midi[1])) { in emu10kx_prepare() 2294 sbuf_printf(s, "\tOn-Drive connector on %s\n", device_get_nameunit(sc->midi[1])); in emu10kx_prepare() 2296 if (sc->midi[0] != NULL) in emu10kx_prepare() 2297 if (device_is_attached(sc->midi[0])) { in emu10kx_prepare() 3284 sc->midi[i] = NULL; in emu_pci_attach() [all …]
|
H A D | csa.c | 69 device_t midi; /* midi device */ member 286 scp->midi = device_add_child(dev, "midi", DEVICE_UNIT_ANY); in csa_attach() 287 device_set_ivars(scp->midi, func); in csa_attach()
|
H A D | cmi.c | 1110 MODULE_DEPEND(snd_cmi, midi, 1,1,1);
|
H A D | emu10k1.c | 2198 MODULE_DEPEND(snd_emu10k1, midi, 1, 1, 1);
|
/freebsd/share/examples/ |
H A D | Makefile | 325 midi.c
|
/freebsd/sys/conf/ |
H A D | files | 3099 dev/sound/pci/emu10kx-midi.c optional snd_emu10kx pci 3153 dev/sound/midi/midi.c optional sound 3154 dev/sound/midi/mpu401.c optional sound 3155 dev/sound/midi/mpu_if.m optional sound 3156 dev/sound/midi/mpufoi_if.m optional sound 3157 dev/sound/midi/sequencer.c optional sound 3158 dev/sound/midi/synth_if.m optional sound
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 1878 OLD_FILES+=usr/share/examples/sound/midi.c
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 772 # 20240824: sound examples: midi.c moved out of oss/ 773 OLD_FILES+=usr/share/examples/sound/oss/midi.c
|
/freebsd/share/misc/ |
H A D | usb_vendors | 17034 acdc Gediminas Zukaitis midi-grid
|