Releases: andr-ew/ndls
v0.4.0
changelog
- NEW: smoothly variable filter response (lp <-> bp <-> hp)
- NEW: modulation system, metaparams accept input from crow & 2 internal lfos
- NEW: length can be edited on a blank track (delay mode shortcut)
- CHANGED: revised arc layout - rings 3-4 edit the values on the current page
- CHANGED: rate metaparam is now linear
- CHANGED: tweaked start & length sensitivity
- FIX: clicks when switching presets rapidly
documentation
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.4.0/complete-source-code.zip
to install this specific version
v0.3.0
changelog
- CHANGED: all track params / metaparams use voltage units (BREAKING)
- CHANGED: now using semantic versioning the right way now I think ok
- NEW: minimum buffer size (default 5s)
- NEW: maximum buffer size increased from 1m 27s to 5m 50s (128 grid only, shared between first & second pairs of buffers)
- NEW: subtly better time display for long samples
- NEW: sample export
- FIX: improve loop timing
- FIX: allow send & return cross-feedback
- NEW: input routing now per-voice
documentation
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.3.0/complete-source-code.zip
to install this specific version
v0.2.0-beta
yeehaw
too many changes for a changelog
documentation
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.2.0-beta/complete-source-code.zip
to install this specific version
latest
v0.2.0-beta-summed-metaparams
documentation
in this version, there are three values for every metaparam (preset, base, and midi), which are summed together to form the final value. also includes alt UI following from v0.1.1-beta-alt-pagination.1.
this is currently considered a dead-end alternate fork from the forthcoming 0.2-beta. not actually sending this one out to any beta testers (it's probably confusing) – just keeping it around for posterity. we shall see which aspects of this version are kept or removed in the next version ~~~~
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.2.0-beta-summed-metaparams/complete-source-code.zip
to install this specific version
v0.1.1-beta-alt-pagination.1
documentation
same functionality as v0.1.0-beta, but with a unified, grid-based pagination scheme for norns & arc UI, using a 4x4 grid of keys. additionally, send & return were moved to the top half of the grid to increase the slice count from 7 to 9 slices per-buffer.
this version has been updated for compatability with alternate grid sizes (64 & 256). notably, the 64 grid (+ arc2) layout now has all the same options as the 128 layout, with a pagination scheme that divides up certain UI components between pages. the chaotic images below attempt to document the new layout:
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.1.1-beta-alt-pagination.1/complete-source-code.zip
to install this specific version
v0.1.2-beta-persistence
documentation
persistence test - all data (buffer audio, param values, patterns) is saved & recalled between sessions. for now there is only one save slot tied to the default PSET, but in the future data can be manually saved alongside any PSET.
same functionality as v0.1.0-beta, also includes UI changes from v0.1.1-beta-alt-pagination
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.1.2-beta-persistence/complete-source-code.zip
to install this specific version
v0.1.1-beta-alt-pagination
documentation
same functionality as v0.1.0-beta, but with a unified, grid-based pagination scheme for norns & arc UI, using a 4x4 grid of keys. additionally, send & return were moved to the top half of the grid to increase the slice count from 7 to 9 slices per-buffer. have not tested non-128 grid layouts.
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.1.1-beta-alt-pagination/complete-source-code.zip
to install this specific version
v0.1.0-beta
documentation
install
in the maiden REPL, type:
;install https://github.com/andr-ew/ndls/releases/download/v0.1.0-beta/complete-source-code.zip
to install this specific version