Fri, 14 Oct 2016 12:46:38 +0100 |
Chris Cannam |
Serialisation, comments
|
Fri, 14 Oct 2016 12:46:16 +0100 |
Chris Cannam |
Should not be tracking Makefile (we have a project file)
|
Thu, 13 Oct 2016 19:11:24 +0100 |
Chris Cannam |
Plugin that creates its own server
|
Thu, 13 Oct 2016 18:05:35 +0100 |
Chris Cannam |
Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
|
Thu, 13 Oct 2016 17:00:06 +0100 |
Chris Cannam |
Rename to CapnpRRClient (request-response, as opposed to individual RPC calls)
|
Thu, 13 Oct 2016 14:31:10 +0100 |
Chris Cannam |
Implement list, use request-response classes in loader
|
Thu, 13 Oct 2016 14:10:55 +0100 |
Chris Cannam |
More renaming
|
Thu, 13 Oct 2016 12:07:41 +0100 |
Chris Cannam |
Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it
|
Thu, 13 Oct 2016 12:02:44 +0100 |
Chris Cannam |
Reorganise some classes
|
Thu, 13 Oct 2016 11:33:19 +0100 |
Chris Cannam |
Implement reset()
|
Thu, 13 Oct 2016 10:17:59 +0100 |
Chris Cannam |
Split out classes
|
Wed, 12 Oct 2016 21:34:21 +0100 |
Chris Cannam |
More testing
|
Wed, 12 Oct 2016 19:02:31 +0100 |
Chris Cannam |
Rename, + adjust finish
|
Wed, 12 Oct 2016 17:47:59 +0100 |
Chris Cannam |
Fix decoding error due to misaligned array
|
Wed, 12 Oct 2016 12:51:33 +0100 |
Chris Cannam |
Cast number types
|
Wed, 12 Oct 2016 12:51:29 +0100 |
Chris Cannam |
Debug out
|
Wed, 12 Oct 2016 11:59:57 +0100 |
Chris Cannam |
Client builds; does not run
|
Tue, 11 Oct 2016 17:08:31 +0100 |
Chris Cannam |
Toward QProcess pipe comms take on it
|
Tue, 11 Oct 2016 16:52:48 +0100 |
Chris Cannam |
Plan
|
Tue, 11 Oct 2016 16:25:52 +0100 |
Chris Cannam |
Build rpcrequest types. May be a misdirection
|
Tue, 11 Oct 2016 15:49:28 +0100 |
Chris Cannam |
Inching toward a client
|
Tue, 11 Oct 2016 14:38:04 +0100 |
Chris Cannam |
Add ~ to ignore
|
Tue, 11 Oct 2016 14:37:38 +0100 |
Chris Cannam |
Start experimental client-side stub
|
Tue, 11 Oct 2016 14:36:43 +0100 |
Chris Cannam |
Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
|
Tue, 11 Oct 2016 14:36:18 +0100 |
Chris Cannam |
Tiny indent
|
Mon, 10 Oct 2016 16:31:09 +0100 |
Chris Cannam |
Rearrange and rename to Piper C++ structure
|
Mon, 10 Oct 2016 15:31:44 +0100 |
Chris Cannam |
Ensure code is at least set, but just to 0 at the mo
|
Mon, 10 Oct 2016 15:03:47 +0100 |
Chris Cannam |
Ensure id is passed through properly in convert and in server
|
Fri, 07 Oct 2016 16:43:18 +0100 |
Chris Cannam |
Ensure id is passed through in adapter (still pending for server/converter)
|
Fri, 07 Oct 2016 14:27:11 +0100 |
Chris Cannam |
vamp -> piper for IDL specs
|
Fri, 07 Oct 2016 12:07:17 +0100 |
Chris Cannam |
Begin capnp RPC test
|
Thu, 06 Oct 2016 14:33:12 +0100 |
Chris Cannam |
Merge from branch jsonrpc
|
Thu, 06 Oct 2016 14:32:58 +0100 |
Chris Cannam |
Update again to latest plugin-terminology-free schema
|
Wed, 05 Oct 2016 13:53:08 +0100 |
Chris Cannam |
Validation fixes
|
Tue, 27 Sep 2016 15:04:59 +0100 |
Chris Cannam |
Instead of using separate values and b64values entries in JSON serialisations, allow numeric arrays to be replaced by b64 variants wherever they appear (discriminating by type). Also rename values to featureValues in feature throughout, as values turns out to be a hazardous name in a JS context. Finally use Array instead of Text for array encoding (seems clearer).
|
Fri, 23 Sep 2016 14:23:10 +0100 |
Chris Cannam |
Merge from noexcept branch
|
Fri, 23 Sep 2016 14:20:29 +0100 |
Chris Cannam |
Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK
|
Fri, 23 Sep 2016 14:20:06 +0100 |
Chris Cannam |
Validate JSON requests and responses
|
Wed, 21 Sep 2016 12:59:35 +0100 |
Chris Cannam |
input -> processInput, to align with JSON
|
Wed, 21 Sep 2016 12:59:35 +0100 |
Chris Cannam |
input -> processInput, to align with JSON
|
Tue, 20 Sep 2016 16:35:47 +0100 |
Chris Cannam |
Replace exceptions throughout the JSON-handling and adapter code with string-arg error handling. No longer need exception handling enabled in Emscripten (with its consequent runtime overhead - though we still need to check whether this error handling regime is actually faster).
|
Mon, 19 Sep 2016 15:52:38 +0100 |
Chris Cannam |
Tidy
|
Mon, 19 Sep 2016 14:48:43 +0100 |
Chris Cannam |
Merge from branch outputid-string-in-featureset
|
Mon, 19 Sep 2016 14:43:32 +0100 |
Chris Cannam |
Make the output ID mapper stuff safer by using shared_ptr
|
Mon, 19 Sep 2016 14:10:19 +0100 |
Chris Cannam |
Introduce ListResponse type as well
|
Mon, 19 Sep 2016 13:35:56 +0100 |
Chris Cannam |
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
|
Fri, 16 Sep 2016 16:34:00 +0100 |
Chris Cannam |
Fix dopy error
|
Fri, 16 Sep 2016 16:28:47 +0100 |
Chris Cannam |
Update adapter etc for feature set strings
|
Fri, 16 Sep 2016 16:20:05 +0100 |
Chris Cannam |
Error handling, and pass plugin handles through
|
Fri, 16 Sep 2016 15:10:57 +0100 |
Chris Cannam |
Introduce and use output id mappers
|
Fri, 16 Sep 2016 14:15:41 +0100 |
Chris Cannam |
Simplify
|
Fri, 16 Sep 2016 14:13:21 +0100 |
Chris Cannam |
Begin plugin output id / index mapping for use in feature sets
|
Wed, 14 Sep 2016 14:43:37 +0100 |
Chris Cannam |
Merge from branch process-noparse
|
Mon, 12 Sep 2016 15:17:48 +0100 |
Chris Cannam |
Backed out changeset cc333241cc8c
|
Mon, 12 Sep 2016 15:17:35 +0100 |
Chris Cannam |
Some timing calculations. I don't actually want to keep these, they're just for reference -- will back out in a mo
|
Fri, 09 Sep 2016 11:05:44 +0100 |
Chris Cannam |
Comments
|
Thu, 08 Sep 2016 15:27:48 +0100 |
Chris Cannam |
Make base64/text selectable when serialising process and feature blocks; add base64 version as an output format for vampipe-convert; make VamPipePluginLibrary switch to returning base64 encoding as soon as it is fed any as input
|
Wed, 24 Aug 2016 10:50:40 +0100 |
Chris Cannam |
Simple test script (and associated fixes) for the JS code
|
Tue, 23 Aug 2016 12:04:49 +0100 |
Chris Cannam |
Some JSON fixes and a quick test program
|
Tue, 23 Aug 2016 11:17:01 +0100 |
Chris Cannam |
Exception handling in adapter code
|
Mon, 22 Aug 2016 17:16:44 +0100 |
Chris Cannam |
Pull out CountingPluginHandleMapper; consts
|
Mon, 22 Aug 2016 17:16:23 +0100 |
Chris Cannam |
Consts
|
Mon, 22 Aug 2016 17:16:11 +0100 |
Chris Cannam |
Update base-n code from https://github.com/azawadzki/base-n
|
Wed, 25 May 2016 14:49:44 +0100 |
Chris Cannam |
Adjust build for OSX
|
Wed, 25 May 2016 14:37:32 +0100 |
Chris Cannam |
Test file
|
Wed, 25 May 2016 14:18:36 +0100 |
Chris Cannam |
Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
|
Wed, 25 May 2016 11:09:18 +0100 |
Chris Cannam |
Check channel count & block size
|
Wed, 25 May 2016 10:43:07 +0100 |
Chris Cannam |
Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
|
Tue, 24 May 2016 17:17:03 +0100 |
Chris Cannam |
Wire up a couple of server actions
|
Tue, 24 May 2016 16:30:01 +0100 |
Chris Cannam |
Begin server
|
Tue, 24 May 2016 15:38:50 +0100 |
Chris Cannam |
Comment for the future!
|
Tue, 24 May 2016 14:09:58 +0100 |
Chris Cannam |
Capnp writes
|
Tue, 24 May 2016 14:09:54 +0100 |
Chris Cannam |
Be sure not to get any unnecessary lookups -- I think this is probably redundant but at least it's explicit
|
Tue, 24 May 2016 12:00:38 +0100 |
Chris Cannam |
Wire up Cap'n Proto reading, plus some build and arg processing fixes
|
Tue, 24 May 2016 11:07:59 +0100 |
Chris Cannam |
Start introducing request/response readers to capnp code as well
|
Tue, 24 May 2016 10:43:34 +0100 |
Chris Cannam |
Pull up type determination into VampJson
|
Mon, 23 May 2016 16:09:25 +0100 |
Chris Cannam |
More on reading and writing json messages
|
Fri, 20 May 2016 18:05:02 +0100 |
Chris Cannam |
Begin vampipe-convert
|
Fri, 20 May 2016 17:07:04 +0100 |
Chris Cannam |
More conversions
|
Fri, 20 May 2016 14:37:28 +0100 |
Chris Cannam |
A couple more conversions
|
Fri, 20 May 2016 11:08:53 +0100 |
Chris Cannam |
Add and use PreservingPluginHandleMapper -- removing the constant variant, which was a misstep
|
Fri, 20 May 2016 10:25:01 +0100 |
Chris Cannam |
Add (but don't yet use) the constant plugin handle mapper
|
Wed, 18 May 2016 16:33:03 +0100 |
Chris Cannam |
Licences
|
Wed, 18 May 2016 15:31:22 +0100 |
Chris Cannam |
More request/response encodings
|
Wed, 18 May 2016 14:38:27 +0100 |
Chris Cannam |
Create process request in JSON version, plus a fix
|
Wed, 18 May 2016 13:54:33 +0100 |
Chris Cannam |
More requests/responses
|
Wed, 18 May 2016 12:21:23 +0100 |
Chris Cannam |
Process requests
|
Tue, 17 May 2016 16:18:24 +0100 |
Chris Cannam |
Build & read config request/response etc
|
Tue, 17 May 2016 13:52:51 +0100 |
Chris Cannam |
Configuration request/response structs
|
Tue, 17 May 2016 11:15:25 +0100 |
Chris Cannam |
Use mapper
|
Tue, 17 May 2016 09:58:15 +0100 |
Chris Cannam |
Some conversions for plugin handles
|
Mon, 16 May 2016 15:46:22 +0100 |
Chris Cannam |
Add process request
|
Mon, 16 May 2016 11:54:12 +0100 |
Chris Cannam |
Add Makefile... this was supposed to have been in an earlier commit!
|
Fri, 13 May 2016 17:07:15 +0100 |
Chris Cannam |
Build & test json-cli as well
|
Fri, 13 May 2016 16:28:26 +0100 |
Chris Cannam |
Update build
|
Fri, 13 May 2016 13:48:59 +0100 |
Chris Cannam |
Promote the more successful experiments (todo: get them to build again)
|
Fri, 05 Feb 2016 16:10:56 +0000 |
Chris Cannam |
Move some things around
|
Thu, 27 Aug 2015 16:22:04 +0100 |
Chris Cannam |
Remove -Werror
|
Tue, 17 Mar 2015 13:13:29 +0000 |
Chris Cannam |
Basic implementation of configure
|
Tue, 17 Mar 2015 11:27:56 +0000 |
Chris Cannam |
Bring in external dependencies
|
Mon, 16 Mar 2015 17:28:06 +0000 |
Chris Cannam |
First start at a simple command-line client
|