Download Latest Version v0.16.3331 source code.zip (805.1 kB)
Email in envelope

Get an email when there's a new version of Overtone

Home / v0.13.3177
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-01-05 1.3 kB
v0.13.3177 source code.tar.gz 2024-01-05 642.9 kB
v0.13.3177 source code.zip 2024-01-05 764.1 kB
Totals: 3 Items   1.4 MB 0

Added

  • New loop-buf UGen, for looping samples (part of sc3-plugins "extras")
  • Watch for MIDI device plug/unplug, so that adding a device doesn't require a restart. These will also emit events: :midi-device-connected / :midi-device-disconnected / :midi-receiver-connected / :midi-receiver-disconnected
  • Add buffer-alloc-read-channel, like buffer-alloc-read (instruct the SC server to load a sound file), but only reads a single channel. Corresponds with the /b_allocReadChannel OSC message.

Fixed

  • Make sure we print the correct version when booting
  • Fix the license information in pom.xml (MIT)
  • Handle a 401 response from Freesound by asking for a new token, instead of retrying
  • Allow writing buffers that are bigger than MAX-OSC-SAMPLES
  • Reuse param :value atoms when re-evaluating a defsynth/definst, so that your synth settings aren't lost after a change

Changed

  • Use JNA Jack (via casa.squid.jack) to connect SuperCollider's audio output, instead of relying on jack_lsp which may not be available, especially on PipeWire-based systems
  • Reduce HTTP retries when downloading samples from 100 to 20
  • print BufferInfo as a reader conditional + map, to make it clear it's a data object
Source: README.md, updated 2024-01-05