896 Commits (632c60009865882112ddaaba9360aeaf72985336)

Author SHA1 Message Date
Ted Moore c515d5c518 typo 4 years ago
weefuzzy 9b813d9476 fix #96 4 years ago
weefuzzy 11d07c4337 Wrapper: Work around 32 char limit for plugin commands
If too long, remove vowels. 
Sorry. 
Better ideas welcome
4 years ago
weefuzzy d3f56ab023 All scalers: replace 'invert' parameter with `inverseTransform` messages 4 years ago
Owen Green 2f434f6498
Merge pull request #94 from weefuzzy/enhance/nmf-interface
FluidBufNMF class: add resynthMode argument
4 years ago
Owen Green 167ea1cc9e
Enhance/max params (#93)
* CMake: Centralise C++ version and set to 17

* Wrapper: handle new LongRuntimeMax param type

* POC for new LongRuntimeMax param with MFCC numCoeffs
4 years ago
weefuzzy 809320a43a `PCA.sc`: add batch `inverseTranform` method 4 years ago
Owen Green 11bb9015e7
Enhance/choices param (#78)
* NRTWrapper: Add choices param (long <-> bitset)

* Update `FluidBufStats` with `select` control

* BufStats class: Fix bitfield for `select` and warn on duplicate items

* Update SpectralShape classes for new param
4 years ago
Owen Green 4e5f0e4070
Enhance/optional message args (#77)
* optional args: sc wrapper updates

* optional args: KDTree try out
4 years ago
Gerard Roma 333a121524
add PCA whitening parameter (#65)
* add PCA whitening parameter

* FluidPCA: Ensure whiten parameter is sent to kr query UGen

Co-authored-by: Gerard <gerard@bumblebee.lan>
Co-authored-by: weefuzzy <gungwho@gmail.com>
4 years ago
weefuzzy 52590c5c6d FluidBufNMF class: add resynthMode argument 4 years ago
Ted Moore e450aef220 typo 4 years ago
gianlucaelia e83c7864c1
slicers: add enums for algorithms (#86) 4 years ago
gianlucaelia d776b25ed5
resizable and layoutable guis (#83)
* resizable and layoutable guis

* FluidWaveform: rename 'win' to 'parent'

* FluidWaveform/FluidPlotter: update help

* FluidWaveform/Plotter: make views before forking

This way views are immediately available upon creation,
for example to be added to layouts.
Views are still correctly updated with data from within the fork,
whenever they are ready.

* Thanks @elgiano! + a few small edits

Co-authored-by: Ted Moore <ted@tedmooremusic.com>
4 years ago
tremblap 106e4d5ea1 novelty interface change in example 4 years ago
tremblap 9457af13b2 add back the nmf-jit-classifier example 4 years ago
Ted Moore 845ef8449c FluidWaveform 'lineWidth' argument now also affects feature lines 4 years ago
James Bradbury b7898b6f74
update highlight method's argument name 4 years ago
James Bradbury 26192b3124
Update mousedown key code for plotter reset 4 years ago
James Bradbury 82fcc25c40
Correct statement about ctrl/cmd 4 years ago
Owen Green 8e0c71ec17
Add AmpCurve, OnsetCurve, NoveltyCurve + buf versions (#79)
* Add AmpCurve, OnsetCurve, NoveltyCurve + buf versions

* Classes: Rename <X>Curve -> <X>Feature

* cpp plugins: <X>Curve -> <X>Feature

* Curve -> Feature in SC / cpp code

* Novelty<X>: feature -> algorithm for input algorithm choice

* do rest of changes of feature -> algorithm

* BufNoveltyFeature needs a shorter internal name
4 years ago
Ted Moore 1e13f59570
FluidPlotter: Click and Drag to Zoom (#87) 4 years ago
Ted Moore bec9a25bcb inappropriate error check on FluidBufToKr 4 years ago
Owen Green 92a7d6de90
remove old test code (#75) 4 years ago
Ted Moore a668755286 invert pca 4 years ago
Ted Moore a2eb53e640 updated FluidMelBands argument ordering to match C++ 4 years ago
tremblap f171d57ef8 sort the name of postln to be vanilla sc compatible 4 years ago
Ted Moore b89e4c5c7f
[Release] 1.0.0-beta5 (#73)
* FluidPitch.schelp

* FluidPitch.schelp

* edited example 8b-mlp-synth-control

brought it in line with the max example.

the user must put the synth params and 2D slider where they want them, _and then_ click 'add point'.

also simplified some of the SC code.

* FluidWaveform draws features & gate

* new team is credited (#39)

* adding guides from UKH and CIRMMT

* FluidBufToKr has optional numFrames argument

* FluidBufToKr has optional numFrames argument

* default for numFrames argument is -1

* FluidBufToKr help file

* created FluidFilesPath and a test file

* fixed FluidPlotter call createCatColors

* allow for passing the file name in as well

* one extra slash check!

* add section to bottom of nn-->fm for testing with audio files

* Revert "one extra slash check!"

This reverts commit 3ba5c4bf3e.

* add section to bottom of nn->fm to test with audio files

* FluidPlotter typo

* fix reference to FLUID_PARAMDUMP (#43)

* FluidFilesPath helpfile

* comments added, ted's TODO added in folder

* don't show rms color and allow passing waveformcolor

none of this is breaking (i think)

* FluidPlotter now allows > 1 identifier to highlight

* udpated ted's to do list

* updated ted_helpfiles_outline

* deleted ted_helpfiles_outline

* clean up examples/guides folder

* typo

* made audio buffer optional for fluid waveform

* fluid waveform features are stackable or not

* fluid waveform spectrogram scratch paper

* colors

* fluid waveform spectrogram tests

* spectrogram flag is working -- there are some color considerations to make

* spectrogram alpha available

* read from color-schemes folder

* normalizeFeaturesIndependently argument, close method

* Nightly Builds and Continuous Integration (#38)

* build macos supercollider to begin with

* build on nightlies

* compile all 3

* sloppy indentation

* remove ninja for configs

* try all the builds

* fix indentation and dependency

* try packaging

* make fully installation

* fix bigobj whinging in github

* move bigobj down

* remove huge pdb files

* remove pdb files

* build linux on ubuntu 18.04 LTS

* only build on dev branch and ci/nightlies branch

* parallelise zipping and correct the name

* use max cores on mac

* use windows-ly way of zipping files

* package things into non-nested zips

* download to here

* max -> supercollider 🤦

* use ninja and make release builds on windows

* sudo apt

* and Prs

* clone the dev branch of supercollider

* clone with https

* delete the old release before making a new one

* remove extraneous comment

* Revert "move bigobj down"

This reverts commit 5cd4a3532d6a629a071b1210e397f21fe416307f.

* Revert "fix bigobj whinging in github"

This reverts commit cb172b9c7ec2398ad0fbe6bb9456de91bfee990e.

* get core not SC

* use proper CMAKE variable for CORE

* use DFLUID_PATH not DFLUID_CORE

* update tags and remove make

* use choco to install ninja

* use ninja on windows

* update incorrect core link

* add working directory

* use composite action

* correctly point to the composite action

* specify toolchain for cmake

* use v2 of env flucoma action

* use an env variable to call CMAKE

* use composite action to build release

* remove env

* use flucoma actions to do building

* use sc not scbuild

* moved CSVs

* delete scratch paper file

* fluid waveform help file

* added more color schemes to choose from, also new grey scale

* [CI] Actions@v4 (#49)

* use v4 of sc actions

* dont build on PR

* amended the cmake to copy Resources and to capitalise Plugin

* omission in the NoveltySlice

* WIP towards a 'rasterBuffer' approach, waiting on interface decisions and scaling decisions

* melbands weirdness sorted

* no more error when audioBuffer is not passed

* bump

* user specified lin or log scaling

* log

* agnostic 🪵

* 'imageBuffer'

* removed word 'raster'

* waveform help file

* removed 'teds to do list' from repo

* implement startFrame as suggested in https://github.com/flucoma/flucoma-sc/issues/51

* remove extraneous postln

* test code for multiple overlays

* dummy commit

* FluCoMa-ize argument order and defaults, more error checks

* 🚧 updating help file examples

* still 🚧

* FluidWaveform: featureBuffer to featuresBuffer

* Fluid waveform layers (#53)

* layers cause race conditions

* front method keeps race conditions from happening

* allow for image color to be base on alpha

* bump

* bump

* more tests

* updated FluidWaveform help file examples

* download instructions

* made some helpfile examples

* change release action

* changed first argument to kr

to match the default for the restructured text 'schelp_descriptor.schelp' file in the 'flucoma-docs' repo

this needs to happen or else SCDocs will throw a warning everytime the user opens this helpfile

* begin cleaning up of the examples folder

* argument typo in FluidLoudness 'maxwindowSize' --> 'maxWindowSize'

* typo: maxWindowSize in FluidLoudness

* fix FluidMFCC argument ordering

* [Enhance] Update resources folder structure (#57)

* copy the whole resources folder from core

* make fluidfilespath respect the new structure

* FluidChroma and FluidBufChroma help files alignment

* FluidMFCC docs repo alignment

* FluidLoudness docs repo alignment

* FluidCorpusManipulationToolkit Guide

* FluidBufNMF removed 'randomSeed' and 'windowType' (docs repo alignment)

* converted all ugly paths to FluidFilesPath

* fix color-schemes lookup per new folder structure

* BufAudioTransport now has A-B based Arguments

* Update nightly.yaml

Add workflow dispatch for manual launch

* moved the sc-only resources to a SC only folder, and change the cmake to copy the right stuff (#61)

* Enhance/integrate doc (#68)

* Add docs targets to CMake

* Add docs targets to nightly workflow

* fix doc copying for nightly

* try again to fix doc copying for nightly

* syntax error in yaml

* added the missing 'setLabel' method to FluidLabelSet

* a more convenient method call to FluidViewer to get colors

* NRT and Data objects ensure params can be set in NRT queue immediately after creation (#71)

fixes #70

Co-authored-by: tremblap 
Co-authored-by: James Bradbury 
Co-authored-by: Till 
Co-authored-by: James Bradbury 
Co-authored-by: Owen Green
4 years ago
Ted Moore 11f9423426 added to Guide: FluidBufToKr and FluidKrToBuf 4 years ago
Ted Moore 3b5df16274 helpfiles made: FluidBufToKr and FluidKrToBuf 4 years ago
Ted Moore 0f2ddd85d0 Merge branch 'FluidPlotter-and-FluidWaveform'
# Conflicts:
#	release-packaging/Classes/FluidPlotter.sc
4 years ago
Ted Moore 159676b6d5 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore 5134571e91 moved STFT and added FluidStats 4 years ago
Ted Moore 905ad8a0bc added FluidGrid to Guide 4 years ago
Ted Moore 44f91f8e82 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore fb053f3c71
FluidPlotter & FluidWaveform (#36)
* FluidPlotter and test file

highlight method sets color

* FluidPlotter is beta

* added some error checks and warnings

* FluidWaveform in alpha

* updated fluid plotter to require fewer external defers

* fluid plotter synced up with james' max one, helpfile _started_

* fix/FluidPlotter

only worked with KMeans, not it also works with a user created LabelSet

* FluidPlotter helpfile done

* FluidWaveform delete temp file

delete it right away instead of on close

* initialize with internal dict

a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat

* FluidWaveform helpfile made

Co-authored-by: tremblap <info@pierrealexandretremblay.com>
4 years ago
tremblap 7f58e76a79
Merge branch 'main' into FluidPlotter-and-FluidWaveform 4 years ago
Pierre Alexandre Tremblay 5933b96cff correct typo 4 years ago
Ted Moore 5815a2258f include FluidPlotter and FluidWaveform 4 years ago
Ted Moore b27f0b0b82 Updated Guide to include FluidPlotter and FluidWaveform 4 years ago
Pierre Alexandre Tremblay d194d522b4 Merge branch 'main' of https://github.com/flucoma/flucoma-sc 4 years ago
Pierre Alexandre Tremblay d33fef37d4 corrected errors in LabelSet classdef and help + added getIDs 4 years ago
Pierre Alexandre Tremblay edb1bc558f corrected errors in DataSet classdef and help 4 years ago
Ted Moore e0d30986a2 FluidWaveform helpfile made 4 years ago
Ted Moore 511a8d19d4 initialize with internal dict
a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat
4 years ago
Ted Moore 4096ff836b FluidWaveform delete temp file
delete it right away instead of on close
4 years ago
Ted Moore 97b16d418f FluidPlotter helpfile done 4 years ago
Ted Moore 6b4f236e03 fix/FluidPlotter
only worked with KMeans, not it also works with a user created LabelSet
4 years ago
Ted Moore 372fca134f fluid plotter synced up with james' max one, helpfile _started_ 4 years ago
Ted Moore bf899a100b updated fluid plotter to require fewer external defers 4 years ago
Ted Moore 636d9b2e78 FluidWaveform in alpha 4 years ago
Ted Moore dca175a0f7 removed extraneous postlns in FluidNormalize & FluidStats 4 years ago
Ted Moore f96f5d7000 added some error checks and warnings 4 years ago
Ted Moore 656ff21b71 FluidPlotter is beta 4 years ago
Ted Moore 0e5980580a FluidPlotter and test file
highlight method sets color
4 years ago
Pierre Alexandre Tremblay fedaa68b45 typo in bufselectevery + change of letters in method 4 years ago
Ted Moore c72f7a9575
added FluidBufToKr.kr and FluidKrToBuf.kr (#24)
* added FluidBufToKr.kr and FluidKrToBuf.kr

* tested a few more use cases, no problems detected

* Update release-packaging/Classes/FluidBufToKr.sc

Co-authored-by: weefuzzy <gungwho@gmail.com>

* semicolon

added a the end of line 4

* check if the buffer is huge (like an audio file)

if one tries to pass a huge buffer to either, this is throw an error and report the number of frames in that buffer. I tested it with an audio file-size buffer and it froze the server (not crash though, the bar stayed green...?).

* added huge buffer check to BufToKr as well

* added one more validity check and re tested

* FluidBufToKr now can return single value or array

if the buffer is only one frame long, it will return a single value instead of an array of length one (which is what it did before)

Co-authored-by: weefuzzy <gungwho@gmail.com>
4 years ago
Owen Green a2f66aedc5 Merge branch 'feature/named+rolling' into fix/mlp-issues+named 4 years ago
Owen Green 28b3e72a71 Merge branch 'object/fluidstats' into feature/named+rolling 4 years ago
Owen Green 56bd523bcd Add param referesh to NRT wrapper; update MLP read in sclang 4 years ago
Pierre Alexandre Tremblay f63ae2cab3 Merge remote-tracking branch 'origin/pr/25' into feature/named+rolling 4 years ago
Pierre Alexandre Tremblay cce4f53238 FluidMFCC - corrects the input checking 4 years ago
Pierre Alexandre Tremblay 26a4e4c1a4 (buf)MFCCs class and help adding startCoeff 4 years ago
Owen Green b227f42875 Named PCA, MLPs, UMAP 4 years ago
Owen Green ec7409ebf9 Named RobustScale 4 years ago
Owen Green eda82ccc6e Named Standardize 4 years ago
Owen Green 531f6e8399 Correct KNNRegressor 4 years ago
Owen Green 3b7f6239bc Named Normalize 4 years ago
Owen Green 6e44926cf6 Better FluidStats class and basic example for help 4 years ago
Owen Green 984880aace Named KNNRegressor 4 years ago
Owen Green 946ab2c459 Named KNNClassifier 4 years ago
Owen Green a1fad50008 Names KMeans 4 years ago
Owen Green 0b6f7acd18 Named KDTree 4 years ago
Pierre Alexandre Tremblay eaaaa64038 Merge branch 'helpfilemending' into main 4 years ago
Owen Green 0156942315 FluidStats UGen first try 4 years ago
Ted Moore d3fab572b8 re commit FluidDataSet help 4 years ago
Ted Moore 78a7418fef updated some of the help files to remove 'labelled' langugae and replace it with 'identifier' language 4 years ago
James Bradbury afe6b31fbc normalise language for label/identifier 4 years ago
James Bradbury 5786ae34a8 update digest for label set 4 years ago
James Bradbury 5ffc218982 update language for set/get/update point methods docs 4 years ago
James Bradbury 085704e48a update addpoint method arguments docs 4 years ago
James Bradbury a676c6e80e update addpoint method 4 years ago
James Bradbury e8fce999ed existant is not the right word here 4 years ago
James Bradbury b5a707f233 update digest for FluidDataSet 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
tremblap 76e215b2b6
Merge pull request #17 from tedmoore/main
startFrame argument and indicated onset frame
4 years ago
Pierre Alexandre Tremblay e14309be93 slight addition to grid help 4 years ago
Pierre Alexandre Tremblay 16e5b1ad6b Typos corrected 4 years ago
Owen Green 18dd4426a2 Update FluidGrid helpfile with GR's suggestions 4 years ago
Pierre Alexandre Tremblay 213576bfc9 The Grid helpfile draft, with loads of questions for both, but with fun examples 4 years ago
Gerard aaec227f37 Grid: change interface to extent / axis 5 years ago
Gerard 33864c4b2f add FludGrid 5 years ago
Ted Moore 9a6768be2b
startFrame argument and indicated onset frame
Added a note about using a startFrame argument; that the sample position of the original buffer is still what is returned.
5 years ago
Pierre Alexandre Tremblay abef788a39 less worse English 5 years ago
Pierre Alexandre Tremblay 6364dd93c2 added the reference to the -999 midinote in case of no pitch 5 years ago
Pierre Alexandre Tremblay 34559b5aad made all references to /tmp OS-agnostic 5 years ago
Pierre Alexandre Tremblay 54204e4b9f change the order of the fixed parameters for the few classes which were different to the rest 5 years ago
Pierre Alexandre Tremblay 2a6e5330b7 references to pitch amended 5 years ago
Pierre Alexandre Tremblay 2d17f4f7fa chroma - remove references to bands, talk about chroma bins, and make the link clear with pitch classes. 5 years ago
Owen Green f008dc3629 Update final references to Fluid Decomposition toolbox 5 years ago