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
4ee4d8edfa
Remove spurious entries from CMakelists, sorry
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
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
5c7641a734
Handle buffer parameters in wrapper
...
include/FluidSCWrapper.hpp
7 years ago
Pierre Alexandre Tremblay
ed5e8dafa1
*TransientSlice : both declarations and Helpfiles updated for bug fix and new parameter
7 years ago
Owen Green
72327301d1
Ignore compiled plugins
7 years ago
Owen Green
57fea4a584
Ignore compiled plugins
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
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
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
03e9ff1dc1
include/FluidSCWrapper.hpp: Don't update params with audio rate inputs
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
b091e48244
Add generic SC wrapper
...
include/FluidSCWrapper.hpp
CMakeLists.txt
7 years ago
Owen Green
eb0e1c02af
CMakeLists.txt: Change to C++14
7 years ago
Pierre Alexandre Tremblay
3e5a82fb54
fixed default bufnmf and nmfmatch, and ported all nmfmatch examples but one
7 years ago
Owen Green
a3dab0b844
src/FluidNMFMatch/FluidNMFMatch.cpp: Only check for buffer after it might have changed
7 years ago
Owen Green
e4405134c4
include/fdNRTBase.hpp: Add BufferAdaptor::exists()
7 years ago
Owen Green
03306e7695
src/FluidNMFMatch/FluidNMFMatch.cpp: Fix rank overrun on output
7 years ago
Owen Green
e05589e07d
src/FluidNMFMatch/FluidNMFMatch.cpp: Fix hilarious off-by-one error reeading input pointer, caused by not knowing what zin() does
7 years ago
Owen Green
680b268804
src/FluidNMFMatch/FluidNMFMatch.cpp: Process all the samples
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
3994db93be
Merge branch 'master' of https://bitbucket.org/flucoma/flucoma-supercollider
7 years ago
Pierre Alexandre Tremblay
dfa87f0026
BufNoveltySlice: new help file with filtersize
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
d76c18b58e
scripts/target_post.cmake: SC headers are system headers
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
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
Pierre Alexandre Tremblay
4dc82c2336
now ignoring the media file
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
9d0da00842
FluidNMFMatch: Add to repo
7 years ago
Owen Green
ebfab8e311
Add FluidNMFMatch
7 years ago