You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
FluidAmpGate.sc Add a version method to all objects 5 years ago
FluidAmpSlice.sc Add a version method to all objects 5 years ago
FluidAudioTransport.sc Merge branch 'clients/inter_client_comms' into feature/version_method 5 years ago
FluidBufAmpGate.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufAmpSlice.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufAudioTransport.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidBufChroma.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidBufCompose.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufFlatten.sc Add buffer region parameters to FluidBufFlatten 5 years ago
FluidBufHPSS.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufLoudness.sc Add padding param to BufLoudness 5 years ago
FluidBufMFCC.sc (buf)MFCCs class and help adding startCoeff 4 years ago
FluidBufMelBands.sc (buf)pitch: added new default behaviour. (buf)melbands: added the output unit class and help. (buf)spectrashape: added the 5 new parameters in class and help. 5 years ago
FluidBufNMF.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidBufNMFCross.sc NMFCross: add continuity constraint 5 years ago
FluidBufNNDSVD.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufNoveltySlice.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufOnsetSlice.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufPitch.sc descriptors: new interface with padding, and explanation 5 years ago
FluidBufSTFT.sc STFT: parameter name update 5 years ago
FluidBufScale.sc bufscale: removed the curvature 5 years ago
FluidBufSelect.sc remove troubleshooting print 5 years ago
FluidBufSelectEvery.sc typo in bufselectevery + change of letters in method 4 years ago
FluidBufSines.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufSpectralShape.sc missing change in bufspectralshape 5 years ago
FluidBufStats.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufThreadDemo.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufThresh.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufToKr.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidBufTransientSlice.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidBufTransients.sc Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
FluidChroma.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidCorpusBuilders.sc replaces the many erroneous references to labels when we meat identifiers, and a few more typos fix #23 4 years ago
FluidDataSet.sc corrected errors in DataSet classdef and help 4 years ago
FluidDataSetQuery.sc replaces the many erroneous references to labels when we meat identifiers, and a few more typos fix #23 4 years ago
FluidDataSetWr.sc Update FluidDataSetWr to use SetPoint, remove auto index 5 years ago
FluidFilesPath.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidGain.sc Non-bufferig FluidGain (ar / kr aware) 7 years ago
FluidGrid.sc Grid: change interface to extent / axis 5 years ago
FluidHPSS.sc Add a version method to all objects 5 years ago
FluidKDTree.sc Named KDTree 4 years ago
FluidKMeans.sc Names KMeans 4 years ago
FluidKNNClassifier.sc Named KNNClassifier 4 years ago
FluidKNNRegressor.sc Correct KNNRegressor 4 years ago
FluidLabelSet.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidLoudness.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidMDS.sc MDS class: remove dangling printing 5 years ago
FluidMFCC.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidMLP.sc Add param referesh to NRT wrapper; update MLP read in sclang 4 years ago
FluidManipulationJSON.sc Revert "JSON: replace null for nil" 5 years ago
FluidMelBands.sc change the order of the fixed parameters for the few classes which were different to the rest 5 years ago
FluidMessageResponse.sc Use (hacky) NRT SendReply for responses 5 years ago
FluidMessageTest.sc Add a version method to all objects 5 years ago
FluidNMFFilter.sc Add a version method to all objects 5 years ago
FluidNMFMatch.sc Add a version method to all objects 5 years ago
FluidNMFMorph.sc Add a version method to all objects 5 years ago
FluidNRTProcess.sc Add a version method to all objects 5 years ago
FluidNormalize.sc removed extraneous postlns in FluidNormalize & FluidStats 4 years ago
FluidNoveltySlice.sc Add a version method to all objects 5 years ago
FluidOnsetSlice.sc Add a version method to all objects 5 years ago
FluidPCA.sc Named PCA, MLPs, UMAP 4 years ago
FluidPitch.sc Add a version method to all objects 5 years ago
FluidPlotter.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidProviderTest.sc Add a version method to all objects 5 years ago
FluidRobustScale.sc Named RobustScale 4 years ago
FluidSTFTPass.sc Add a version method to all objects 5 years ago
FluidServerCache.sc Ensure all FluidProxyUGen inputs are UGenInputs 5 years ago
FluidServerObject.sc Fix instance kr objectClassName for BufProcessor 5 years ago
FluidSines.sc Add a version method to all objects 5 years ago
FluidSpectralShape.sc FluidSpectralShape: change default rolloffPercent to new range 5 years ago
FluidStandardize.sc Named Standardize 4 years ago
FluidStats.sc [Release] 1.0.0-beta5 (#73) 4 years ago
FluidSubscriberTest.sc Add a version method to all objects 5 years ago
FluidTransientSlice.sc Add a version method to all objects 5 years ago
FluidTransients.sc Add a version method to all objects 5 years ago
FluidUMAP.sc Named PCA, MLPs, UMAP 4 years ago
FluidWaveform.sc [Release] 1.0.0-beta5 (#73) 4 years ago