Lines Matching defs:s1mod
1205 struct sbg_script_synth *s1, *s2, s1mod, s2mod, smid;
1217 s1 = i < ev1->nb_elements ? &s->synth[ev1->elements + i] : &s1mod;
1219 s1mod = s1 != &s1mod ? *s1 : (struct sbg_script_synth){ 0 };
1224 if (s1mod.type == SBG_TYPE_NONE) {
1225 s1mod = s2mod;
1226 s1mod.vol = 0;
1228 s2mod = s1mod;
1232 if (s1mod.type == s2mod.type &&
1233 s1mod.type != SBG_TYPE_BELL &&
1235 (s1mod.carrier == s2mod.carrier &&
1236 s1mod.beat == s2mod.beat))) {
1240 ts1, ts2, &s1mod, &s2mod, 3);
1248 smid = s1mod;
1251 ts1, tsmid, &s1mod, &smid, 1);