43fdf6dee3now all Buf* class def have a buffer object checking (plus typos and consistent parameter naming
Pierre Alexandre Tremblay
2019-03-28 15:34:00 +0000
7005a2f299first draft of help for SpectralShape, and skeleton of help for OnsetSlice
Pierre Alexandre Tremblay
2019-03-27 18:08:25 +0000
9cd8f0b6feOnsetSlice: corrected typo in class def, matched minima with algo, and started on a backbone of helpfile
Pierre Alexandre Tremblay
2019-03-21 20:26:31 +0000
f057330becmanually add new objects from refactor_new_objects
Gerard
2019-03-21 15:50:36 +0000
c6925eeafbMerge remote-tracking branch 'origin/master' into refactor
Owen Green
2019-03-20 17:16:59 +0000
8ef7a10fcdSimplification
Alex Harker
2019-03-20 10:59:54 +0000
c673cd1ea8Remove unused include
Alex Harker
2019-03-20 00:49:05 +0000
c6fc860b02Remove old test code for async processing src/FluidBufExperiements/CMakeLists.txt src/FluidBufExperiements/FluidBufExperiements.cpp src/FluidBufExperiements/tests.scd
Owen Green
2019-03-19 23:39:33 +0000
a3f5f63d35Change ParamArraySetter to ParamLiteralConvertor
Alex Harker
2019-03-19 21:22:21 +0000
6d44a48d61Use the proper type for buffer adaptor include/FluidSCWrapper.hpp
Owen Green
2019-03-17 13:46:11 +0000
8534f59510Method name change
Alex Harker
2019-03-17 12:23:54 +0000
2a22d7d0e7Less badness for FloatPairArray include/FluidSCWrapper.hpp
Owen Green
2019-03-16 13:09:10 +0000
62c4b8401dDeeply ugly initialisartion for FloatPairArray type include/FluidSCWrapper.hpp
Owen Green
2019-03-16 12:42:12 +0000
481dd955baThe wrapper now takes care of processing type - all objects updated to fit the new design
Alex Harker
2019-03-15 14:15:53 +0000
6d9e9d3ffeFix builds for all realtime objects
Alex Harker
2019-03-15 12:39:02 +0000
02842c8aecUpdates for changes in client types
Alex Harker
2019-03-15 12:36:13 +0000
f56bd42182Initial commit for linking parameters to clients
Alex Harker
2019-03-15 11:51:44 +0000
6d19889ba5Formatting include/FluidSCWrapper.hpp include/SCBufferAdaptor.hpp
Owen Green
2019-03-15 11:08:03 +0000
e657c96e0btarget+post.cmake: Add avx and __use_maths_defines (for M_PI) on Windows
weefuzzy
2019-03-13 00:05:20 +0000
b4dac45e19CMakeList: Sandbag Mac specific things, and be strict with quoting
weefuzzy
2019-03-13 00:04:18 +0000
337b3e6e25How did this sneak back in? Removing from this branch, again release-packaging/Classes/FluidOnsetSlice.sc
Owen Green
2019-03-12 09:56:48 +0000
e6d4bacaf5Fail more informatively and gracefully if number of arguments from language side doesn't match server object's expectations include/FluidSCWrapper.hpp
Owen Green
2019-03-12 09:55:10 +0000
374f7fcc87Overenthusiastic assert include/FluidSCWrapper.hpp
Owen Green
2019-02-19 18:37:20 +0000
5f14c16347Initialise a thing that needs a size to have a size, rather than no size (ControlsIterator, that is) include/FluidSCWrapper.hpp
Owen Green
2019-02-19 17:36:46 +0000
e2d7e30248Don't pass Params tuple to SC object factory
Owen Green
2019-02-19 15:03:09 +0000
9738c8a057Gaffa tape max size into SC class stubs
Owen Green
2019-02-19 15:02:42 +0000
33fb34cbfeLocal include variable
Owen Green
2019-02-19 15:01:59 +0000
ebaab35bc9Make sure objects can find local include files
Owen Green
2019-02-19 15:01:29 +0000
aaba970d0fNMFMatch 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
Owen Green
2019-02-06 01:40:01 +0000
3260302782Counting and arthmetic are valuble skills, I hear include/FluidSCWrapper.hpp
Owen Green
2019-02-05 22:58:43 +0000
c23dfbe359Yeah, maybe don't overwrite the Unit that SC loving prepared for you. That would be stupid include/FluidSCWrapper.hpp
Owen Green
2019-02-05 22:58:04 +0000
9ab5dc3d56Make 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
Owen Green
2019-02-05 20:20:54 +0000
5496a72a18Updates 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
Owen Green
2019-02-04 10:58:37 +0000
4ee4d8edfaRemove spurious entries from CMakelists, sorry
Owen Green
2019-02-01 17:19:22 +0000
f351ba98ecbufnmf now with updating dict example
Pierre Alexandre Tremblay
2019-01-31 14:02:53 +0000
b897857daeadded example folder in the package, plus typos
Pierre Alexandre Tremblay
2019-01-31 11:46:19 +0000
5c7641a734Handle buffer parameters in wrapper include/FluidSCWrapper.hpp
Owen Green
2019-01-29 10:46:03 +0000
ed5e8dafa1*TransientSlice : both declarations and Helpfiles updated for bug fix and new parameter
Pierre Alexandre Tremblay
2019-01-28 18:25:54 +0000
72327301d1Ignore compiled plugins
Owen Green
2019-01-21 16:57:20 +0000
57fea4a584Ignore compiled plugins
Owen Green
2019-01-21 16:55:55 +0000
4157c94929Start of CMake changes scripts/target_post.cmake src/FluidTransients/CMakeLists.txt CMakeLists.txt
Owen Green
2019-01-16 11:00:17 +0000
c61190993fAdd NRT to wrapper, remove old NRT header. Seperate out buffer adaptor to own header. Small changes to existing clients
Owen Green
2019-01-16 10:59:41 +0000
a5121a8f71Template only on the client (untested/uncompiled)
Alex Harker
2018-12-18 12:29:18 +0000
4e95063af7include/FluidSCWrapper.hpp: Tidy types
Owen Green
2018-12-18 12:04:19 +0000
86e65376d3src/FluidSTFTPass/FluidSTFTPass.cpp: Update to new regime -> remove most of the code! release-packaging/Classes/FluidSTFTPass.sc: Add maxWinSize parameter
Owen Green
2018-12-07 18:57:44 +0000
03e9ff1dc1include/FluidSCWrapper.hpp: Don't update params with audio rate inputs
Owen Green
2018-12-03 15:02:48 +0000
b06fdf0362Non-bufferig FluidGain (ar / kr aware) release-packaging/Classes/FluidGain.sc src/FluidGain/CMakeLists.txt src/FluidGain/FluidGain.cpp
Owen Green
2018-12-03 14:55:51 +0000
eb0e1c02afCMakeLists.txt: Change to C++14
Owen Green
2018-12-03 11:50:21 +0000
3e5a82fb54fixed default bufnmf and nmfmatch, and ported all nmfmatch examples but one
Pierre Alexandre Tremblay
2018-11-17 12:39:41 +0000
a3dab0b844src/FluidNMFMatch/FluidNMFMatch.cpp: Only check for buffer after it might have changed
Owen Green
2018-11-16 11:50:53 +0000
e4405134c4include/fdNRTBase.hpp: Add BufferAdaptor::exists()
Owen Green
2018-11-16 11:50:22 +0000
03306e7695src/FluidNMFMatch/FluidNMFMatch.cpp: Fix rank overrun on output
Owen Green
2018-11-14 21:14:18 +0000
e05589e07dsrc/FluidNMFMatch/FluidNMFMatch.cpp: Fix hilarious off-by-one error reeading input pointer, caused by not knowing what zin() does
Owen Green
2018-11-07 17:31:51 +0000
680b268804src/FluidNMFMatch/FluidNMFMatch.cpp: Process all the samples
Owen Green
2018-11-05 22:56:28 +0000