Decided that getenum should return the selected item and the available

items.

Argument parsing errors are reported with the methodname (minor 
improvement).

Smallish documentation improvements.


git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@23 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2008-05-21 14:06:26 +00:00
parent 40c4386803
commit df89c12581
19 changed files with 585 additions and 354 deletions

View File

@@ -65,15 +65,16 @@ whatsoever.
<h3>Abstract:</h3>
<div class="ABSTRACT">
This package contains wrappers for accessing the ALSA API from Python. It
is currently fairly complete for PCM devices and Mixer access. MIDI sequencer
support is low on my priority list, but volunteers are welcome.
This package contains wrappers for accessing the ALSA API from Python.
It is currently fairly complete for PCM devices and Mixer access. MIDI
sequencer support is low on my priority list, but volunteers are
welcome.
<p>
If you find bugs in the wrappers please use the SourceForge bug tracker. Please
don't send bug reports regarding ALSA specifically. There are several
bugs in this API, and those should be reported to the ALSA team - not
me.
If you find bugs in the wrappers please use the SourceForge bug
tracker. Please don't send bug reports regarding ALSA specifically.
There are several bugs in this API, and those should be reported to
the ALSA team - not me.
</div>
<p>
@@ -112,7 +113,7 @@ me.
</div>
</div>
<hr />
<span class="release-info">Release 0.3.</span>
<span class="release-info">Release 0.4.</span>
</div>
<!--End of Navigation Panel-->