|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
// A tool from the FluCoMa project, funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 725899)
|
|
|
|
// A tool from the FluCoMa project, funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 725899)
|
|
|
|
|
|
|
|
|
|
|
|
#include <clients/rt/SinesClient.hpp>
|
|
|
|
#include <clients/rt/SinesClient.hpp>
|
|
|
|
#include <FluidSCWrapper.hpp>
|
|
|
|
#include <FluidSCWrapper.hpp>
|
|
|
|
|
|
|
|
|
|
|
|
static InterfaceTable *ft;
|
|
|
|
static InterfaceTable *ft;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PluginLoad(FluidSTFTUGen) {
|
|
|
|
PluginLoad(FluidSTFTUGen) {
|
|
|
|
ft = inTable;
|
|
|
|
ft = inTable;
|
|
|
|
using namespace fluid::client;
|
|
|
|
using namespace fluid::client;
|
|
|
|
makeSCWrapper<SinesClient,double,float>("FluidSines",SinesParams,ft);
|
|
|
|
makeSCWrapper<SinesClient<float>>("FluidSines", ft);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|