CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/30 00:21:05
Modified files:
lib/libsndio : mio.c sndio.7
usr.bin/sndiod : sndiod.8 sndiod.c sock.c
Log message:
sndiod: Unify "midithru/N" and "midi/N" ports
Add the -p option to register MIDI ports that programs can
access as "midi/<name>". They have the same functionnality as the
current "midithru/<number>" ports. The default MIDI port becomes
simply "midi/default", which is automatically created (similarly
to the default audio device).
The "midithru/<number>" syntax is still accepted for backwards
compatibility.