Mercurial > hg > vamp-plugin-sdk
comparison README @ 59:fa79c4ec847d host-factory-stuff
* Put hostext stuff in the HostExt sub-namespace
* Tidy up system-specific stuff in PluginLoader
* Make PluginLoader return a deletion-notifying wrapper which permits the
library to be unloaded when no longer in use
* Add PluginChannelAdapter
* Make vamp-simple-host use PluginChannelAdapter, and use the PluginLoader
for plugin-running task. Also some other enhancements to host
author | cannam |
---|---|
date | Thu, 24 May 2007 15:17:07 +0000 |
parents | 0284955e31e5 |
children | fe5486ee1c70 |
comparison
equal
deleted
inserted
replaced
58:0284955e31e5 | 59:fa79c4ec847d |
---|---|
188 | 188 |
189 Authors | 189 Authors |
190 ======= | 190 ======= |
191 | 191 |
192 Vamp and the Vamp SDK were designed and made at the Centre for Digital | 192 Vamp and the Vamp SDK were designed and made at the Centre for Digital |
193 Music at Queen Mary, University of London. The SDK code was written | 193 Music at Queen Mary, University of London. |
194 by Chris Cannam, copyright (c) 2005-2006 Chris Cannam. Mark Sandler | 194 |
195 and Christian Landone provided ideas and direction, and Mark Levy, Dan | 195 The SDK was written by Chris Cannam, copyright (c) 2005-2007 |
196 Stowell, Martin Gasser and Craig Sapp provided testing and other input | 196 Chris Cannam and QMUL. |
197 for the 1.0 API and SDK. The API reuses some ideas from several prior | 197 |
198 plugin systems, notably DSSI (http://dssi.sourceforge.net) and FEAPI | 198 Mark Sandler and Christian Landone provided ideas and direction, and |
199 (http://feapi.sourceforge.net). | 199 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing |
200 | 200 and other input for the 1.0 API and SDK. The API also uses some ideas |
201 from prior plugin systems, notably DSSI (http://dssi.sourceforge.net) | |
202 and FEAPI (http://feapi.sourceforge.net). | |
203 |