27 #include <libtdemid/dattypes.h>
28 #include <libtdemid/deviceman.h>
29 #include <libtdemid/midimapper.h>
76 uchar chnpressure [16];
77 uchar chncontroller [16][256];
82 void seqbuf_dump (
void);
83 void seqbuf_clean(
void);
109 virtual void openDev (
int sqfd);
161 virtual void noteOn ( uchar chn, uchar note, uchar vel );
166 virtual void noteOff ( uchar chn, uchar note, uchar vel );
171 virtual void keyPressure ( uchar chn, uchar note, uchar vel );
191 virtual void chnController ( uchar chn, uchar ctl , uchar v );
196 virtual void sysex ( uchar *data,ulong size);
226 { volumepercentage = volper; }
232 {
if (seqfd<0)
return 0;