Recent content by batman

  1. B

    /dev/sequencer is missing + midi programming

    Hi! Thanks for your reply. I tried the program as root and as a common user. Same result. The code is simple. It was edited for clarity: #define MIDI_DEVICE "/dev/sequencer" int midi_init(void) { int seqfd; int status; int midiInCount = 0; // open the sequencer device...
  2. B

    /dev/sequencer is missing + midi programming

    Hi everybody! I'm trying to learn how to build a software that uses a midi port. I'm a developper so, coding, compiling and testing are not issues. My kernel is Debian 4.19.98 (according to uname -a). I already searched the web and found some "solutions" but none of them solved the problems I...
Top