| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | If no arguments are given, print the current system alert volume. If an
argument is given, set the alert volume to the given argument. | 
|  | * Add a Makefile to build the example code.
* Update the example to use the new function names.
* Add the library to `example/` with symlinks to simulate a submodule. | 
|  |  | 
|  | That's what the Sound preference pane does, but I think it makes more
sense to have library consumers make that decision. | 
|  |  | 
|  | `Float32` and `OSStatus` are defined in CoreFoundation so we should
include it. | 
|  |  | 
|  |  | 
|  | Align with the new identifier naming. | 
|  | Following these guidelines for naming functions:
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingFunctions.html#//apple_ref/doc/uid/20001283-BAJGGCAD
and constants:
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingIvarsAndTypes.html#//apple_ref/doc/uid/20001284-1001783
Chose the prefix "SSVL" as that's the `AudioServicesPropertyID` value. | 
|  | Extract my research code from Mass-menu. | 
|  |  |