87 Commits (b89e4c5c7f1a638d7d7c51d6f223f01ce8b2f990)

Author SHA1 Message Date
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
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 34559b5aad made all references to /tmp OS-agnostic 5 years ago
Pierre Alexandre Tremblay 2a6e5330b7 references to pitch amended 5 years ago
Pierre Alexandre Tremblay e0ee799f5f gross mistake corrected in example 12. TODO: sort file boundaries issues in the clustering 5 years ago
Pierre Alexandre Tremblay caed9828de bufflatten with boundaries in help and examples 5 years ago
Pierre Alexandre Tremblay 54c1fc2e5b fix example with new padding in loudness 5 years ago
Pierre Alexandre Tremblay 7d09d83f4f all examples with DataSetWr have the right counting/bypassing now 5 years ago
Pierre Alexandre Tremblay b24701daa1 pre release typos and new examples 5 years ago
Pierre Alexandre Tremblay 44947ef732 other further explanation 5 years ago
Pierre Alexandre Tremblay 20e718668f prerelease tidy up 5 years ago
Pierre Alexandre Tremblay bbe715287e tidying up 5 years ago
Pierre Alexandre Tremblay bd79448be4 Owen's massive parallelisation, customised and commented by PA 5 years ago
Pierre Alexandre Tremblay 36e47f1e88 final tweak on examples 5 years ago
Pierre Alexandre Tremblay 8962918865 continued updating the examples 5 years ago
Pierre Alexandre Tremblay dcc0509cb3 more small tweaks 5 years ago
Pierre Alexandre Tremblay f300a7d196 a few defers here and there, and removing the names of the datasets 5 years ago
Pierre Alexandre Tremblay 2a57d0a127 edits to learning files with the new syntax 5 years ago
Pierre Alexandre Tremblay ece75c9d74 sync in progress in example1 5 years ago
Pierre Alexandre Tremblay 50b59a39cf relective merge branch 'nested-iterator-with-condition' into refactor/NRTSynths 5 years ago
Pierre Alexandre Tremblay 5cf7e32d0b added work-in-progress of 3d scaling example 5 years ago
Pierre Alexandre Tremblay 779b35cc1e various compositing of the clustering format- TODO: understand overlap consequences for realz TODO: maybe another step of conditional rejection (if 2 of 3 slice, then slice) 5 years ago
Pierre Alexandre Tremblay 4e321b9249 fix for overlap of 2. TODO: fix for all overlaps 5 years ago
Pierre Alexandre Tremblay 0e1a62b11a now adapted for using our folder/dataset creators 5 years ago
Pierre Alexandre Tremblay d084350de7 a few improvments: more iteration to kmeans, the indices are now in integer, and duplicates are removed, and there is a date stamp to the Reaper file 5 years ago
Pierre Alexandre Tremblay bb2034d5ec explored less dimensions, more overlap 5 years ago
Pierre Alexandre Tremblay dc6ad1e410 tigher variable scope 5 years ago
Pierre Alexandre Tremblay 25dce02ce8 now a proper recursive function! 5 years ago
Pierre Alexandre Tremblay e5223ef0e5 corrected the last bloc 5 years ago
Pierre Alexandre Tremblay 09a2c48c50 added the reaper export 5 years ago
Pierre Alexandre Tremblay 2b92864757 this condition trick is genius 5 years ago
Pierre Alexandre Tremblay 2d7da671d5 trying the nested iterator, not conclusive at all 5 years ago
Pierre Alexandre Tremblay 85ec2e624f super verbose version to check assumptions of return order and content. 5 years ago
Pierre Alexandre Tremblay 646d30af17 segmentation redux by sliding window clustering in 2 class - v1 5 years ago
Pierre Alexandre Tremblay b8af4f3125 example 11: an embarassing error found by @weefuzzy (thanks!)
example 10b: a small typo found by Alice on Zoom :)
5 years ago
Pierre Alexandre Tremblay 0b7538e419 example 11: attempt at using normalisation to weigh between datasets. Not conclusive in the end for now, conceptual errors might be the problem. I need help from the wise 5 years ago
Pierre Alexandre Tremblay c6a4c649f0 example 11: now with proper sanitation of the pitch and duration and explanation of why results gets stranger. 5 years ago
Pierre Alexandre Tremblay 6aed1ba3dd example 11. make the standardisation systematic and more in line with literature. 5 years ago
Pierre Alexandre Tremblay bb53874d83 cleaning examples for release 5 years ago
Pierre Alexandre Tremblay 86ab09d769 example 11: victory! 5 years ago
Pierre Alexandre Tremblay 41a8bb4ae3 example 11 - up to a simple compositing query 5 years ago
Pierre Alexandre Tremblay 8bc4cb1d8a example11 - comparison for timbral reduction 5 years ago
Pierre Alexandre Tremblay 8122fab3d5 example 11 in progress - crashing with certain datasets 5 years ago
Pierre Alexandre Tremblay a4e6413eca another cheeky sentence... I will oblige and change the order one day but not yet 5 years ago
Pierre Alexandre Tremblay da54b52102 examples: remove any ref to Users/pa/ 5 years ago
Pierre Alexandre Tremblay b21d6a5c8d pushed a first version of example 10b : using pitch to go verbose on outliers and weighting and observing data. quite sexy 5 years ago
Pierre Alexandre Tremblay 5da1df8ea3 changed the example 10 to use the sexy new resizing options. 5 years ago
Pierre Alexandre Tremblay f191e4a327 comparison example of weighted and/or curated MFCC stats 5 years ago
Pierre Alexandre Tremblay 33a12c3a00 now working with scaled loudness. 5 years ago
Pierre Alexandre Tremblay 9dec86ba55 weighted mfcc first attempt now working 5 years ago