| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Updating documentation to reflect that -p flag isn't necessary. It causes this error for me:
ValueError: invalid literal for int() with base 10: '-p'
Segmentation fault
|
|
|
|
|
|
| |
Updating documentation to reflect that -p flag isn't necessary. It causes this error for me:
ValueError: invalid literal for int() with base 10: '-p'
|
|
|
|
|
| |
Also allows use of Thrift config file to overload the max number of
attempts when starting application and looking for a port.
|
| |
|
|
|
|
|
|
|
| |
Doxygen is getting more strict with having labels for every section,
and warns when there are section name collisions. This prefixes all
section and subsection labels with the component to make them all
unique.
|
|
|
|
| |
This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
|
|
|
|
| |
ControlPort and Vocoder both used 'using' - renamed for each.
|
| |
|
| |
|
|
|
|
| |
Prefs file points to ctrlport config file and uses it to set the properties.
|
|
|