Releases: emprcl/signls
Releases · emprcl/signls
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
up
anddown
when you edit a node,shift
+left
/right
to enable the parameter,ctrl
+up
/down
to edit the value,ctrl
+left
/right
to 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
up
anddown
when you edit a node,shift
+left
/right
to select to message type - disabled, cc, after touch, pitch bend, program change -shift
+up
/down
to select the cc number for the cc message type,ctrl
+up
/down
to edit the value,ctrl
+left
/right
to 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