Owen Green
|
97f336d064
|
fdNRTBase.hpp: Changes due to buffer wrapper refactoring
|
7 years ago |
Owen Green
|
035e1833ce
|
fdNRTBase, fdNMF: Changes to parameter instance ownership; implement offsets in frames and channels
|
7 years ago |
Pierre Alexandre Tremblay
|
ebaa6ae63e
|
FDNMF: changed the method name to 'process' in the definition, the help and the tests
|
7 years ago |
Pierre Alexandre Tremblay
|
d9521e1b69
|
new default values for fdNMF and tests.scd has a source segment test at the bottom
|
7 years ago |
Pierre Alexandre Tremblay
|
865e7472b7
|
fdNMF helpfile has all parameter described
|
7 years ago |
Pierre Alexandre Tremblay
|
8302eefdb8
|
updated FDNMF test code, helpfile-in-progress and class description (and filename)
corrected FDSTFTPass class description and helpfile
corrected FDGain helpfile
|
7 years ago |
Pierre Alexandre Tremblay
|
a34cbe6afd
|
Corrected interface of FDGain and FDNMF, updated test code, and designed helpfile for FDGain (and started on FDNMF's)
|
7 years ago |
Owen Green
|
26d637ca98
|
fdNMF and fdNRTBase: Refactor for changed buffer adaptor interface and FFTSize default
|
7 years ago |
Owen Green
|
524d95aec0
|
fdNMF.cpp / .sc + fdNMF/tests.scd: Refactor for new client / parmater archiecture (see fluid_decomposition commit ec1fe1332c522a64b04e5210d1e48266f6b6512b)
|
7 years ago |
Owen Green
|
f4a9560e9c
|
Add fdNRTBase: Base class for Non Real-Time SC commands
|
7 years ago |
Owen Green
|
41ed298279
|
CMakeList Pull in boost aligned allocation dependency from SC source tree, to tidy up after NRT buffer recallocation
|
7 years ago |
Owen Green
|
159b9c39d9
|
fdNRTBase: Make a header, put in include, delete old target folder
|
7 years ago |
Owen Green
|
b8cb37c8b7
|
fdNRTBase Tidy up the class and make useful
|
7 years ago |
Owen Green
|
a39f75e241
|
fdNRTBase: Base wrapper class for Async commands
|
7 years ago |
Owen Green
|
535b36b8a7
|
fdBufferExperiments: sizeof() a size is silly
|
7 years ago |
Owen Green
|
72e9e02044
|
fdBufferExperiments: More verbose, but possibly more correct version using AsyncPluginCommand
|
7 years ago |
Owen Green
|
b4bcc2f1c6
|
Added FdBufferExperiments: Proof of concept plugin for resizing buffers on server
|
7 years ago |
Owen Green
|
1b0cfb6f53
|
Update gitignore for moved plugins path
|
7 years ago |
Owen Green
|
858d115c75
|
Changes to CMakeLists for plugins (much smaller, using an include for boilerplate)
|
7 years ago |
Owen Green
|
097f0a0f7e
|
Added top level CMakeLists that builds all plugs, using targets from fluid_decomposition
Adjusted plugin CMakeLists and changed directory structure
Unified release packaging
|
7 years ago |
Owen Green
|
2d2e5b7fa7
|
Add STFT passthrough extension
|
7 years ago |
Owen Green
|
5824581b67
|
All CMakeLists: Make sure plugin directory exists before copying build products
FdGain: Account for hop size argument in BaseAudioClient constructor
|
7 years ago |
Pierre Alexandre Tremblay
|
d0ff669f2e
|
now working with multichannel input buffers
|
7 years ago |
Pierre Alexandre Tremblay
|
1d9c962b20
|
now fdNMF has its own directory and copies files like a grown up
|
7 years ago |
Owen Green
|
c6a09b0334
|
FdGain.sc typo
|
7 years ago |
Owen Green
|
184d0d2890
|
Merge branch 'rt_wrapper': Adds FDGain class for real-time testig and updates gitignore
|
7 years ago |
Owen Green
|
e7f19f5bf1
|
Updated gitignore to admit SC classes in release package
|
7 years ago |
Owen Green
|
b2153532e2
|
fdGain: Add TODO for const_cast code smell
|
7 years ago |
Pierre Alexandre Tremblay
|
3b1d6a226b
|
now with optional process of source only if required, and more disciplined SC testing
|
7 years ago |
Owen Green
|
e160170917
|
Ignore all plugins and build directories
|
7 years ago |
Owen Green
|
515b862074
|
fdGain: Add rough and ready real-time processor port
|
7 years ago |
Pierre Alexandre Tremblay
|
08e0d285da
|
working with 3 output types!
|
7 years ago |
Pierre Alexandre Tremblay
|
138eb5e473
|
now with nested conditional for the sources only as test
|
7 years ago |
Pierre Alexandre Tremblay
|
ad1c292437
|
now with 3 buffer input and basic sanity check on the language side
|
7 years ago |
Pierre Alexandre Tremblay
|
cd3a02a518
|
re-ordered the arguments to make the check of the sources right, as well as changing all the counters to size_t
|
7 years ago |
Pierre Alexandre Tremblay
|
3936a42b51
|
Now working with the new structure of fluid_decompositon - commit ebad604
|
7 years ago |
Pierre Alexandre Tremblay
|
8091851198
|
improved testing of language/server connection and buffer access - using fluid_decomposition commit 001ff0a
|
7 years ago |
Pierre Alexandre Tremblay
|
99e81fc6ad
|
with efficiency testing
|
7 years ago |
Pierre Alexandre Tremblay
|
a783c4af61
|
now working with the tensors and the share client code
|
7 years ago |
Pierre Alexandre Tremblay
|
4132670a7f
|
now with the zeropadding and eigenmf commit d83854d7 - almost perfect reconstruction
|
8 years ago |
Pierre Alexandre Tremblay
|
dee0b547a5
|
now with a working OSC responder to the done message
|
8 years ago |
Pierre Alexandre Tremblay
|
9c2c5a7479
|
working source extraction
|
8 years ago |
Pierre Alexandre Tremblay
|
d9cf021745
|
now working with the right SC interface (buffer/rank/fftsize/windowsize/hopsize)
|
8 years ago |
Pierre Alexandre Tremblay
|
22c21782aa
|
now with working stft return trip
|
8 years ago |
Pierre Alexandre Tremblay
|
fd45d2c38b
|
modified the Cmake to allow for stft.h linking
|
8 years ago |
Pierre Alexandre Tremblay
|
21eb0f825f
|
now working range for loop using reference instead of value (which was copied)
|
8 years ago |
Pierre Alexandre Tremblay
|
d9ccee2776
|
changed the code to a simple std::vector copy, and mod, and noticed iterator issues
variable naming is now clearer between buffers
|
8 years ago |
Pierre Alexandre Tremblay
|
8eef64ae17
|
working basic clone of the 'waveSetCopyTo' instance method with all the trimmings
|
8 years ago |