summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/Audio_mac.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-122/+0
| | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* Get rid of from ... import *Jack Jansen2001-02-091-1/+1
|
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
|
* Hack to get at string buffer address changedJack Jansen1998-02-251-1/+1
|
* Use MacOS.string_id_to_buffer for id() to buffer address hackJack Jansen1997-04-031-1/+2
|
* Added option to set queue sizeJack Jansen1996-03-181-3/+4
|
* - Fixed bug in getfillable()Jack Jansen1996-01-091-1/+8
| | | | - Added setcallback() method to set a user-callback
* Fixed exampleJack Jansen1996-01-021-1/+6
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+108