Lines Matching refs:vol
85 int vol;
611 static int parse_volume(struct sbg_parser *p, int *vol)
619 if (scale_double(p->log, v, 0.01, vol))
628 int carrier, beat, vol;
634 FORWARD_ERROR(parse_volume(p, &vol));
641 synth->vol = vol;
648 int vol;
652 FORWARD_ERROR(parse_volume(p, &vol));
654 synth->vol = vol;
662 int carrier, vol;
668 FORWARD_ERROR(parse_volume(p, &vol));
673 synth->vol = vol;
680 int vol;
684 FORWARD_ERROR(parse_volume(p, &vol));
686 synth->vol = vol;
694 int carrier, beat, vol;
702 FORWARD_ERROR(parse_volume(p, &vol));
709 synth->vol = vol;
731 /* Unimplemented: wave%d:%f%f/vol (carrier, beat) */
1096 if (ts2 <= ts1 || (s1->vol == 0 && s2->vol == 0))
1104 ts1, s1->carrier, s1->vol,
1105 ts2, s2->carrier, s2->vol);
1111 ts1, s1->carrier + s1->beat / 2, s1->vol,
1112 ts2, s2->carrier + s2->beat / 2, s2->vol);
1117 ts1, s1->carrier - s1->beat / 2, s1->vol,
1118 ts2, s2->carrier - s2->beat / 2, s2->vol);
1127 r = add_bell(inter, s, ts1, ts2, s1->carrier, s2->vol);
1145 Therefore, to match SBaGen's volume, we must multiply vol by
1149 ts1, 0, s1->vol - s1->vol / 4,
1150 ts2, 0, s2->vol - s2->vol / 4);
1226 s1mod.vol = 0;
1229 s2mod.vol = 0;
1249 smid.vol = 0;
1256 smid.vol = 0;