96 Commits (b1bea95de5c7bfefbbf8194ee968d8cec4fc6550)

Author SHA1 Message Date
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
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 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
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 75089d6083 New dinky clients
src/FluidBufNMF/FluidBufNMF.cpp
src/FluidBufSines/FluidBufSines.cpp
src/FluidBufTransients/FluidBufTransients.cpp
src/FluidBufTransientSlice/FluidBufTransientSlice.cpp
src/FluidSines/FluidSines.cpp
src/FluidTransientSlice/FluidTransientSlice.cpp
7 years ago
Owen Green 4157c94929 Start of CMake changes
scripts/target_post.cmake
src/FluidTransients/CMakeLists.txt
CMakeLists.txt
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
Owen Green 86e65376d3 src/FluidSTFTPass/FluidSTFTPass.cpp: Update to new regime -> remove most of the code!
release-packaging/Classes/FluidSTFTPass.sc: Add maxWinSize parameter
7 years ago
Owen Green b06fdf0362 Non-bufferig FluidGain (ar / kr aware)
release-packaging/Classes/FluidGain.sc
src/FluidGain/CMakeLists.txt
src/FluidGain/FluidGain.cpp
7 years ago
Owen Green 6660cb53dc All files: The great namespace purge 7 years ago
Owen Green 52bafc0184 All files: Enforce naming conventions 7 years ago
Owen Green 9b3164acb5 FluidGain: Pass parameters to client properly, add namespace (issue #11) 7 years ago
Pierre Alexandre Tremblay 63854b3644 nmfMatch has corrected class definition, basic doc and basic working example 7 years ago
Owen Green f834457794 FluidNMFMatch: Fix crash in event of invalid arguments and early exit from contsructor (set calc to ClearUnitOutputs, and ensure that error message actually gets printed) 7 years ago
Owen Green ebfab8e311 Add FluidNMFMatch 7 years ago
Pierre Alexandre Tremblay 65f4efbfb8 all files finished and with working relative directory 7 years ago
Pierre Alexandre Tremblay b50a7105bc finalised BufHPSS and BufCompose help files 7 years ago
Pierre Alexandre Tremblay e7efba1f59 sorted the latency formula of HPSS 7 years ago
Pierre Alexandre Tremblay 032aefc621 BufHPSS: corrected class definition and examples
BufNoveltySlice: corrected example code
7 years ago