Lines Matching refs:chan

83 FLUIDSYNTH_API int fluid_synth_noteon(fluid_synth_t* synth, int chan, int key, int vel);
86 FLUIDSYNTH_API int fluid_synth_noteoff(fluid_synth_t* synth, int chan, int key);
89 FLUIDSYNTH_API int fluid_synth_cc(fluid_synth_t* synth, int chan, int ctrl, int val);
92 FLUIDSYNTH_API int fluid_synth_get_cc(fluid_synth_t* synth, int chan, int ctrl, int* pval);
95 FLUIDSYNTH_API int fluid_synth_pitch_bend(fluid_synth_t* synth, int chan, int val);
99 int fluid_synth_get_pitch_bend(fluid_synth_t* synth, int chan, int* ppitch_bend);
102 FLUIDSYNTH_API int fluid_synth_pitch_wheel_sens(fluid_synth_t* synth, int chan, int val);
105 FLUIDSYNTH_API int fluid_synth_get_pitch_wheel_sens(fluid_synth_t* synth, int chan, int* pval);
108 FLUIDSYNTH_API int fluid_synth_program_change(fluid_synth_t* synth, int chan, int program);
112 int fluid_synth_bank_select(fluid_synth_t* synth, int chan, unsigned int bank);
116 int fluid_synth_sfont_select(fluid_synth_t* synth, int chan, unsigned int sfont_id);
124 \param chan The channel on which to set the preset
131 int fluid_synth_program_select(fluid_synth_t* synth, int chan,
139 int fluid_synth_get_program(fluid_synth_t* synth, int chan,
259 FLUIDSYNTH_API fluid_preset_t* fluid_synth_get_channel_preset(fluid_synth_t* synth, int chan);
388 /** Set the interpolation method for one channel or all channels (chan = -1) */
390 int fluid_synth_set_interp_method(fluid_synth_t* synth, int chan, int interp_method);
424 \param chan The MIDI channel number.
430 int fluid_synth_set_gen(fluid_synth_t* synth, int chan, int param, float value);
437 \param chan The MIDI channel number.
441 FLUIDSYNTH_API float fluid_synth_get_gen(fluid_synth_t* synth, int chan, int param);
504 \param chan The channel number [0-max channels]
509 int fluid_synth_select_tuning(fluid_synth_t* synth, int chan, int tuning_bank, int tuning_prog);
514 \param chan The channel number [0-max channels]
516 FLUIDSYNTH_API int fluid_synth_reset_tuning(fluid_synth_t* synth, int chan);