diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-05-02 16:28:22 +0200 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2006-05-02 16:28:22 +0200 |
commit | 123e2b77803a78a90c36430287ce62065373da4a (patch) | |
tree | 601c4e4cf585f5ffb9a488d77e844d9cabfe4497 /src/seq | |
parent | c3ac7bdf876c4ab438ba16f88627f17dbb122114 (diff) |
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.
Diffstat (limited to 'src/seq')
-rw-r--r-- | src/seq/seq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/seq/seq.c b/src/seq/seq.c index ca7ca9b7..a4ad5dc4 100644 --- a/src/seq/seq.c +++ b/src/seq/seq.c @@ -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 |