Lines Matching defs:voices
2251 * \brief Get the midi voices of a port_info container
2253 * \return number of midi voices (default 0)
2264 * \brief Get the synth voices of a port_info container
2266 * \return number of synth voices (default 0)
2446 * \brief set the midi voices of a port_info container
2448 * \param voices midi voices (default 0)
2452 void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int voices)
2455 info->midi_voices = voices;
2459 * \brief set the synth voices of a port_info container
2461 * \param voices synth voices (default 0)
2465 void snd_seq_port_info_set_synth_voices(snd_seq_port_info_t *info, int voices)
2468 info->synth_voices = voices;
2597 * A port may contain specific midi channels, midi voices and synth voices.