Lines Matching defs:channels
1374 * \brief Get maximum number of channels
1376 * \return maximum number of channels
1383 return info->channels;
1420 * the maximum available numbers of queues, clients, ports and channels.
2238 * \brief Get the midi channels of a port_info container
2240 * \return number of midi channels (default 0)
2433 * \brief set the midi channels of a port_info container
2435 * \param channels midi channels (default 0)
2439 void snd_seq_port_info_set_midi_channels(snd_seq_port_info_t *info, int channels)
2442 info->midi_channels = channels;
2597 * A port may contain specific midi channels, midi voices and synth voices.