Mercurial > hg > sonic-visualiser
comparison transform/Transform.h @ 107:dd11619b73ba
* Update along with latest Vamp API change.  This has not yet been tested.
| author | Chris Cannam | 
|---|---|
| date | Mon, 26 Feb 2007 18:13:07 +0000 | 
| parents | 40116f709d3b | 
| children | b4110b17bca8 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 106:f8e362511b2f | 107:dd11619b73ba | 
|---|---|
| 18 | 18 | 
| 19 #include "base/Thread.h" | 19 #include "base/Thread.h" | 
| 20 | 20 | 
| 21 #include "data/model/Model.h" | 21 #include "data/model/Model.h" | 
| 22 | 22 | 
| 23 typedef QString TransformName; | 23 typedef QString TransformId; | 
| 24 | 24 | 
| 25 /** | 25 /** | 
| 26 * A Transform turns one data model into another. | 26 * A Transform turns one data model into another. | 
| 27 * | 27 * | 
| 28 * Typically in this application, a Transform might have a | 28 * Typically in this application, a Transform might have a | 
