Mercurial > hg > piper
log
age | author | description |
---|---|---|
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. |