// This makes the music louder. #include "h.h" #include #include char clip7(int u){return u<0?0:(u>127?127:u);} BP bp; note * mus = 0; int main(int argc, char * * argv){ note* music = Read("", &bp); if(argc<2) {printf("Must have signed integer argument\n"); ex(201);} int adj = atoi(argv[1]); printf("ss %d\n", adj); {void fed(note n) {note k = n; if(k.dur