11 Commits (b8c057fc1c9db0a18914417065e22e35d70ffdbf)

Author SHA1 Message Date
tremblap b8c057fc1c
Example files corrections (#145)
* 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>
3 years ago
Gerard 940b505936 FluidDataSetWr: remove unused header 5 years ago
Owen Green e129caafce Merged in refactor/macro-purge (pull request #13)
Macro purge

* Expand Macros, Fix Repetition: DataSetWr

* Add padding param to BufLoudness

* Merge branch 'fix/loudness-padding' into refactor/macro-purge

* Merge branch 'clients/inter_client_comms' into refactor/macro-purge

* Merge branch 'refactor/macro-purge' of https://bitbucket.org/flucoma/flucoma-supercollider into refactor/macro-purge

* Merge branch 'clients/inter_client_comms' into refactor/macro-purge

Approved-by: gerard
5 years ago
Owen Green 1e4030999a Fix FluidDataSetWr: stringstr doesn't reset as hoped, use std::string instead 5 years ago
Owen Green 57fd2a54df Update FluidDataSetWr to use SetPoint, remove auto index 5 years ago
Owen Green 0931042aff Mop up some warnings 5 years ago
Owen Green 5bd0832981 Restore FluidDataWr C++ atfer overzealous revert 6 years ago
Owen Green 7a1bdc5a02 Revert changes to Corpus Builders and help files now that we have bypass in FluidDataWr 6 years ago
Owen Green f93b2562cb Add bypass for numerical index to FluidDataSetWr, update help 6 years ago
Owen Green 7d6d169de3 Changes to FluidDataSetWr to take separate string prefix and integer counter for label making 6 years ago
Owen Green b7c6c9e09c Add FluidDataSetWr 6 years ago