Wed, 08 Apr 2020 14:57:24 +0100 |
Chris Cannam |
programParameters should not have a pattern enforced on its keys - a program name can be anything
default tip master
|
Tue, 07 Apr 2020 15:42:05 +0100 |
Chris Cannam |
Add programParameters to the capnp schema
|
Tue, 07 Apr 2020 15:40:38 +0100 |
Chris Cannam |
Ah, the programParameters can't be static data because parameter values in general (e.g. the default configuration) aren't known until construction - and we can't query the program-parameter relationship from e.g. static Vamp plugin data either. Move to the load response structure.
|
Mon, 06 Apr 2020 17:57:06 +0100 |
Chris Cannam |
Add programParameters, so the client can track what a program actually means - since we have no way to query parameter changes, we only have the ability to push a new configuration bundle atomically
|
Thu, 09 Aug 2018 10:45:25 +0100 |
Chris Cannam |
Or, we could do this only for Linux since the OSX build should be more
|
Thu, 09 Aug 2018 10:43:30 +0100 |
Chris Cannam |
Require capnp v0.6.1, because newer code won't build with the older
|
Fri, 02 Feb 2018 11:43:34 +0000 |
Chris Cannam |
pip2 rather than mere pip seems to be necessary on OSX now
|
Thu, 13 Jul 2017 15:29:01 +0100 |
Chris Cannam |
Add ignore file
|
Thu, 15 Jun 2017 09:51:16 +0100 |
Chris Cannam |
Merge branch 'output-type-uri'
|
Mon, 12 Jun 2017 15:52:06 +0100 |
Chris Cannam |
Add static info to output descriptor
|
Thu, 08 Jun 2017 12:06:09 +0100 |
Chris Cannam |
Add output type URI via static descriptor ("option E")
|
Wed, 22 Feb 2017 11:03:59 +0000 |
Chris Cannam |
Merge branch 'master' of ssh://github.com:/piper-audio/piper
|
Wed, 22 Feb 2017 11:03:48 +0000 |
Chris Cannam |
Defensive note
|
Mon, 20 Feb 2017 19:58:13 +0000 |
Chris Cannam |
Merge pull request #2 from piper-audio/fix/schema-typos
|
Mon, 20 Feb 2017 15:01:17 +0000 |
Lucas Thompson |
Fix id fields not updated after previous renaming.
|
Fri, 10 Feb 2017 18:51:43 +0000 |
Chris Cannam |
Fix some examples
|
Fri, 10 Feb 2017 18:09:18 +0000 |
Chris Cannam |
Minor text tweaks
|
Fri, 10 Feb 2017 17:12:48 +0000 |
Chris Cannam |
Copyright -> rights, and document
|
Fri, 10 Feb 2017 14:41:43 +0000 |
Chris Cannam |
More docs
|
Fri, 10 Feb 2017 10:56:24 +0000 |
Chris Cannam |
More docs
|
Thu, 09 Feb 2017 19:00:11 +0000 |
Chris Cannam |
More docs.
|
Thu, 09 Feb 2017 16:06:08 +0000 |
Chris Cannam |
Start adding docs to Cap'n Proto schema
|
Mon, 06 Feb 2017 11:52:32 +0000 |
Chris Cannam |
Schema validator used for Travis builds rejects empty required list
|
Mon, 06 Feb 2017 11:31:16 +0000 |
Chris Cannam |
Merge pull request #1 from piper-audio/dev/step-and-block-size
|
Fri, 03 Feb 2017 15:58:21 +0000 |
Chris Cannam |
Update examples for configuration request, load response, and rpc
|
Fri, 03 Feb 2017 15:04:33 +0000 |
Chris Cannam |
Add framing structure to capture step + block size, and return this in
|
Fri, 20 Jan 2017 11:09:40 +0000 |
Chris Cannam |
Add build status
|
Fri, 20 Jan 2017 10:53:52 +0000 |
Chris Cannam |
Python env doesn't work on osx; will cpp env work for our python
|
Fri, 20 Jan 2017 10:38:07 +0000 |
Chris Cannam |
This is not going to work
|
Fri, 20 Jan 2017 10:25:22 +0000 |
Chris Cannam |
Experiment with travis trusty
|