2018-03-09 |
Chris Cannam |
Update base-n code from upstream
|
2018-02-02 |
Chris Cannam |
pip2 rather than mere pip seems to be necessary on OSX now
|
2018-02-02 |
Chris Cannam |
PIC
|
2017-10-10 |
Chris Cannam |
Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
|
2017-07-13 |
Chris Cannam |
Add generated files to ignore
|
2017-06-27 |
Chris Cannam |
Remove these version-dependent autogenerated files; let's aim to have them regenerated on build instead. The main reason they were here was because of the lack of capnpc for Windows/VC++ and that has been resolved with Cap'n Proto v0.6.
|
2017-06-15 |
Chris Cannam |
These should no longer be necessary
|
2017-06-15 |
Chris Cannam |
Fix typo (lib for include)
|
2017-06-15 |
Chris Cannam |
Force use of .a from vamp-plugin-sdk dir
|
2017-06-15 |
Chris Cannam |
Force c99 mode
|
2017-06-15 |
Chris Cannam |
Add forgotten files!
|
2017-06-15 |
Chris Cannam |
Merge branch 'output-type-uri'
|
2017-06-15 |
Chris Cannam |
Back to master branch
|
2017-06-15 |
Chris Cannam |
Use local sord/serd build
|
2017-06-15 |
Chris Cannam |
Rename RdfTypes (which sounds like a set of type declarations) to
|
2017-06-14 |
Chris Cannam |
Remove stubber from this repo; it's in piper-vamp-js now
|
2017-06-13 |
Chris Cannam |
Update json11 code
|
2017-06-13 |
Chris Cannam |
Report and fail if no plugins found (i.e. wrong library name, usually)
|
2017-06-13 |
Chris Cannam |
More helpful comments etc
|
2017-06-13 |
Chris Cannam |
Library
|
2017-06-13 |
Chris Cannam |
Generate plausible metadata names; emit empty type URIs for outputs that
|
2017-06-13 |
Chris Cannam |
Avoid emitting duplicate plugins (where duplicate libraries are
|
2017-06-13 |
Chris Cannam |
Add sord library
|
2017-06-13 |
Chris Cannam |
Tidy
|
2017-06-13 |
Chris Cannam |
We're more likely to want to trigger this rule by removing the .h than
|
2017-06-13 |
Chris Cannam |
The compiler in the Travis environment seems to have trouble with this
|
2017-06-13 |
Chris Cannam |
Begin on stub-generator for Piper Vamp wrappers
|
2017-06-13 |
Chris Cannam |
Remove unneeded include
|
2017-06-13 |
Chris Cannam |
Small tidy
|
2017-06-12 |
Chris Cannam |
Implement RDF type lookup
|
2017-06-12 |
Chris Cannam |
Add helpful output
|
2017-06-09 |
Chris Cannam |
Small comment
|
2017-06-09 |
Chris Cannam |
Add these external library files
|
2017-06-09 |
Chris Cannam |
Minor adjustment
|
2017-06-09 |
Chris Cannam |
More notes on rdf layout
|
2017-06-09 |
Chris Cannam |
More filling in the RDF type loading code
|
2017-06-09 |
Chris Cannam |
Stub out RDF type lookup
|
2017-06-09 |
Chris Cannam |
Various fixes to JSON writing for static output data
|
2017-06-08 |
Chris Cannam |
Add static output descriptor, pass through type URI
|
2017-05-22 |
Chris Cannam |
*Ahem* Rebuild for actual capnp v0.6.
|
2017-05-09 |
Chris Cannam |
Rebuild these for capnp v0.6.
|
2017-02-22 |
Chris Cannam |
Name, defensive comment
|
2017-02-10 |
Chris Cannam |
Copyright -> rights
|
2017-02-10 |
Chris Cannam |
Minor renaming updates
|
2017-02-09 |
Chris Cannam |
Merge pull request #5 from piper-audio/dev/rename-pluginstub
|
2017-02-09 |
Chris Cannam |
Update unit tests as well for rename
|
2017-02-09 |
Chris Cannam |
Merge remote-tracking branch 'origin/master' into dev/rename-pluginstub
|
2017-02-09 |
Chris Cannam |
Merge pull request #7 from piper-audio/dev/make-dependencies
|
2017-02-09 |
Chris Cannam |
Merge branch 'master' into dev/rename-pluginstub
|
2017-02-09 |
Chris Cannam |
Merge branch 'dev/step-and-block-size'
|
2017-02-09 |
Chris Cannam |
Rename PluginStub to PiperVampPlugin and AutoPlugin to PiperAutoPlugin
|
2017-02-09 |
Chris Cannam |
Rename methods to avoid referring to plugins in Piper-world
|
2017-02-09 |
Chris Cannam |
Dependencies
|
2017-02-09 |
Chris Cannam |
Merge pull request #4 from piper-audio/test/plugin-stub-configured-framing
|
2017-02-09 |
Chris Cannam |
Authors
|
2017-02-09 |
Chris Cannam |
Fix some syntax that the compiler used with Emscripten on Travis doesn't
|
2017-02-09 |
Lucas Thompson |
Fix typo and use actual data in all process calls.
|
2017-02-09 |
Lucas Thompson |
Run the tests after building.
|
2017-02-09 |
Lucas Thompson |
Manually bring in Catch license from upstream.
|
2017-02-09 |
Lucas Thompson |
Demonstrate that the plugin cannot be re-initialised after a failed call to process.
|
2017-02-09 |
Lucas Thompson |
Run the test-suite with more verbose output.
|
2017-02-07 |
Lucas Thompson |
Direct initialisation
|
2017-02-07 |
Lucas Thompson |
Change wording.
|
2017-02-07 |
Lucas Thompson |
Remove redundant line.
|
2017-02-07 |
Lucas Thompson |
Add some more tests for calling process after successful and failed initialise calls.
|
2017-02-07 |
Lucas Thompson |
Merge branch 'master' of https://github.com/piper-audio/piper-cpp into test/plugin-stub-configured-framing
|
2017-02-07 |
Chris Cannam |
Merge pull request #3 from piper-audio/dev/step-and-block-size
|
2017-02-07 |
Lucas Thompson |
Test setup for testing PluginCache caches framing sizes across init calls.
|
2017-02-07 |
Lucas Thompson |
Setup test harness (Catch), integrate into build system.
|
2017-02-07 |
Lucas Thompson |
Manually bring in Catch for testing.
|
2017-02-06 |
Chris Cannam |
Merge pull request #2 from piper-audio/dev/step-and-block-size
|
2017-02-08 |
Chris Cannam |
Documentation
|
2017-02-06 |
Chris Cannam |
Fix erroneous logic for handling step and block size in prior commit
|
2017-02-03 |
Chris Cannam |
Pull step & block size out into framing struct, return in config
|
2017-02-03 |
Chris Cannam |
Merge pull request #1 from piper-audio/fix/regression-json-responses
|
2017-02-03 |
Lucas Thompson |
Explicitly handle the individual error cases.
|
2017-02-03 |
Lucas Thompson |
Add comment warning that json_to_capnp needs to be the last conversion tested.
|
2017-02-03 |
Lucas Thompson |
Fix typo.
|
2017-02-03 |
Lucas Thompson |
Correct the inspection of the JSON object in successful to look for both error and success objects, writing out an error string if neither are present. Revert error handling in readInput() for JSON.
|
2017-02-03 |
Lucas Thompson |
Remove some whitespace.
|
2017-01-31 |
Lucas Thompson |
Add a more relaxed comparision of JSON responses if the initial comparision fails. Some optional fields aren't populated from the JSON serialisation code.
|
2017-01-31 |
Lucas Thompson |
Fix populating ListResponse from JSON response, incorrect indexing.
|
2017-01-31 |
Lucas Thompson |
Fix handling of parsing json error responses from a server, and allow for re-writing them without changing the error message further.
|
2017-01-31 |
Lucas Thompson |
Fix typo / wrong indexing in calling code to parsing configured output descriptor.
|
2017-01-31 |
Lucas Thompson |
Fix regression from old schema changes, regarding assessing whether a JSON response was successful
|
2017-01-31 |
Lucas Thompson |
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
|
2017-01-31 |
Chris Cannam |
Add some necessary headers
|
2017-01-31 |
Lucas Thompson |
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
|
2017-01-31 |
Chris Cannam |
More work on error and exception handling
|
2017-01-31 |
Chris Cannam |
Trap and rethrow after locking into failed state
|
2017-01-31 |
Lucas Thompson |
Add case to exercise JSON responses.
|
2017-01-31 |
Chris Cannam |
Add a failed state to the plugin stub, to prevent it making any further
|
2017-01-21 |
Chris Cannam |
Add ext
|
2017-01-21 |
Chris Cannam |
Another little tweak
|
2017-01-21 |
Chris Cannam |
No, I didn't like that much. Try this
|
2017-01-21 |
Chris Cannam |
Minor tweaks
|
2017-01-21 |
Chris Cannam |
README, COPYING
|
2017-01-21 |
Chris Cannam |
Libpath
|
2017-01-21 |
Chris Cannam |
Attempt Qt homebrew path
|
2017-01-20 |
Chris Cannam |
Cut any spurious whitespace from wc output
|
2017-01-20 |
Chris Cannam |
Improve error handling and extend tests for it
|
2017-01-20 |
Chris Cannam |
Use Makefile.osx on that platform
|
2017-01-20 |
Chris Cannam |
Add Vamp dir to link
|
2017-01-20 |
Chris Cannam |
Ensure example plugins are available
|
2017-01-20 |
Chris Cannam |
Another of those...
|
2017-01-20 |
Chris Cannam |
The gcc version Travis is using complains about the default return;
|
2017-01-20 |
Chris Cannam |
Fix some include paths, configure Vamp SDK without host
|
2017-01-20 |
Chris Cannam |
We'll need the piper dir
|
2017-01-20 |
Chris Cannam |
Move some things around, and add overall test script
|
2017-01-19 |
Chris Cannam |
Update api usage in test client
|
2017-01-19 |
Chris Cannam |
Implement timeouts
|
2017-01-19 |
Chris Cannam |
Report messages < 1 word as incomplete, and messages with crazily large estimated sizes as invalid
|
2017-01-19 |
Chris Cannam |
Allow the completeness checker to report failure (invalid message) as well as incompleteness
|
2017-01-18 |
Chris Cannam |
Minor debug bit
|
2017-01-18 |
Chris Cannam |
Make this log option be off by default
|
2017-01-18 |
Chris Cannam |
Don't try to validate if schema dir not found (avoiding lengthy errors)
|
2017-01-18 |
Chris Cannam |
Log function entry/exit points (optionally)
|
2017-01-16 |
Chris Cannam |
Fix compiler warning
|
2017-01-12 |
Chris Cannam |
Fix a couple more compiler warnings
|
2017-01-12 |
Chris Cannam |
Fix various compiler warnings
|
2017-01-12 |
Chris Cannam |
Discard stdout output that occurs in between our own outputs (e.g. from plugin)
|
2016-11-17 |
Chris Cannam |
Avoid building app bundles for helper executables
|
2016-11-16 |
Chris Cannam |
Merge
|
2016-11-07 |
Chris Cannam |
Have checked this over, and I don't think there is so much benefit to be had simply
|
2016-11-16 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
|
2016-11-04 |
Chris Cannam |
Merge from branch listargs
|
2016-11-03 |
Chris Cannam |
Use ListRequest object in api
|
2016-11-02 |
Chris Cannam |
Update client to support list from
|