17 Commits (nix)

Author SHA1 Message Date
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
Owen Green 946ab2c459 Named KNNClassifier 4 years ago
Owen Green 4c277baf60 Add explicit *Query UGen classes for RT model objects
Enables use in SynthDefs
5 years ago
Owen Green d0cbf95550 Update SC classes 5 years ago
Owen Green b00c711209 Correct overzealous buffer-returning resolves #73 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 5b0771597d Extend the dubious benefits of generated properties to nonrealtime DataClients 6 years ago
Pierre Alexandre Tremblay 13af5e9c6e all interface unified with C++ code and style 6 years ago
Owen Green 806a3414d7 Update infrastructure and SC classes for RT queries 6 years ago
Gerard d96dbb8791 KNNClassifier / Regressor review 6 years ago
Gerard 1d13f8cac0 refactor common methods to FluidManipulationClint 6 years ago
Gerard 18d5b35e1e read and write for KNNClassifier/Regressor 6 years ago
Gerard 40cf1f4680 FluidKNNClassifier: return string in predictPoint 6 years ago
Owen Green ae86d967a7 Fixed classes and new help for KNNClassifier/Regressor 6 years ago
Gerard c3f240148d add FluidKNNClassifier / FluidKNNRegressor 6 years ago