Not sure if the long name is an error stopping anything or just a
notice, the following error "Could not connect to the JACK server"
would be why nothing works.
To use a usb midi keyboard I use -
jackd --no-realtime -d oss &
jack_umidi -C /dev/umidi0.0 -B
The "&" for jackd and "-B" for jack_umidi put them in the background so
you can close your terminal and they keep running.
Here is a script I use to automate it -
https://gist.github.com/sambler/67bf0b374d7b9c27e7cec1dd2befbcf2
--
FreeBSD - the place to B...Software Developing
Shane Ambler
_______________________________________________
freebsd-m...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
To unsubscribe, send any mail to "freebsd-multime...@freebsd.org"
You originally tried /dev/umidi2.0 - this has to match the actual device
node created for it, which can change every time you attach the device.
You'll notice in the script I linked to that I grep for umidi devices so
I don't have to manually look for the correct ID each time.
Maybe the name length can be stripped down?
--HPS
Have a look at the source code. I think the current buffer is bigger
than the limit!