36 Commits (5bb42457607590b3431421c8e1e80e132d81c209)

Author SHA1 Message Date
tremblap 5bb4245760
[release] 1.0.5 (#150)
* 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>
3 years ago
gianlucaelia 17067137fd
Classes: uniform sc default indentation (#134)
SuperCollider code defaults to indentation using tab. All sc codebase is
formatted like this. Here I just opened every .sc file in scide,
selected all code, and automatically indent it pressing Tab.
3 years ago
Pierre Alexandre Tremblay edb1bc558f corrected errors in DataSet classdef and help 4 years ago
Pierre Alexandre Tremblay b9a8dd16d9 replaces the many erroneous references to labels when we meat identifiers, and a few more typos fix #23 4 years ago
Pierre Alexandre Tremblay 3ec019e410 dataset to/from buffer class def now updates the buffers 5 years ago
Pierre Alexandre Tremblay 59d4bcb20d dataset to/from buffer + getIds 5 years ago
Pierre Alexandre Tremblay 54db1f74c7 added setPoint to Dataset 5 years ago
Owen Green d49ba1bbb0 Add retro-proof constructors for DataSet and LabelSet
(simply consume surplus name argument rather than forwarding up the 
chain)
5 years ago
Owen Green 5b030b7a40 DataSet.sc add completion message to refresh buffer in getPoint / updatePoint 5 years ago
Owen Green 8d9419cb9e DataSet SC pass label into deletePoint 5 years ago
Owen Green d0cbf95550 Update SC classes 5 years ago
Gerard 04f0db5267 revert to 89886c1 5 years ago
Pierre Alexandre Tremblay 98842c3886 Revert "Update info output buffers in point processing methods for data clients; make sure nil buffers transmit -1, not 0"
This reverts commit 5aaeced5e4.
5 years ago
Owen Green 5aaeced5e4 Update info output buffers in point processing methods for data clients; make sure nil buffers transmit -1, not 0 5 years ago
Owen Green 8ec4496d9e More triage on SC data classes. 93rd time's the charm 6 years ago
Pierre Alexandre Tremblay 20278da9b3 added merge in the help and class def of dataset 6 years ago
Owen Green 806a3414d7 Update infrastructure and SC classes for RT queries 6 years ago
Gerard 1d13f8cac0 refactor common methods to FluidManipulationClint 6 years ago
Gerard 2184ab3758 FluidDataset: help file review, minor changes and formatting, FluidLabelSet: add print 6 years ago
Owen Green 1279678eea FluidDataSet remove dump (now in parent class) 6 years ago
Owen Green bb5efd3c67 Add dump and print messages to dataset 6 years ago
Owen Green 00a238dae7 Improve order async behaviour for synth; fix symbol vs string; default behaviour for cols/size; update interfaces 6 years ago
Owen Green c6540c051e Merge branch 'clients/inter_client_comms' into features/sc-object-persist 6 years ago
Owen Green 368e7af7d2 Add asUGeninput for dataset and labelset 6 years ago
Owen Green d6905db3a3 New free message; no dice if server not running; working freeAll 6 years ago
Owen Green 188f0f9133 KISS-erer: No trickery with Synth.basicNew
because we can't communicate with the Node afterwards
6 years ago
Owen Green 4b88b405d7 Enable persistence for Dataset, Labelset and 'model' objects
viz. KDTree, KMeans,KNN, Normalize, PCA and Standardize. Most changes in 
FluidManipulationClient
6 years ago
Owen Green 561cf0faf0 Add persistence mechanism for shared clients 6 years ago
Owen Green 2ad8b508bd Toughen FluidManipulation SC classes where strings are expected 6 years ago
Owen Green e79b846be6 Remove dims from FluidDataSet 6 years ago
Owen Green f61c7db147 interface updates and fixes 6 years ago
Owen Green aa566041f2 dataset / labelset : make sure asString returns a string 6 years ago
Owen Green c742f4d14e TB2 classes: Reduce boiler plate 6 years ago
Owen Green 50bb88ae14 release-packaging/Classes/FluidDataSet.sc: missing comma in arg list 6 years ago
Owen Green 6779b8077b denoise dataset client 6 years ago
Owen Green 676ac97aa5 release-packaging/Classes/FluidDataSet.sc : first reasonble dataset client 6 years ago