HPS

Results 106 comments of HPS

Can you try again? Still an issue here: ``` pkg lock virtualbox-ose-kmod-6.1.36 virtualbox-ose-kmod-6.1.36: lock this package? [y/N]: y Locking virtualbox-ose-kmod-6.1.36 virtualbox-ose-kmod-6.1.36: already locked ```

Hi, USB MIDI keyboards in FreeBSD are RAW and do not go through the sequencer infrastructure for various reasons. I think portaudio doesn't scan for these devices. Technically they should...

> Thanks @hselasky, very helpful. > > I should add that I am not using JACK because it is way too complex for "normal users" in my opinion. I am...

You should check if /dev/midi is already there, else you will get a kernel panic when the system tries to create such a device. The best would be to patch...

I just put the ALSA MIDI sequencer server into FreeBSD ports: https://cgit.freebsd.org/ports/commit/?id=a3c9b320dbc478af1dbd3339e9d5f1925204fc5a I would recommend this over JACKD if you need low latency.

> > You maybe also need to add a devfs rule for the umidi* devices, to change permissions or ownership. > > Yes, I would like the last plugged in...

Hi, I made some improvements to alsa-seq-server , including an rc.d file: https://cgit.freebsd.org/ports/commit/?id=75a7c03777f8a809a35ebaa04c2cbf716a11f656 --HPS

@probonopd : Yes. It will consume all /dev/umidi devices.

@probonopd : Some updates. Make sure you get the latest version from FreeBSD ports as of today.