Releases: emprcl/signls
Releases Β· emprcl/signls
v0.7.1
v0.7.0
β¨ Features
This release adds support for multiple MIDI devices usage at the same time.
- add device parameter on nodes (#9, #11). It allows to select specific MIDI devices for each node. By default, it uses the grid device.
- save device configuration (#9, #11). If the saved device is not connected when loading the grid, it will use the default device, but keep the old configuration in the saved grid.
Docs: note parameters
v0.6.0
β¨ Features
- add repeat parameter on Cycle and Dice nodes. It allows to repeat the last emitting direction.
Docs: repeat parameter
π Bug fixes
- fix crash on truncated bank files
- fix missing meta parameters text input handling
- fix toll node copy
v0.5.0
β¨ Features
- add meta parameters support (#4) π They allow to control grid parameters (tempo, bank, root and scale) directly from a node. Available through node parameter pages (key
upanddownwhen you edit a node,shift+left/rightto enable the parameter,ctrl+up/downto edit the value,ctrl+left/rightto randomize the value). - add cc parameters help, helping you remenber usage convention about MIDI cc messages.
Docs:
meta parameters
π Bug fixes
- fix truncated bank file on quit
v0.4.3
π Bug fixes
- fix root key not displaying correctly
v0.4.2
π Bug fixes
- fix wrong input value for cc params
- add missing midi cc node symbol
v0.4.1
π Bug fixes
- fix grid erased on node removal
v0.4.0
β¨ Features
- add MIDI CCs support (#3) π Available through node parameter pages (key
upanddownwhen you edit a node,shift+left/rightto select to message type - disabled, cc, after touch, pitch bend, program change -shift+up/downto select the cc number for the cc message type,ctrl+up/downto edit the value,ctrl+left/rightto randomize the value). - add MIDI configuration page (key
f2) that allows to enable/disable clock and transport message sends. These configuration are specific for each grid. The MIDI device selection has been moved there as well.
v0.3.3
π Bug fixes
- fix key param value update not working when a scale other than chromatic is set
- allow lowercases notes on key param value update