bastibe/PySoundCard

Rename continue_flag to CONTINUE

Opened this issue · 1 comments

Same for complete_flag -> COMPLETE and abort_flag -> ABORT.

I think it's much more Pythonic to use uppercase for module constants.

In user code it would normally look like this: pa.CONTINUE.

good idea