Proper FluidManipulaitonTarget

nix
Owen Green 6 years ago
parent 6073ccadaf
commit 80af9ca9ea

@ -1,7 +1,8 @@
// A tool from the FluCoMa project, funded by the European Research Council (ERC) under the European Unions Horizon 2020 research and innovation programme (grant agreement No 725899)
#include <clients/rt/AmpSlice.hpp>
#include <clients/nrt/DatasetClient.hpp>
#include <clients/nrt/CorpusClient.hpp>
#include <FluidSCWrapper.hpp>
static InterfaceTable *ft;
@ -10,5 +11,6 @@ PluginLoad(FluidSTFTUGen)
{
ft = inTable;
using namespace fluid::client;
makeSCWrapper<AmpSliceClient>("FluidAmpSlice", ft);
makeSCWrapper<NRTThreadedDataset>("FluidDataset", ft);
makeSCWrapper<NRTThreadedCorpus>("FluidCorpus", ft);
}

Loading…
Cancel
Save