Skip to content

Releases: northern-information/yggdrasil

v1.0.18

26 Jun 21:58
Compare
Choose a tag to compare
  • FIX Crow gates work again.

v1.0.17

25 Jan 12:58
Compare
Choose a tag to compare
  • FIX Update for norns 210114.
  • DEV Remove unneeded clock.cancel() calls in cleanup().

v1.0.16

17 Dec 13:31
Compare
Choose a tag to compare
  • FIX Copy and paste slots works again.
  • FIX Copy and paste tracks works again.
  • FIX Copy and paste samples works again.
  • FIX Lucky phenomenon are no longer unlucky.

v1.0.15

06 Dec 22:15
Compare
Choose a tag to compare
  • NEW Use the lacuna @ phenomenon to first disable the current track, then enable and queue any other track. The net effect is a clean handoff of one track to another. Lacunae honor ascending and descending tracks (it is smart enough to start at the top or bottom of a track) but lacunae do not effect solo and mute attributes. Thus, it is possible to queue and and play muted track. This is a feature, not a bug.
  • FIX Any command specifically targeting a slot deeper than the track will automatically fill the track to that depth.
  • FIX K3 assignment works again.
  • FIX Copy and paste tracks works again.
  • DEV Complete overhaul of the clock architecture to use 96 PPQN. clock commands remain the same.

v1.0.14

05 Dec 21:11
Compare
Choose a tag to compare
  • NEW Select samples in editor without typing them. (!)
  • NEW Edit macros in the editor.
  • NEW "Off" phenomenon to send MIDI off signals to all notes on the track.
  • NEW View macros with v;m1 and v;m2.
  • NEW Toggle synth encoder override while in Y Mode with p.
  • NEW Execute arbitrary routines with routine;anthropocene.txt.
  • CHANGE After committing values in the editor, the last selected field remains selected.
  • DEV Refactor commands to each use individual files.

v1.0.13

02 Dec 18:21
Compare
Choose a tag to compare
  • NEW Long messages scroll back and forth.
  • NEW Long text entries in the terminal and editor scroll.
  • NEW Jump to the beginning of the next (or end of previous) word with mod + left and right arrows.
  • CHANGE Press enter to dismiss the editor when there are no changes.

v1.0.12

29 Nov 15:42
Compare
Choose a tag to compare
  • NEW Define your own variables with $1 = anything.
  • NEW Chain commands together with &&.
  • NEW Automatically execute commands on startup with the routines/startup.txt file.

v1.0.11

22 Nov 22:04
Compare
Choose a tag to compare
  • NEW Cut, copy, and paste with mod + x, c, and v.
  • CHANGE ctrl, alt, opt, and cmd have identical behavior. Collectively these are now simply: mod (modify).
  • CHANGE Focus with mod + arrow keys. Use shift to move in increments of 10.
  • CHANGE Use shift to move in increments of 10 with Y Mode h, j, k, and l.
  • CHANGE Remove adaptive increment/decrement controls.
  • CHANGE Synth macros are invoked with m instead of c.
  • FIX Cursor appears in the editor field in Y Mode.

v1.0.10

20 Nov 09:52
Compare
Choose a tag to compare
  • NEW Editor.
  • FIX Prevent registering MIDI note before killing.
  • FIX Overhaul of shadow architecture.

v1.0.9

17 Nov 01:55
Compare
Choose a tag to compare
  • FIX Do crows eat bugs?