* Tag release to correct commit
* release: delete pre-existing
* almost working class def and no difference to the wrapper
* removed the print outs and added size check of the inputs - still not sure how I get that shape of output when it should be 3 of in.asArray.size
* input shape now working
* correct input count division (was the wrong way round)
* computes the real size of the input to decline the output size
* and finally a working class. We're all set!
* troubleshooting prints all over
* new proper class for proper algo
* remove the debugging pritns
* clang-format-ed
* pre-clang-format
* clang-format-ed with the right style sheet
---------
Co-authored-by: Owen Green <gungwho@gmail.com>
* Readme: Correct C++ version
* WIP: RT-alloc in RT clients (#129)
* Update Realtime to pass RT allocator to clients
* added link to examples folder in the guide
* Wrapper: Allocatorize Part 1
* (Buf)MFCC.sc: Handle maxNumBands
* (Buf)MFCC.sc: Handle maxNumBands (#130)
* typo
* Remove CondVar (#132)
* removed from FluidWaveform
* typo
* Wrapper: allocatorize
* Remove redundant old help files
* Wrapper: Use `fmt` insetad of `std::to_chars`
(STL function needs macOS >= 10.15)
* CMake: Set PIC globally
* ensure PIC for all libs
* Readme: Correct C++ version
Co-authored-by: Ted Moore <ted@tedmooremusic.com>
* correction in example code of the new NN interface
* fixed example: 'Neural Network Predicts FM Params from Audio Analysis'
* Feature/peaks (#143)
* working frankenstein freq only
* removed all the unused arguments
* now with mag out
* now with the buffer version
* change the interface to singular like other bufSTFT
* added logFreq and linMag
* change of interface (sortBy to order)
* last SC commit - object overview added
* method definition for bruteforce knearest (#144)
* feature/kdtree-distance-with-optional-k
* (buf)sines: consistent naming of interface
* Fix/params maxima (#148)
* Readme: Correct C++ version
* Wrapper: constrain runtime param maxima
* Update nightly.yaml
Stay on ubuntu 20.04
* Update release.yml
* Update release.yml
Co-authored-by: weefuzzy <gungwho@gmail.com>
Co-authored-by: Ted Moore <ted@tedmooremusic.com>
* WIP: RT-alloc in RT clients (#129)
* Update Realtime to pass RT allocator to clients
* added link to examples folder in the guide
* Wrapper: Allocatorize Part 1
* (Buf)MFCC.sc: Handle maxNumBands
* (Buf)MFCC.sc: Handle maxNumBands (#130)
* typo
* Remove CondVar (#132)
* removed from FluidWaveform
* typo
* Wrapper: allocatorize
* Remove redundant old help files
* Wrapper: Use `fmt` insetad of `std::to_chars`
(STL function needs macOS >= 10.15)
* CMake: Set PIC globally
* ensure PIC for all libs
* Readme: Correct C++ version
Co-authored-by: Ted Moore <ted@tedmooremusic.com>
* correction in example code of the new NN interface
* fixed example: 'Neural Network Predicts FM Params from Audio Analysis'
* Feature/peaks (#143)
* working frankenstein freq only
* removed all the unused arguments
* now with mag out
* now with the buffer version
* change the interface to singular like other bufSTFT
* added logFreq and linMag
* change of interface (sortBy to order)
* last SC commit - object overview added
* corrected interface and simplified some examples
Co-authored-by: Owen Green <gungwho@gmail.com>
Co-authored-by: Ted Moore <ted@tedmooremusic.com>
* working frankenstein freq only
* removed all the unused arguments
* now with mag out
* now with the buffer version
* change the interface to singular like other bufSTFT
* added logFreq and linMag
* change of interface (sortBy to order)
* last SC commit - object overview added
* Update Realtime to pass RT allocator to clients
* added link to examples folder in the guide
* Wrapper: Allocatorize Part 1
* (Buf)MFCC.sc: Handle maxNumBands
* (Buf)MFCC.sc: Handle maxNumBands (#130)
* typo
* Remove CondVar (#132)
* removed from FluidWaveform
* typo
* Wrapper: allocatorize
* Remove redundant old help files
* Wrapper: Use `fmt` insetad of `std::to_chars`
(STL function needs macOS >= 10.15)
* CMake: Set PIC globally
* ensure PIC for all libs
* Readme: Correct C++ version
Co-authored-by: Ted Moore <ted@tedmooremusic.com>