diff options
author | cbdev <cb@cbcdn.com> | 2017-06-07 19:54:59 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-06-07 19:54:59 +0200 |
commit | 00c273f6ce28fe267c483b20d1edf4630f5b741f (patch) | |
tree | 56b4cf130aa4a83d474efbcbc9cdaed7f4120d64 /midi.c | |
parent | 351167055885207b57a6054fd33bec38e8946e1b (diff) | |
download | midimonster-00c273f6ce28fe267c483b20d1edf4630f5b741f.tar.gz midimonster-00c273f6ce28fe267c483b20d1edf4630f5b741f.tar.bz2 midimonster-00c273f6ce28fe267c483b20d1edf4630f5b741f.zip |
ArtNet output
Diffstat (limited to 'midi.c')
-rw-r--r-- | midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ static int midi_start(){ } nfds = snd_seq_poll_descriptors(sequencer, pfds, nfds, POLLIN | POLLOUT); - fprintf(stderr, "Registering %d descriptors to core\n", nfds); + fprintf(stderr, "MIDI backend registering %d descriptors to core\n", nfds); for(p = 0; p < nfds; p++){ if(mm_manage_fd(pfds[p].fd, BACKEND_NAME, 1, NULL)){ goto bail; |