finish transition to two AmpSlice/Gate objects

nix
Gerard Roma 6 years ago
parent a28327c4f9
commit efa55abe6c

@ -8,7 +8,7 @@ under the European Unions 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(FluidSTFTUGen)
{ {
ft = inTable; ft = inTable;
using namespace fluid::client; using namespace fluid::client;
makeSCWrapper<AmpSliceClient>("FluidAmpSlice", ft); makeSCWrapper<AmpGateClient>("FluidAmpGate", ft);
} }

@ -8,7 +8,7 @@ under the European Unions 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);
} }
Loading…
Cancel
Save