cpal icon indicating copy to clipboard operation
cpal copied to clipboard

The Common Programmable Abstraction Layer

Results 6 cpal issues
Sort by recently updated
recently updated
newest added

Hello, How is this repo licensed? If it's licensed [MIT](http://en.wikipedia.org/wiki/MIT_License), then that's permissive and I can almost do anything with it; however, if it's licensed GPL, derived works must be...

These commits basically restructure the project to support source distribution and initial setup through distutils. Additional information: https://docs.python.org/2.7/distutils/index.html

Modified the three above methods to use regex, should be much more efficient than the 3000 lines of string and list splitting. still works as expected ``` bash $ python...

All, I'm keen to do more with the F5 module but I'm not sure it's worthwhile until we all have an idea of what's next and what the future feature...

Not a pull request, but created a branch on my own fork to pass something by you guys. I basically deleted all the methods from device that had getXXX in...

What do you guys think about moving device() out of main.py and putting it in it's own module? This way we can have a true representation of the Model/View/Controller. Can...