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

Diff for /src/usr.bin/sndiod/dsp.h between version 1.13 and 1.14

version 1.13, 2024/04/22 11:01:02 version 1.14, 2024/04/22 11:07:42
Line 107 
Line 107 
         int nch;          int nch;
 };  };
   
 #define MIDI_TO_ADATA(m)        (aparams_ctltovol[m] << (ADATA_BITS - 16))  #define MIDI_TO_ADATA(m)        (aparams_ctltovol[m])
 extern const int aparams_ctltovol[128];  extern const int aparams_ctltovol[128];
   
 void aparams_init(struct aparams *);  void aparams_init(struct aparams *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14