2016-08-22 |
Chris Cannam |
Update base-n code from https://github.com/azawadzki/base-n
|
2016-05-25 |
Chris Cannam |
Adjust build for OSX
|
2016-05-25 |
Chris Cannam |
Test file
|
2016-05-25 |
Chris Cannam |
Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
|
2016-05-25 |
Chris Cannam |
Check channel count & block size
|
2016-05-25 |
Chris Cannam |
Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
|
2016-05-24 |
Chris Cannam |
Wire up a couple of server actions
|
2016-05-24 |
Chris Cannam |
Begin server
|
2016-05-24 |
Chris Cannam |
Comment for the future!
|
2016-05-24 |
Chris Cannam |
Capnp writes
|
2016-05-24 |
Chris Cannam |
Be sure not to get any unnecessary lookups -- I think this is probably redundant but at least it's explicit
|
2016-05-24 |
Chris Cannam |
Wire up Cap'n Proto reading, plus some build and arg processing fixes
|
2016-05-24 |
Chris Cannam |
Start introducing request/response readers to capnp code as well
|
2016-05-24 |
Chris Cannam |
Pull up type determination into VampJson
|
2016-05-23 |
Chris Cannam |
More on reading and writing json messages
|
2016-05-20 |
Chris Cannam |
Begin vampipe-convert
|
2016-05-20 |
Chris Cannam |
More conversions
|
2016-05-20 |
Chris Cannam |
A couple more conversions
|
2016-05-20 |
Chris Cannam |
Add and use PreservingPluginHandleMapper -- removing the constant variant, which was a misstep
|
2016-05-20 |
Chris Cannam |
Add (but don't yet use) the constant plugin handle mapper
|
2016-05-18 |
Chris Cannam |
Licences
|
2016-05-18 |
Chris Cannam |
More request/response encodings
|
2016-05-18 |
Chris Cannam |
Create process request in JSON version, plus a fix
|
2016-05-18 |
Chris Cannam |
More requests/responses
|
2016-05-18 |
Chris Cannam |
Process requests
|
2016-05-17 |
Chris Cannam |
Build & read config request/response etc
|
2016-05-17 |
Chris Cannam |
Configuration request/response structs
|
2016-05-17 |
Chris Cannam |
Use mapper
|
2016-05-17 |
Chris Cannam |
Some conversions for plugin handles
|
2016-05-16 |
Chris Cannam |
Add process request
|
2016-05-16 |
Chris Cannam |
Add Makefile... this was supposed to have been in an earlier commit!
|
2016-05-13 |
Chris Cannam |
Build & test json-cli as well
|
2016-05-13 |
Chris Cannam |
Update build
|
2016-05-13 |
Chris Cannam |
Promote the more successful experiments (todo: get them to build again)
|
2016-02-05 |
Chris Cannam |
Move some things around
|
2015-08-27 |
Chris Cannam |
Remove -Werror
|
2015-03-17 |
Chris Cannam |
Basic implementation of configure
|
2015-03-17 |
Chris Cannam |
Bring in external dependencies
|
2015-03-16 |
Chris Cannam |
First start at a simple command-line client
|