Skip to content

0.10.4

Compare
Choose a tag to compare
@hlolli hlolli released this 11 May 11:58
· 154 commits to master since this release

ugens

  • index now available on :ir rate, but keeps defaulting to :kr.

scsynth

  • now compiled against supercollider 3.9.3
  • scsynth-extras includes new plugins that can to be spec'd in metadata/extras
  • jna paths are explicitly set for every os
  • 64-bit architecture support for windows machines
  • native resources will be copied from target to project's root-dir, if present in target and missing in root-dir.

Breaking Changes

  • 32-bit support for internal-synths on windows is discontinued (use 64-bits instead)
  • Linux: Jack client name now defaults to Overtone instead of SuperCollider #409
  • load-samples now accepts many directory and/or file paths, this breaks the functionality of the previous varag sequence.
  • freesound.org samples are now saved with filename and extension, preserving safe-filenames for tmp storage (this causes all freesound.org samples to be redownloaded if they are cached from older overtone version)

Improvements

  • add parameter added to var-saw
  • overtone.music.pitch/rand-chord now vararg with inversions parameter
  • sampled-flute and sampled-piano now load faster from cache
  • Java9 compatability

New Fns

  • overtone.sc.sample/load-samples-async works like load-samples a faster but unsafer alternative to load-samples