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 |
Owen Green
|
4b1f2a87a4
|
fdNRTBase: Add real-time-only buffer view (calls World_GetBuf in acquire)
|
7 years ago |
Pierre Alexandre Tremblay
|
de0b7f2479
|
all helpfiles: sturdier relative path to provided help soundfiles
|
7 years ago |
Pierre Alexandre Tremblay
|
078d14c979
|
2 short descriptions missing
|
7 years ago |
Pierre Alexandre Tremblay
|
22551cb68c
|
more helpfile corrections
|
7 years ago |
Pierre Alexandre Tremblay
|
65f4efbfb8
|
all files finished and with working relative directory
|
7 years ago |
Pierre Alexandre Tremblay
|
4c94f3fa89
|
fluidsines RT and Buf with full documentation and examples
|
7 years ago |
Pierre Alexandre Tremblay
|
5c2c045c19
|
help finished on bufNoveltySplice
|
7 years ago |
Pierre Alexandre Tremblay
|
e398410f2d
|
BufNMF with all examples included, and FluidHPSS with the full text and examples.
|
7 years ago |
Pierre Alexandre Tremblay
|
b50a7105bc
|
finalised BufHPSS and BufCompose help files
|
7 years ago |
Owen Green
|
30afad788f
|
FluidBufNMF.schelp Fleshed out a bit
|
7 years ago |
Owen Green
|
5290b0aa85
|
FluidBufCompose.schelp: Small additions
|
7 years ago |
Pierre Alexandre Tremblay
|
90cd13508d
|
Merge branch 'master' of https://bitbucket.org/flucoma/flucoma-supercollider
|
7 years ago |
Pierre Alexandre Tremblay
|
e7efba1f59
|
sorted the latency formula of HPSS
|
7 years ago |