113 Commits (b7f1f6e2130e1156295543542298265b8f5b6e16)

Author SHA1 Message Date
Owen Green b7f1f6e213 Add FluidMLPRegressor 6 years ago
Owen Green 377604f602 Add FluidBufFlatten 6 years ago
Owen Green b7c6c9e09c Add FluidDataSetWr 6 years ago
Gerard 148ca0ac10 add FluidDataSetQuery 6 years ago
Gerard aaffb2de2c Replace FluidKNN with FluidKNNClassifier/Regressor 6 years ago
Gerard d4b11d7200 add FLuidMDS 6 years ago
Gerard 1b2655b9cc Add FluidPCA (2) 6 years ago
Owen Green c72e04a8c6 Make it compile post-merge 6 years ago
Owen Green c84a81a3bf Merge branch 'master' into clients/inter_client_comms 6 years ago
Gerard Roma efa55abe6c finish transition to two AmpSlice/Gate objects 6 years ago
Gerard Roma a28327c4f9 AmpSlice: refactor into AmpGate+AmpSlice 6 years ago
Owen Green 6e04a39e9d Add header block to client cpp stubs 6 years ago
Owen Green 9f8e5f9e28 Add header block to cmake files 6 years ago
Owen Green aaf43cbf68 Remove noise from subproject CMakeLists 6 years ago
Owen Green d6fe4f705a Update subprojects' minimum CMake to 3.11 6 years ago
Owen Green 718f8b5bc6 Add NMFCross 6 years ago
Owen Green b1f42c943e Merge commit '7188049266b11db5cf7791c6e84c2ff88f005272' into clients/inter_client_comms
# Conflicts:
#	include/FluidSCWrapper.hpp
6 years ago
Owen Green 6a9febafea src/FluidManipulation/FluidManipulation.cpp: Remove non-existent clients 6 years ago
Owen Green 26b341f109 src/FluidManipulation/FluidManipulation.cpp: Update incluedes and object defs 6 years ago
Gerard abdedc4522 adapt to client name changes from refactoring of fluid_decomposition 6 years ago
Owen Green 1be9076bbe Thread demo client 6 years ago
Owen Green 80af9ca9ea Proper FluidManipulaitonTarget 6 years ago
Owen Green 6073ccadaf Add compile-bundled targets for FluidManipulation objects (needed to share memory space between shared clients)
Add compile-bundled Subscriber-Provider Tests target
Add SC test files for Messaging, Subscriber Provider
6 years ago
Owen Green 4a24c25b8d Update object stubs with new aliases 6 years ago
Owen Green 6960c1b95e Add message testing SC class and test code 6 years ago
Owen Green 7277a5e41d Changes to the other objects to make them thready
* .cpp stub references threaded template, changes name to full name of SC class
* SC class gets kr method, process wraps this
7 years ago
Owen Green 4ece4dc527 Probably helps if I commit the plugin stub changes as well 7 years ago
Gerard bf7ab1680c Rename RTNoveltySlice to NoveltySlice 7 years ago
Pierre Alexandre Tremblay 9d0f437975 (buf)RTNoveltySlice: wrappers, classes, helps, code 7 years ago
Pierre Alexandre Tremblay 5b146fdbc3 (buf)ampsplice objects, classes, and help skeleton 7 years ago
Gerard dddc41c139 add FluidLoudness, FluidBufLoudness 7 years ago
Gerard 23db2fd947 adding FluidMelBands, FluidBufMelBands 7 years ago
Gerard 85f56dc2ba adding FluidBufStats 7 years ago
Pierre Alexandre Tremblay 35fe3a63c8 added the material to compile nmffilter 7 years ago
Pierre Alexandre Tremblay 37751b6307 bufPitch and bufMFCC correct name to the table 7 years ago
Gerard 578d87ee3f adding Pitch 7 years ago
Gerard e6aa277ebf adding MFCC 7 years ago
Gerard 2798bcd1d7 aadding FluidBufSpectralSHape 7 years ago
Pierre Alexandre Tremblay 6e6b6772cd added the CMakeLists to the 3 new objects 7 years ago
Gerard f057330bec manually add new objects from refactor_new_objects 7 years ago
Owen Green c6fc860b02 Remove old test code for async processing
src/FluidBufExperiements/CMakeLists.txt
src/FluidBufExperiements/FluidBufExperiements.cpp
src/FluidBufExperiements/tests.scd
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 6d9e9d3ffe Fix builds for all realtime objects 7 years ago
Alex Harker f56bd42182 Initial commit for linking parameters to clients 7 years ago
Pierre Alexandre Tremblay 448769be0c removed the dangling FluidOnsetSlice material 7 years ago
Owen Green 64387f868c Merge branch 'params-kr' into ParametersWithTuples
# Conflicts:
#	include/FluidSCWrapper.hpp
7 years ago
Owen Green 1d204f97b5 Object stubs updated to new client / parameter relationship
src/FluidBufCompose/FluidBufCompose.cpp
src/FluidBufHPSS/FluidBufHPSS.cpp
src/FluidBufNMF/FluidBufNMF.cpp
src/FluidBufNoveltySlice/FluidBufNoveltySlice.cpp
src/FluidBufSines/FluidBufSines.cpp
src/FluidBufTransients/FluidBufTransients.cpp
src/FluidBufTransientSlice/FluidBufTransientSlice.cpp
src/FluidGain/FluidGain.cpp
src/FluidHPSS/FluidHPSS.cpp
src/FluidNMFMatch/FluidNMFMatch.cpp
src/FluidSines/FluidSines.cpp
src/FluidSTFTPass/FluidSTFTPass.cpp
src/FluidTransients/FluidTransients.cpp
src/FluidTransientSlice/FluidTransientSlice.cpp
7 years ago
Owen Green e2d7e30248 Don't pass Params tuple to SC object factory 7 years ago
Gerard 7137871eed Merge branch 'ParametersWithTuples' of https://bitbucket.org/flucoma/flucoma-supercollider into ParametersWithTuples 7 years ago
Gerard 266fa5f746 add FluidOnsetSlice 7 years ago