# HG changeset patch
# User cannam
# Date 1203873630 0
# Node ID e9b5fb4a6ea30665bafba1528d907c54e9933261
# Parent d5d7bbb2faf95c40dd8e812131edeead92be3007
...
diff -r d5d7bbb2faf9 -r e9b5fb4a6ea3 vestigial-manual/bullets.html
--- a/vestigial-manual/bullets.html Sun Feb 24 16:11:36 2008 +0000
+++ b/vestigial-manual/bullets.html Sun Feb 24 17:20:30 2008 +0000
@@ -47,6 +47,7 @@
Notes about Vamp itself
-
- It's not a sophisticated invention. It's complicated by the fact that in theory the plugin should be able to return *anything*
+
- It's not a sophisticated invention. It's just complicated by the fact that in theory the plugin should be able to return *anything*
- There is a need to compromise between having one arbitrarily complex return structure with no "meaning", and a set of specific return structures with precisely defined meaning but no way to return anything else. -> classic data representation problem
+
- A lot about the plugin design is based on existing real-time effects plugin APIs which audio programmers may be familiar with -- rather than on plugins for existing analysis systems or the like