Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also minor code cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using %d seems to silently work on Linux, but leads to a segfault on
Windows/MinGW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- List all API methods and metadata variables in all PDs to make things
easier and more consistent for new PD writers.
- Fix probe assignment in a few PDs.
- Raise exceptions upon invalid states of the PD state machines (bug).
|
|
|
|
|
|
|
|
This fixes the confusion between parallel and linear stacks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added extra check to require start() and decode() methods in the
PD's Decoder class.
|
|
|
|
|
|
On Windows/MinGW, Python's sys.path needs entries of the form
'C:\\foo\\bar' instead of '/foo/bar'.
|
|
|