Releases: acids-ircam/nn_tilde
Releases · acids-ircam/nn_tilde
v1.6.0
General
- Pytorch
- nn~ now built with torch 2.5.1
- Mac
- Signed version of nn externals ; no more need for quarantine, and non-blocked by novel version of nn~
- Universal binaries
- Linux
- [see below]
MAX / MSP
- Accessing model information
- new [nn.info] object for model inspection
- dump message for console output
- Integrated download for models from Ircam Forum API
- download & delete message in nn~, mc.nn~; mcs.nn~
- available models as Max dictionary through nn.info
- Dynamical model loading
- Models can be now dynamically change ; model change is thread-safe and model-safe, adding zero for missing dimensions and cropping surplus dimension.
- Methods can also dynamically change.
- (yet, it is still advised to do that with audio status off)
- Buffer access for Max/MSP
- Models can now read Max buffers (to compute internal states / offline calculation from fixed data) as a model property.
- new track_buffers attribute that monitor changes in Max buffer to automatically trigger re-calculation
- Re-packaging
- nn~ is now a “real” package!
- Support files
- new latent exploration utility with latent_slider and latent_remote
- Documentation
- made information hub, “Extras” entry with nn~ Overview,
- re-conceived help patches, and added model-specific help patchers
- scripting documentation to come
- Improved scripting
- default attribute getters / setters for model integration
- new Buffer object for Max buffer handling
torch.Tensor
attributes, working with [array] object- new examples for model scripting (features.py, effects.py) in source/
PD
v1.6 for PureData is basically the updated version from Benjamin Wesch, with additional functionalities for model download through IRCAM Forum API.
- Multi-channel integration with snake~
- Model inspection with second inlet
- New help patch
- Integrated download for models from IRCAM Forum API
v1.5.6
Features
- arch linux install script #13 (salkin-mada)
Commits
- f59b83d: Create linux.sh (Martin Heinze) #51
- 4409130: Merge remote-tracking branch 'upstream/master' (Martin Heinze) #51
- ac274b6: Merge remote-tracking branch 'upstream/master' (Martin Heinze) #51
- 55a531c: set CXX standard for Windows in cmake list, set linker attribute for Pd external (solves issue #53) (Francesco Bigoni) #55
- 43792a1: Merge branch 'master' into feature/pd_fix (Antoine) #55
- 3c3c095: remove extra CXX standard definition (Antoine)
- 7ab3e65: Merge branch 'feature/pd_fix' (Antoine)
- 2b45e76: Merge branch 'master' into feature/arch_linux_script (Antoine) #13
- de5dc31: Merge branch 'feature/arch_linux_script' (Antoine)
- 5941793: compatibility with torch v2 and mc/mcs bug fixes (Axel Chemla--Romeu-Santos)
v1.5.5
v1.5.4
v1.5.3
v1.5.0
Commits
- ef08953: update readme (Antoine)
- da938b9: fix README (Antoine)
- 4d958d7: Update README.md (Antoine Caillon)
- e74173b: Update README.md (Antoine Caillon)
- bc2276b: Update README.md (Antoine Caillon)
- 8dd747a: add reload option (non threaded) (Antoine)
- b96f37a: Backend using pointer (Antoine)
- c9af769: remove undefined method (Antoine)
- 816529c: backend add locking mechanism (Antoine)
- 4553058: add reload mode (Antoine)
- 3517fb5: PureData reload mode (Antoine)
- f824495: update README (Antoine)
v1.4.6
Commits
- 5d3b5c4: add attribute support for pd nn~ (Antoine)
- 111e7ca: check for attribute availability (Antoine)
- c6a0835: Update boot stamp for all versions (Antoine)
- ec85700: pd build (Antoine)
- 492974d: upload pd artifacts (Antoine)
- 40f7b16: codesign pd (Antoine)
- d5aaa5c: remove pthread from requirements (Antoine)
- 1eebf05: 7485 automatic pd build test (Antoine)
- 18b6ae9: add pd.lib (Antoine)
- cf02fa0: fix copy directory (Antoine)
- 1a915c1: fix output dir (Antoine)
- 1ff42c9: copy elements to Release directory (Antoine)
- 54868a9: fix pd path (Antoine)
- f4b1579: fix rm on windows (Antoine)