[BACK]Return to midi.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/midi.h between version 1.10 and 1.11

version 1.10, 2011/11/20 22:54:51 version 1.11, 2011/12/02 10:34:50
Line 19 
Line 19 
   
 struct dev;  struct dev;
   
 struct aproc *thru_new(char *);  struct aproc *midi_new(char *, struct dev *);
 struct aproc *ctl_new(char *, struct dev *);  
   
 void ctl_ontick(struct aproc *, int);  void midi_ontick(struct aproc *, int);
 void ctl_slot(struct aproc *, int);  void midi_send_slot(struct aproc *, int);
 void ctl_vol(struct aproc *, int, unsigned);  void midi_send_vol(struct aproc *, int, unsigned);
 void ctl_full(struct aproc *, unsigned, unsigned, unsigned, unsigned);  void midi_send_full(struct aproc *, unsigned, unsigned, unsigned, unsigned);
 void ctl_qfr(struct aproc *, unsigned, int);  void midi_send_qfr(struct aproc *, unsigned, int);
   void midi_flush(struct aproc *);
   
 #endif /* !defined(MIDI_H) */  #endif /* !defined(MIDI_H) */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11