1271 Commits (b89e4c5c7f1a638d7d7c51d6f223f01ce8b2f990)
 

Author SHA1 Message Date
Owen Green bac7e21c39 fdNRTBase Correct typos in code generator 7 years ago
Owen Green 12b67d3de5 fdGain and fdSupercollider Small changes for signature of BaseAudioClient and parameter updates 7 years ago
Owen Green 8c6c4b5528 fdRTHPSS Minimal example 7 years ago
Owen Green 9f13fb96e8 Add real-time HPSS SC object 7 years ago
Pierre Alexandre Tremblay 570b940ec5 Merge branch 'master' of https://bitbucket.org/flucoma/flucoma-supercollider 7 years ago
Pierre Alexandre Tremblay de78afad68 fdCompose: reformated class definition, and basic example/tests 7 years ago
Owen Green e62b36c610 Merge commit '1e88c6c4514f7019f26456a35e3d42cebd74a00f' 7 years ago
Owen Green 409f6d61f8 BufCompose: Don't accidentally load Transient NRT class. 7 years ago
Pierre Alexandre Tremblay 1e88c6c451 Merge branches 'master' and 'master' of https://bitbucket.org/flucoma/flucoma-supercollider 7 years ago
Pierre Alexandre Tremblay a7001b24c4 correct typos 7 years ago
Owen Green e4311fcb66 Make 'classes' directories upper case C 7 years ago
Owen Green 27349ef792 Tweaks to CMakeLists, incl. things I thought happened on the previous merge 7 years ago
Owen Green 3771ffc27e Merge branch 'CMakeRefactor'
# Conflicts:
#	fdNMF/CMakeLists.txt
#	release-packaging/HelpSource/classes/Buffer.ext.schelp
#	release-packaging/classes/fdfNMF.sc
7 years ago
Owen Green 1cff3b4df5 fdGain and fdSTFTPass: Small updates for changes in AudioClient (itertators not double pointers), stripping redundant code 7 years ago
Pierre Alexandre Tremblay aa21bc78c9 Merge branch 'master' of https://bitbucket.org/flucoma/flucoma-supercollider 7 years ago
Owen Green dbeb6162e0 fdTransients.cpp: Enable EIGEN_USE_BLAS for less crappy performance 7 years ago
Pierre Alexandre Tremblay 059ef7d3a1 corrected the signature of all NRT buffer pointing class definition (fdNMF and fdTransients) to make them more sc. - and changed all the test code accordingly.
corrected a bug in the fdTransients \cmd def (s missing)
made a backbone helpfile for fdTransients
corrected an error in helpfile of FSDTFT
7 years ago
Owen Green 4c4896e173 Updated FluidCompose.sc for new commands 7 years ago
Pierre Alexandre Tremblay 50027f1ca3 reformat of the fdNMF and fdTransient class defintion - the later has an error of not passing some parameters. 7 years ago
Owen Green 16387a7e5f Add FDCompose.sc (autogenerated, not tested) 7 years ago
Owen Green a6e0146acf Add BufferCompose utility
fdNRTBase: add function for autogenerating SC class shell
7 years ago
Owen Green d43c05a029 Add FDTransients.sc class definition 7 years ago
Owen Green d7aaf6ae09 Add fdTransients.cpp for non realtime click detection (complied, untested) 7 years ago
Owen Green 97f336d064 fdNRTBase.hpp: Changes due to buffer wrapper refactoring 7 years ago
Owen Green 035e1833ce fdNRTBase, fdNMF: Changes to parameter instance ownership; implement offsets in frames and channels 7 years ago
Pierre Alexandre Tremblay ebaa6ae63e FDNMF: changed the method name to 'process' in the definition, the help and the tests 7 years ago
Pierre Alexandre Tremblay d9521e1b69 new default values for fdNMF and tests.scd has a source segment test at the bottom 7 years ago
Pierre Alexandre Tremblay 865e7472b7 fdNMF helpfile has all parameter described 7 years ago
Pierre Alexandre Tremblay 8302eefdb8 updated FDNMF test code, helpfile-in-progress and class description (and filename)
corrected FDSTFTPass class description and helpfile
corrected FDGain helpfile
7 years ago
Pierre Alexandre Tremblay a34cbe6afd Corrected interface of FDGain and FDNMF, updated test code, and designed helpfile for FDGain (and started on FDNMF's) 7 years ago
Owen Green 26d637ca98 fdNMF and fdNRTBase: Refactor for changed buffer adaptor interface and FFTSize default 7 years ago
Owen Green 524d95aec0 fdNMF.cpp / .sc + fdNMF/tests.scd: Refactor for new client / parmater archiecture (see fluid_decomposition commit ec1fe1332c522a64b04e5210d1e48266f6b6512b) 7 years ago
Owen Green f4a9560e9c Add fdNRTBase: Base class for Non Real-Time SC commands 7 years ago
Owen Green 41ed298279 CMakeList Pull in boost aligned allocation dependency from SC source tree, to tidy up after NRT buffer recallocation 7 years ago
Owen Green 159b9c39d9 fdNRTBase: Make a header, put in include, delete old target folder 7 years ago
Owen Green b8cb37c8b7 fdNRTBase Tidy up the class and make useful 7 years ago
Owen Green a39f75e241 fdNRTBase: Base wrapper class for Async commands 7 years ago
Owen Green 535b36b8a7 fdBufferExperiments: sizeof() a size is silly 7 years ago
Owen Green 72e9e02044 fdBufferExperiments: More verbose, but possibly more correct version using AsyncPluginCommand 7 years ago
Owen Green b4bcc2f1c6 Added FdBufferExperiments: Proof of concept plugin for resizing buffers on server 7 years ago
Owen Green 1b0cfb6f53 Update gitignore for moved plugins path 7 years ago
Owen Green 858d115c75 Changes to CMakeLists for plugins (much smaller, using an include for boilerplate) 7 years ago
Owen Green 097f0a0f7e Added top level CMakeLists that builds all plugs, using targets from fluid_decomposition
Adjusted plugin CMakeLists and changed directory structure
Unified release packaging
7 years ago
Owen Green 2d2e5b7fa7 Add STFT passthrough extension 7 years ago
Owen Green 5824581b67 All CMakeLists: Make sure plugin directory exists before copying build products
FdGain: Account for hop size argument in BaseAudioClient constructor
7 years ago
Pierre Alexandre Tremblay d0ff669f2e now working with multichannel input buffers 7 years ago
Pierre Alexandre Tremblay 1d9c962b20 now fdNMF has its own directory and copies files like a grown up 7 years ago
Owen Green c6a09b0334 FdGain.sc typo 7 years ago
Owen Green 184d0d2890 Merge branch 'rt_wrapper': Adds FDGain class for real-time testig and updates gitignore 7 years ago
Owen Green e7f19f5bf1 Updated gitignore to admit SC classes in release package 7 years ago