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
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
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
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
Ted Moore
8f4784cbe1
a more convenient method call to FluidViewer to get colors
4 years ago
Ted Moore
bea5eb4849
added the missing 'setLabel' method to FluidLabelSet
4 years ago
Ted Moore
6cd431622e
BufAudioTransport now has A-B based Arguments
4 years ago
Ted Moore
6d796b6329
fix color-schemes lookup per new folder structure
4 years ago
Ted Moore
276422f257
FluidBufNMF removed 'randomSeed' and 'windowType' (docs repo alignment)
4 years ago
Ted Moore
f7e1f4c4aa
FluidChroma and FluidBufChroma help files alignment
4 years ago
James Bradbury
9e901afe70
[Enhance] Update resources folder structure ( #57 )
...
* copy the whole resources folder from core
* make fluidfilespath respect the new structure
4 years ago
Ted Moore
e6d4b95f23
fix FluidMFCC argument ordering
4 years ago
Ted Moore
f7fad289b5
typo: maxWindowSize in FluidLoudness
4 years ago
Ted Moore
812a6de010
Merge pull request #55 from flucoma/topic/fix-KrToBuf
...
Topic/fix kr to buf
4 years ago
Ted Moore
ffc3c32901
argument typo in FluidLoudness 'maxwindowSize' --> 'maxWindowSize'
4 years ago
Ted Moore
2785ec2dd5
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
4 years ago
Ted Moore
ec17cdc964
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
4 years ago
Ted Moore
a918e8f6e4
FluidWaveform: featureBuffer to featuresBuffer
4 years ago
Ted Moore
1c2baed8b6
FluCoMa-ize argument order and defaults, more error checks
4 years ago
Ted Moore
f46a236bd5
remove extraneous postln
4 years ago
Till
cb690283fa
implement startFrame as suggested in https://github.com/flucoma/flucoma-sc/issues/51
4 years ago
Ted Moore
32ad6307a9
Merge branch 'help-files' into dev
...
# Conflicts:
# release-packaging/Classes/FluidPlotter.sc
4 years ago
Ted Moore
e1ba741132
removed word 'raster'
4 years ago
Ted Moore
1c610e227b
'imageBuffer'
4 years ago
Ted Moore
615bb1da75
agnostic 🪵
4 years ago
Ted Moore
51ccef3ed6
log
4 years ago
Ted Moore
7eb928e859
user specified lin or log scaling
4 years ago
Ted Moore
6df5550316
no more error when audioBuffer is not passed
4 years ago
Ted Moore
2d4c89ba77
WIP towards a 'rasterBuffer' approach, waiting on interface decisions and scaling decisions
4 years ago
Ted Moore
8c02efd601
added more color schemes to choose from, also new grey scale
4 years ago
Ted Moore
7c395f7929
fluid waveform help file
4 years ago
Ted Moore
c6aa9abb70
normalizeFeaturesIndependently argument, close method
4 years ago
Ted Moore
e5b25e46e5
read from color-schemes folder
4 years ago
Ted Moore
570b20adc5
spectrogram alpha available
4 years ago
Ted Moore
59009d9a5b
spectrogram flag is working -- there are some color considerations to make
4 years ago
Ted Moore
019c9cac50
fluid waveform features are stackable or not
4 years ago
Ted Moore
bab3661c25
made audio buffer optional for fluid waveform
4 years ago
Ted Moore
bdf72d7dd3
Merge branch 'enhance/FluidWaveform' into dev
4 years ago