Alex Harker
02842c8aec
Updates for changes in client types
7 years ago
Alex Harker
f56bd42182
Initial commit for linking parameters to clients
7 years ago
Owen Green
6d19889ba5
Formatting
...
include/FluidSCWrapper.hpp
include/SCBufferAdaptor.hpp
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
Owen Green
e6d4bacaf5
Fail more informatively and gracefully if number of arguments from language side doesn't match server object's expectations
...
include/FluidSCWrapper.hpp
7 years ago
Owen Green
dfa552131a
Merge branch 'refactor' of https://bitbucket.org/flucoma/flucoma-supercollider into refactor
7 years ago
Owen Green
653874b1d0
Change reply for latency u_cmd
...
include/FluidSCWrapper.hpp
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
8f5ed9d7f5
Merge branch 'refactor' of https://bitbucket.org/flucoma/flucoma-supercollider into refactor
7 years ago
Pierre Alexandre Tremblay
00240a7657
transient and transient slice updated
7 years ago
Owen Green
caef598168
Remove vestigual debug print because it made @tremblap sad
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
Pierre Alexandre Tremblay
474470c1f2
new icon!
7 years ago
Pierre Alexandre Tremblay
448769be0c
removed the dangling FluidOnsetSlice material
7 years ago
Owen Green
2fef8a0a07
Merge branch 'ParametersWithTuples' into refactor
7 years ago
Owen Green
64387f868c
Merge branch 'params-kr' into ParametersWithTuples
...
# Conflicts:
# include/FluidSCWrapper.hpp
7 years ago
Owen Green
82c2c798c1
Deals with separation of clients and params; new FFT param type;
...
include/FluidSCWrapper.hpp
7 years ago
Owen Green
6529d6c813
Cosmetic changes to include/SCBufferAdaptor.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
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
Gerard
2cfcdb8668
Merge branch 'ParametersWithTuples' of https://bitbucket.org/flucoma/flucoma-supercollider into ParametersWithTuples
7 years ago
Gerard
657d031523
update assertion
7 years ago
Owen Green
374f7fcc87
Overenthusiastic assert
...
include/FluidSCWrapper.hpp
7 years ago
Owen Green
5f14c16347
Initialise a thing that needs a size to have a size, rather than no size (ControlsIterator, that is)
...
include/FluidSCWrapper.hpp
7 years ago
Owen Green
e2d7e30248
Don't pass Params tuple to SC object factory
7 years ago
Owen Green
9738c8a057
Gaffa tape max size into SC class stubs
7 years ago
Owen Green
33fb34cbfe
Local include variable
7 years ago
Owen Green
ebaab35bc9
Make sure objects can find local include files
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
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
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
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