]> granicus.if.org Git - python/commit
Yet another renaming of some mixer methods:
authorGreg Ward <gward@python.net>
Tue, 31 Dec 2002 02:54:43 +0000 (02:54 +0000)
committerGreg Ward <gward@python.net>
Tue, 31 Dec 2002 02:54:43 +0000 (02:54 +0000)
commit2d6f9a9a869006e0a655be544279bbb074148fda
tree2ae6871eba347afa69357d023999ce2345524329
parent5095a474084fe28fe1469bd2c307c6b2ea71fb6c
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 ...
Modules/ossaudiodev.c