464 Commits (nix)

Author SHA1 Message Date
Pierre Alexandre Tremblay 117ccd55f8 bufPitch class def and helpfile in progress 7 years ago
Pierre Alexandre Tremblay 9678f5450b Pitch class def and help (plus spectralshape polish) 7 years ago
Pierre Alexandre Tremblay 4b015780fe start of nmffFilter doc and def 7 years ago
Gerard 2798bcd1d7 aadding FluidBufSpectralSHape 7 years ago
Pierre Alexandre Tremblay 87e960a0f6 all post-refactor post-renaming interface change in classes, help and examples 7 years ago
Pierre Alexandre Tremblay 156a86418c corrected typos and added bail in class definition for maxFFTSize modulatable 7 years ago
Pierre Alexandre Tremblay 80cce5d085 all buf* classes have a 'action' argument now and sync properly. 7 years ago
Pierre Alexandre Tremblay 43fdf6dee3 now all Buf* class def have a buffer object checking (plus typos and consistent parameter naming 7 years ago
Pierre Alexandre Tremblay 7005a2f299 first draft of help for SpectralShape, and skeleton of help for OnsetSlice 7 years ago
Pierre Alexandre Tremblay 9cd8f0b6fe OnsetSlice: corrected typo in class def, matched minima with algo, and started on a backbone of helpfile 7 years ago
Gerard f057330bec manually add new objects from refactor_new_objects 7 years ago
Owen Green c6925eeafb Merge remote-tracking branch 'origin/master' into refactor
# Conflicts:
#	icon.png
#	include/fdNRTBase.hpp
#	release-packaging/Classes/FluidBufNMF.sc
#	release-packaging/Classes/FluidBufTransientSlice.sc
#	release-packaging/Classes/FluidNMFMatch.sc
#	release-packaging/Classes/FluidTransientSlice.sc
#	release-packaging/HelpSource/Classes/FluidBufHPSS.schelp
#	release-packaging/HelpSource/Classes/FluidBufNMF.schelp
#	release-packaging/HelpSource/Classes/FluidBufNoveltySlice.schelp
#	release-packaging/HelpSource/Classes/FluidBufTransientSlice.schelp
#	release-packaging/HelpSource/Classes/FluidGain.schelp
#	release-packaging/HelpSource/Classes/FluidHPSS.schelp
#	release-packaging/HelpSource/Classes/FluidNMFMatch.schelp
#	release-packaging/HelpSource/Classes/FluidSTFTPass.schelp
#	release-packaging/HelpSource/Classes/FluidTransientSlice.schelp
#	src/FluidNMFMatch/FluidNMFMatch.cpp
7 years ago
Pierre Alexandre Tremblay 8b7b9874a2 NoveltySlice classdef typo, removed transient debuging code, sorted 2 typos in helpfiles 7 years ago
Owen Green 337b3e6e25 How did this sneak back in? Removing from this branch, again
release-packaging/Classes/FluidOnsetSlice.sc
7 years ago
Pierre Alexandre Tremblay 6a07e0434c noveltyslice and bufhpss updated 7 years ago
Pierre Alexandre Tremblay 4e064bfe56 bufsines updated with a clever power of 2 trick that might not be useful 7 years ago
Pierre Alexandre Tremblay 7c03ec6b86 buf transient and transient slice help and default updated 7 years ago
Pierre Alexandre Tremblay 00240a7657 transient and transient slice updated 7 years ago
Pierre Alexandre Tremblay 18ac82a4d7 HPSS fixes and help update 7 years ago
Pierre Alexandre Tremblay ca09d43cdf FluidSines updated (help + defaults) 7 years ago
Pierre Alexandre Tremblay 38cc5a7178 nmfmatch post-refactor help update and fixes 7 years ago
Pierre Alexandre Tremblay da51e87853 bufNMF: post-refactor fix and update of help 7 years ago
Pierre Alexandre Tremblay bb3e224e9f BufCompose: post refactor help update and correction 7 years ago
Pierre Alexandre Tremblay 1801dc8b91 Gain and STFTPass - post-refactor check and corrections 7 years ago
Owen Green 64387f868c Merge branch 'params-kr' into ParametersWithTuples
# Conflicts:
#	include/FluidSCWrapper.hpp
7 years ago
Owen Green d42034c911 Class stubs updtaed for client interface changes
release-packaging/Classes/FluidBufCompose.sc
release-packaging/Classes/FluidBufHPSS.sc
release-packaging/Classes/FluidBufSines.sc
release-packaging/Classes/FluidBufTransients.sc
release-packaging/Classes/FluidHPSS.sc
release-packaging/Classes/FluidNMFMatch.sc
release-packaging/Classes/FluidSines.sc
release-packaging/Classes/FluidSTFTPass.sc
7 years ago
Owen Green eb0c997b5b Pull in updated class stubs and help files from master 7 years ago
Owen Green 9738c8a057 Gaffa tape max size into SC class stubs 7 years ago
Gerard 266fa5f746 add FluidOnsetSlice 7 years ago
Pierre Alexandre Tremblay ed5e8dafa1 *TransientSlice : both declarations and Helpfiles updated for bug fix and new parameter 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
Pierre Alexandre Tremblay 3e5a82fb54 fixed default bufnmf and nmfmatch, and ported all nmfmatch examples but one 7 years ago
Pierre Alexandre Tremblay ebe891d16b FluidNMFMatch declaration and attempt to Englicise 7 years ago
Owen Green 088f900f70 release-packaging/Classes/FluidNMFMatch.sc: Class definition changed rank -> maxrank
src/FluidNMFMatch/FluidNMFMatch.cpp: Use maxrank, check for actual rank in next()
src/FluidNMFMatch/test.scd: test explicitly with maxrank
7 years ago
Pierre Alexandre Tremblay 63854b3644 nmfMatch has corrected class definition, basic doc and basic working example 7 years ago
Owen Green 5fd0def5d3 FluidBufNoveltySlice.sc: Add filterSize parameter 7 years ago
Owen Green 9d0da00842 FluidNMFMatch: Add to repo 7 years ago
Pierre Alexandre Tremblay 032aefc621 BufHPSS: corrected class definition and examples
BufNoveltySlice: corrected example code
7 years ago
Pierre Alexandre Tremblay 6c6ef60ca4 further helpfile and class def for HPSS 7 years ago
Pierre Alexandre Tremblay 06970d4b7b cleaning of arguments name and order in help files and class declaration 7 years ago
Pierre Alexandre Tremblay 563140fc0a updated helpfiles 'completed' for all Buffer processes - in creative English and with a few dodgy explanations - and sill no example inserted from the test files. 7 years ago
Pierre Alexandre Tremblay 235cc09806 BufNoveltySlice: now with corrected class definition, a shell of helpfile, and a cool example. 7 years ago
Owen Green 519fd46f2a Add NRT novelty segmentation 7 years ago
Owen Green b5aab8dca5 Update SliceTransient to TransientSlice 7 years ago
Pierre Alexandre Tremblay cc655a5d6c FluidBufTransientSlice cleaned class definition, helpfile skeleton, and various test codes for other classes 7 years ago
Owen Green e05dda9bc3 Update RT HPSS fr new threshold parameters; updated .sc and .schelp; purged C++ of raw pointers 7 years ago
Pierre Alexandre Tremblay f35abd37c5 cleaned declarations of all real time classes, plus basic test files with null summing (except HPSS which I cannot figure out yet) 7 years ago
Owen Green 37876f09ee Real time and non real time transient modelling segmentation 7 years ago
Pierre Alexandre Tremblay 190a5ded14 BufHPSS has now proper class declaration and a skeleton of helpfile 7 years ago
Pierre Alexandre Tremblay 57bb13fc81 BufSines has now proper class declaration and a skeleton of helpfile 7 years ago
Owen Green 54ce464bf8 Add real time transient segmenter, correct small mistake in SC for rt transient extractor 7 years ago
Owen Green af1c7e0992 Add real time transient detector 7 years ago
Owen Green 205cc528a5 RenamoFest Part II: Updating Ugen plugin names, class and helpfiles for new naming conventions 7 years ago
Owen Green 8b231257ec Renaming all objects, cpp files, sc files, help files to agreed format 7 years ago
Owen Green 07e9ace26d RT Sines and HPSS: adapt to use parameter system and expose new adjustable parameters in algorithms 7 years ago
Owen Green 92de975928 Add real time sines 7 years ago
Owen Green cd26246a04 Add non realtime Sines 7 years ago
Owen Green 0b89aa5b5e Add non real time HPSS 7 years ago
Owen Green 9f13fb96e8 Add real-time HPSS SC object 7 years ago
Pierre Alexandre Tremblay de78afad68 fdCompose: reformated class definition, and basic example/tests 7 years ago
Pierre Alexandre Tremblay 1e88c6c451 Merge branches 'master' and 'master' of https://bitbucket.org/flucoma/flucoma-supercollider 7 years ago
Owen Green e4311fcb66 Make 'classes' directories upper case C 7 years ago