summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/snd/sndsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-5/+0
| | | | MacOS9isms.
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-26/+0
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-50/+32
| | | | | | | | | | | | | | | | descriptors in stead of manual getattr hooks to get at attributes of the objects. For Qd I have in stead gotten rid of most of the attribute access in favor of the carbon-style accessor methods (with the exception of visRgn, to be done later), and of the Carbon.Qd.qd global object, for which accessor functions are also available. For List I have fixed the fact that various methods were incorrectly generated as functions. CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with basechain, so it will have to wait for PEP253 support.
* Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the ↵Jack Jansen2002-02-051-0/+1
| | | | record routines to be generated.
* Shut up many more gcc warnings.Jack Jansen2001-09-051-3/+7
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-2/+2
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.Jack Jansen2001-06-201-1/+1
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-19/+13
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* The interruptRoutine attribute is gone under Carbon. Luckily it appears that ↵Jack Jansen2001-01-121-1/+5
| | | | nothing used it.
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-141-6/+0
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-071-2/+2
| | | | specifier, now that h is signed-only.
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+2
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
|
* Reindented some of the C codeJack Jansen1998-04-151-20/+23
|
* Support for sound input added. The interface is even worse than theJack Jansen1998-02-251-0/+162
| | | | sound-output interface, so this needs a Python wrapper shortly.
* NumVersion stuff has changedJack Jansen1996-08-011-19/+0
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-091-1/+2
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+7
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* ported back to Think CGuido van Rossum1995-02-191-1/+1
|
* another round... ported to __SC__Guido van Rossum1995-02-191-3/+3
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+218