1 from warnings
import warnpy3k
2 warnpy3k("the AL module has been removed in Python 3.0", stacklevel
=2)
19 # SAMPLE_24 is the low 24 bits of a long, sign extended to 32 bits
24 QUADRO
= 4 # 4CHANNEL is not a legal Python name
35 ERROR_LOCATION_LSP
= 2
36 ERROR_LOCATION_MSP
= 3
39 ERROR_INPUT_UNDERFLOW
= 0
40 ERROR_OUTPUT_OVERFLOW
= 1
42 # These seem to be not supported anymore:
43 ##HOLD, RELEASE = 0, 1
44 ##ATTAIL, ATHEAD, ATMARK, ATTIME = 0, 1, 2, 3
54 RIGHT_SPEAKER_GAIN
= 6
58 SYNC_INPUT_TO_AES
= 10
59 SYNC_OUTPUT_TO_AES
= 11
61 LEFT_MONITOR_ATTEN
= 13
62 RIGHT_MONITOR_ATTEN
= 14
64 ENUM_VALUE
= 0 # only certain values are valid
65 RANGE_VALUE
= 1 # any value in range is valid