mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
clarify SND_SEQ_PORT_TYPE_xxx documentation
Clarify the documentation for the SND_SEQ_PORT_TYPE_xxx flags, especially for _SYNTH and *_SAMPLE where it was rather misleading.
This commit is contained in:
parent
c3ac7bdf87
commit
123e2b7780
2 changed files with 38 additions and 19 deletions
|
|
@ -2179,9 +2179,9 @@ void snd_seq_port_info_set_timestamp_queue(snd_seq_port_info_t *info, int queue)
|
|||
* - #SND_SEQ_PORT_TYPE_MIDI_GS GS compatible device
|
||||
* - #SND_SEQ_PORT_TYPE_MIDI_XG XG compatible device
|
||||
* - #SND_SEQ_PORT_TYPE_MIDI_MT32 MT-32 compatible device
|
||||
* - #SND_SEQ_PORT_TYPE_SYNTH Synth device
|
||||
* - #SND_SEQ_PORT_TYPE_DIRECT_SAMPLE Sampling device (supporting download)
|
||||
* - #SND_SEQ_PORT_TYPE_SAMPLE Sampling device (sample can be downloaded at any time)
|
||||
* - #SND_SEQ_PORT_TYPE_SYNTH Understands SND_SEQ_EVENT_SAMPLE_xxx messages
|
||||
* - #SND_SEQ_PORT_TYPE_DIRECT_SAMPLE Supports SND_SEQ_EVENT_INSTR_xxx messages sent directly
|
||||
* - #SND_SEQ_PORT_TYPE_SAMPLE Supports SND_SEQ_EVENT_INSTR_xxx messages
|
||||
* - #SND_SEQ_PORT_TYPE_HARDWARE Implemented in hardware
|
||||
* - #SND_SEQ_PORT_TYPE_SOFTWARE Implemented in software
|
||||
* - #SND_SEQ_PORT_TYPE_SYNTHESIZER Generates sound
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue