117 Commits (2d60d8654c668d91119bfc28bcd1eb7e9e0cf2bd)

Author SHA1 Message Date
Pierre Alexandre Tremblay c83213b1de post new sync help file condensing 7 years ago
Pierre Alexandre Tremblay 35281d6604 added - stereo toy examples as tests and explanations for buf* objects 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 e19d52a866 SpectralShape with tutorial and explanations 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 587f95e8fa hpss: corrected formula in the help 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 f351ba98ec bufnmf now with updating dict example 7 years ago
Pierre Alexandre Tremblay b897857dae added example folder in the package, plus typos 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 89ceda219b found a bug in the buffer summing of both nmf examples 7 years ago
Pierre Alexandre Tremblay 8dd5a23777 BufNMF error in the helpfile, plus beginning of an example for nmfmatch (with a bug find) 7 years ago
Owen Green 7fdd2c787f release-packaging/HelpSource/Classes/FluidNMFMatch.schelp: Changes to argument descriptions. 7 years ago
Owen Green 464d3cfc5a release-packaging/HelpSource/Classes/FluidNMFMatch.schelp: Changes to description text 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 dfa87f0026 BufNoveltySlice: new help file with filtersize 7 years ago
Pierre Alexandre Tremblay 63854b3644 nmfMatch has corrected class definition, basic doc and basic working example 7 years ago
Pierre Alexandre Tremblay 9d11f71704 typos in BufNMF and BufCompose 7 years ago
Pierre Alexandre Tremblay 80a4212368 BufCompose: now with a clever MS example 7 years ago
Pierre Alexandre Tremblay 05fd0511af Merge branch 'master' of https://bitbucket.org/flucoma/flucoma-supercollider 7 years ago
Pierre Alexandre Tremblay 874c0645cd bufhpss: typo and clearer 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