8000 Tags · flucoma/flucoma-pd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: flucoma/flucoma-pd

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update CI's Ubuntu version to 22.04 (#105)

1.0.8

Toggle 1.0.8's commit message
Merge branch 'pre-production' into production

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #101 from flucoma/pre-production

[release] 1.0.7

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #88 from flucoma/pre-production

1.0.6 preprod to prod

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #79 from flucoma/dev

[release] 1.0.5

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from flucoma/dev

[release] 1.0.4

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from flucoma/dev

[release] 1.0.3

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from flucoma/dev

[Release] 1.0.2

1.0.0-TB2.beta7

Toggle 1.0.0-TB2.beta7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Release] 1.0.0-beta7 (#61)

* nightlies workflow

* use PD_PATH flag

* use the pd binaries on msp

* dont use powershell in unix

* fix borked ls

* point to the right sdk

* make release builds on windows

* remove pdb file filter

* use dev core

* delete release before uploading the new one

* abstraction added to convert string back to float

* giving credit (#11)

* rename tag

* provide the proper fluid path for mac builds

* provide the proper fluid path for the other 2 CCE's

* clone core not sc... 🤦‍♂️

* Add handling for MLP read methods to wrapper (#10)

* cleaned structure and copy of abstractions

* add docs to PD CI

* add pd path

* use a macos runner for docs

* correct the name for Windows .zip

* [CI] Refactor and use composite actions (#13)

* use flucoma actions instead of horrid code

* use more composite actions where possible

* remove extraneous -name:

* try a different folder structure out

* move one level up for packaging

* demoaudiofiles abstraction for the helpfiles

* added fluid.demosound~

* move to v4 of actions

* also update docs

* cosmetic changes to improve readability

* chroma help update

* remove weird magic number fixes #18

* correct order of variables in PDBufferAdaptor error message fixes #17

* corrections in progress

* chroma new format

* bufchroma done

* changing spaces for underlines for enhanced readability

* use new action for building docs

* use ubuntu to build docs

* update release workflow

* add support for core #88

* copy to datasets path

* ignore data

* copy resources data on cmake configure

* change source1 to sourcea and source2 to sourceb

* add workflow dispatch to nightly

* correct docs install source

* optional args: add to wrapper

* Wrapper: Add choices param (symbol list -> bitset)

* fix the missing ; at the end of the updated file names

* Add feature objects for slicers (#35)

* Add feature objects for slicers

* onsetfeature help file

* rt feature help files

* remove thing about pianos

* add buffer feature help files

* @Algorithm

* fixing the helpfiles

* expanded onsetfeature

* norveltyfeature fixed

* ampfeature fixed

* fixed bufampfeature

* bufnoveltyfeature corrected

* fix bufonsetfeature

* corrected range for onsetfeature viewer

* ignore more permutations of build folder

* PDWrapper: deal with some warnings

* FluidTensorView copy updates

* changing preset and interface for noveltyslice examples

* new overview including all data objects

* PDBufferAdaptor: Add redraw() and call on release()

* remove the data folder being copied in the dev packaging (#27)

* concataudiofile and it help merged in dev

* `ControlIn` objects
– properly adjust `ac` when adjusting `av` 
– ensure mListSize is always intialized to something

* Enhance/max params (#44)

* CMake: Centralise C++ version and set to 17

* Wrapper: Handle new LongRuntimeMax parameter type

* Wrapper: unused variable

* Wrapper: add `max<blah>` parameter to PD object for `LongRuntimeMaxT` 

fixes #45

* updated helpfiles for scalers to include and test inversetransform(point)

* Wrapper: fix argument count and warning printer

* Wrapper: update for `maxFFTSize`

* Wrapper: fix reset for shared objects

* Wrapper: use raw maxFFT in FFT setter

* Wrapper: fix logic for max params

* Wrapper: sort max FFT logic, fixes #48

* Enhance/generate stubs (#49)

* CMake: Generate .cpp stubs

* CMake remove old cpp stubs and scripts

* CMake add Utiltiy for making a working folder of symlinks for dev work

* Placate MSVC

* CMake: properly invoke docs

* CMake: install prefix is a cache variable

* CMake: Tidy up

* CMake: typo

* CI: update nightly workflow

* CI: remember to use correct branches

* CI: remove reference to docs job

* CMake: belatedly add branch selection for flucoma deps upon which CI relies

* CI: Correct name of Linux build artefact

* help upgrade: first batch Martin

* help upgrade: Martin's 2nd batch

* help review: martin 3rd batch

* help - typo in filename

* CMake: fix installation path for externals, fixes #50

Repeat after me: don't just paste from the Max one

* CMake: Pick up client tags for finer tilde control

* Enhance/managed objects (#47)

* Wrapper: Add managed buffers and message outptus

* Wrapper: Update outlets for list input

* Wrapper: Fix outlet reference for buffer completion

* Add header for bufinfo

* Add C++ stub for bufinfo

* Managed arrays: shrink collection when needed

* Update include/FluidPDWrapper.hpp

Remove leftover debugging `post()`

* BufferAdaptor: Ensure dirty flag is properly initialised

* Wrapper: Stop hosted buffers vector reallocating and breaking pointers

* updated helpfiles for new interface

* bufinfo help

* PD Wrapper: Quite possibly fix a double free problem for multiple inlets.

* PDWrapper: data objects respond from right outlet for read, write etc

* dataset objects: update with right outlet behaviour

Co-authored-by: tremblap <info@pierrealexandretremblay.com>

* Wrapper: Cheer up MSVC

* PDWrapper: Try to swerve around GCC linking sadness

* CMake: Add local target for `fluid.bufinfo`

* FluidBufInfo: Missing include

* PDWrapper: Redo inlet proxies for less crashing

* kdtree - added 2nd tab

* kdtree 3rd tab added

* kdtree fix

* BufNNDSVD -> BufNMFSeed (#57)

* change filename

* change content

* typo in help report of bufferadaptor

* token skmeans entry and addition to overview (#59)

* [Enhance] Update Release Workflow (#60)

* update extension to be normalised

* cleanup

* update release

* remove workflow disptach variables

* fix release

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

1.0.0-TB2.beta6

Toggle 1.0.0-TB2.beta6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Release] 1.0.0-beta6 (#36)

* nightlies workflow

* use PD_PATH flag

* use the pd binaries on msp

* dont use powershell in unix

* fix borked ls

* point to the right sdk

* make release builds on windows

* remove pdb file filter

* use dev core

* delete release before uploading the new one

* abstraction added to convert string back to float

* giving credit (#11)

* rename tag

* provide the proper fluid path for mac builds

* provide the proper fluid path for the other 2 CCE's

* clone core not sc... 🤦‍♂️

* Add handling for MLP read methods to wrapper (#10)

* cleaned structure and copy of abstractions

* add docs to PD CI

* add pd path

* use a macos runner for docs

* correct the name for Windows .zip

* [CI] Refactor and use composite actions (#13)

* use flucoma actions instead of horrid code

* use more composite actions where possible

* remove extraneous -name:

* try a different folder structure out

* move one level up for packaging

* demoaudiofiles abstraction for the helpfiles

* added fluid.demosound~

* move to v4 of actions

* also update docs

* cosmetic changes to improve readability

* chroma help update

* remove weird magic number fixes #18

* correct order of variables in PDBufferAdaptor error message fixes #17

* corrections in progress

* chroma new format

* bufchroma done

* changing spaces for underlines for enhanced readability

* use new action for building docs

* use ubuntu to build docs

* update release workflow

* add support for core #88

* copy to datasets path

* ignore data

* copy resources data on cmake configure

* change source1 to sourcea and source2 to sourceb

* add workflow dispatch to nightly

* correct docs install source

* fix the missing ; at the end of the updated file names

* Add feature objects for slicers (#35)

* Add feature objects for slicers

* onsetfeature help file

* rt feature help files

* remove thing about pianos

* add buffer feature help files

* @Algorithm

* fixing the helpfiles

* expanded onsetfeature

* norveltyfeature fixed

* ampfeature fixed

* fixed bufampfeature

* bufnoveltyfeature corrected

* fix bufonsetfeature

* corrected range for onsetfeature viewer
0