26 Commits (d5adb76746ec31e533dad17794be0db3fbbc41b8)

Author SHA1 Message Date
Alex Harker d5adb76746 Const-correctness 7 years ago
Alex Harker 0a09bd10c8 Typo 7 years ago
Owen Green aeb08735f5 Merge branch 'refactor-review' of https://bitbucket.org/flucoma/flucoma-supercollider into refactor-review 7 years ago
Owen Green 6d44a48d61 Use the proper type for buffer adaptor
include/FluidSCWrapper.hpp
7 years ago
Alex Harker 8534f59510 Method name change 7 years ago
Owen Green 2a22d7d0e7 Less badness for FloatPairArray
include/FluidSCWrapper.hpp
7 years ago
Owen Green 62c4b8401d Deeply ugly initialisartion for FloatPairArray type
include/FluidSCWrapper.hpp
7 years ago
Alex Harker 481dd955ba The wrapper now takes care of processing type - all objects updated to fit the new design 7 years ago
Alex Harker 02842c8aec Updates for changes in client types 7 years ago
Alex Harker f56bd42182 Initial commit for linking parameters to clients 7 years ago
Owen Green 6d19889ba5 Formatting
include/FluidSCWrapper.hpp
include/SCBufferAdaptor.hpp
7 years ago
Owen Green e6d4bacaf5 Fail more informatively and gracefully if number of arguments from language side doesn't match server object's expectations
include/FluidSCWrapper.hpp
7 years ago
Owen Green 653874b1d0 Change reply for latency u_cmd
include/FluidSCWrapper.hpp
7 years ago
Owen Green caef598168 Remove vestigual debug print because it made @tremblap sad 7 years ago
Owen Green 82c2c798c1 Deals with separation of clients and params; new FFT param type;
include/FluidSCWrapper.hpp
7 years ago
Owen Green aaba970d0f NMFMatch working in SC
Having gone to the trouble of making the right numbers, I should use them, rather than other numbers. I should also use the outputs I've made, rather than nothing.
include/FluidSCWrapper.hpp
7 years ago
Owen Green 3260302782 Counting and arthmetic are valuble skills, I hear
include/FluidSCWrapper.hpp
7 years ago
Owen Green c23dfbe359 Yeah, maybe don't overwrite the Unit that SC loving prepared for you. That would be stupid
include/FluidSCWrapper.hpp
7 years ago
Owen Green 9ab5dc3d56 Make client factory, attempts to initialise client with constructor args from istantiation params.Add NMF wrapper
include/FluidSCWrapper.hpp
include/SCBufferAdaptor.hpp
src/FluidNMFMatch/FluidNMFMatch.cpp
7 years ago
Owen Green 5496a72a18 Updates to wrapper for HPSS freq-amp pairs parameter, improved kontrol input handling. Updated object stubs
include/FluidSCWrapper.hpp
src/FluidBufHPSS/FluidBufHPSS.cpp
src/FluidBufNoveltySlice/FluidBufNoveltySlice.cpp
src/FluidHPSS/FluidHPSS.cpp
7 years ago
Owen Green 5c7641a734 Handle buffer parameters in wrapper
include/FluidSCWrapper.hpp
7 years ago
Owen Green c61190993f Add NRT to wrapper, remove old NRT header. Seperate out buffer adaptor to own header. Small changes to existing clients
include/fdNRTBase.hpp
include/FluidSCWrapper.hpp
include/SCBufferAdaptor.hpp
release-packaging/Classes/FluidSTFTPass.sc
src/FluidBufTransients/FluidBufTransients.cpp
src/FluidGain/FluidGain.cpp
src/FluidTransients/FluidTransients.cpp
7 years ago
Alex Harker a5121a8f71 Template only on the client (untested/uncompiled) 7 years ago
Owen Green 4e95063af7 include/FluidSCWrapper.hpp: Tidy types 7 years ago
Owen Green 03e9ff1dc1 include/FluidSCWrapper.hpp: Don't update params with audio rate inputs 7 years ago
Owen Green b091e48244 Add generic SC wrapper
include/FluidSCWrapper.hpp
CMakeLists.txt
7 years ago