|
|
|
@ -8,7 +8,7 @@ under the European Union’s Horizon 2020 research and innovation programme
|
|
|
|
(grant agreement No 725899).
|
|
|
|
(grant agreement No 725899).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#include <clients/rt/AmpSliceClient.hpp>
|
|
|
|
#include <clients/rt/AmpGateClient.hpp>
|
|
|
|
|
|
|
|
|
|
|
|
#include <FluidSCWrapper.hpp>
|
|
|
|
#include <FluidSCWrapper.hpp>
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,5 +18,5 @@ PluginLoad(OfflineFluidDecompositionUGens)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ft = inTable;
|
|
|
|
ft = inTable;
|
|
|
|
using namespace fluid::client;
|
|
|
|
using namespace fluid::client;
|
|
|
|
makeSCWrapper<NRTThreadedAmpSliceClient>("FluidBufAmpSlice", ft);
|
|
|
|
makeSCWrapper<NRTThreadedAmpGateClient>("FluidBufAmpGate", ft);
|
|
|
|
}
|
|
|
|
}
|