commit | 2d6f9a9a869006e0a655be544279bbb074148fda | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Tue Dec 31 02:54:43 2002 +0000 |
committer | Greg Ward <gward@python.net> | Tue Dec 31 02:54:43 2002 +0000 |
tree | 2ae6871eba347afa69357d023999ce2345524329 | |
parent | 5095a474084fe28fe1469bd2c307c6b2ea71fb6c [diff] |
Yet another renaming of some mixer methods: devices(), stereodevices(), recdevices() -> controls(), stereocontrols(), reccontrols() Based on recommendation of Hannu Savolainen <hannu@opensound.com>: The right term to use for things like bass/treble/mic/vol/etc is "control". "Device" refers to different mixer devices (/dev/mixer0 to /dev/mixerN). "Channel" cannot be used because it refers to mono/stereo/multich channels. In fact most mixer controls have left/right channels so ...