Skip to content

v0.5.25

Compare
Choose a tag to compare
@nnirror nnirror released this 13 Mar 13:38
· 275 commits to main since this release
  • The first argument to log() and pow() functions is now normalized between 0 and 1. Previously its number range was not normalized, which made it difficult to handle the range of values that is interesting, which was from 0 - 10000000000000000000000000000000000000.

  • Better UX for randsamp(): first try loading directory exactly as supplied, then if that fails, try appending './samples' to the supplied directory name

  • Fixes issue to allow semicolons in ad hoc js that can be supplied in the sometimes(), slices(), iter() functions.

  • Fixes a bug with the 100% cpu monitor/safeguard

  • Incldue the 'angle_phase_offset' param in the spiral() function's documentation

  • Fixes an issue where commands with errors in them would cascade and duplicate, first rerunning once, then twice, then four times etc.