Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. | Tim Peters | 2001-02-20 | 1 | -1/+1 |
| | | | | | If someone knows how to turn the new table of guaranteed-registered system sounds into a LaTeX table, be my guest. | ||||
* | More typos. libwinsound.tex typo noted by Peter Funk (thanks!). | Tim Peters | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | Repair tab/space screwup. | Tim Peters | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() | Tim Peters | 2001-02-19 | 1 | -35/+99 |
| | | | | | do something non-useless on Win9X boxes. WinME unknown to me. Someone with NT/2000 make sure it still works there! | ||||
* | New info in beep() docstring. | Tim Peters | 2001-01-25 | 1 | -1/+4 |
| | |||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Mark Hammond writes: | Guido van Rossum | 1999-10-01 | 1 | -1/+31 |
| | | | | | | Attached is a context diff to winsound.c that adds a Beep() function to play a sound through the PC speaker. Seems to make sense to have this added, so I just went and did it! | ||||
* | Add winsound -- by Toby Dickenson with permission. | Guido van Rossum | 1999-02-04 | 1 | -0/+128 |