Home
last modified time | relevance | path

Searched refs:chan_add (Results 1 – 6 of 6) sorted by relevance

/dports/audio/fluidsynth/fluidsynth-2.2.4/src/midi/
H A Dfluid_midi_router.c51 int chan_add; /* Channel offset */ member
395 rule->chan_add = 0; in new_fluid_midi_router_rule()
453 rule->chan_add = add; in fluid_midi_router_rule_set_chan()
733 chan = rule->chan_add + (int)((fluid_real_t)event->channel * rule->chan_mul in fluid_midi_router_handle_midi_event()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/midi/
H A Dfluid_midi_router.c55 int chan_add; /* Channel offset */ member
369 rule->chan_add = 0; in new_fluid_midi_router_rule()
423 rule->chan_add = add; in fluid_midi_router_rule_set_chan()
644 + (fluid_real_t)rule->chan_add + 0.5); in fluid_midi_router_handle_midi_event()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/midi/
H A Dfluid_midi_router.c55 int chan_add; /* Channel offset */ member
369 rule->chan_add = 0; in new_fluid_midi_router_rule()
423 rule->chan_add = add; in fluid_midi_router_rule_set_chan()
644 + (fluid_real_t)rule->chan_add + 0.5); in fluid_midi_router_handle_midi_event()
/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dchan.c78 struct Chan_Struct *chan_add(struct Conn_Struct *ConnS, const char *const ChanPT) { in chan_add() function
H A Dchan.h267 struct Chan_Struct *chan_add(struct Conn_Struct *ConnS, const char *const ChanPT);
H A Dconn_parser.c1124 if (strcasecmp(ConnS->IRCNick, NickPT) == FALSE) { ChanS = chan_add(ConnS, ParamsPT[0]); } in CONN_PARSE_EVENT()