| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-07 | 1.9 kB | |
| v0.16.3331 source code.tar.gz | 2024-11-07 | 676.3 kB | |
| v0.16.3331 source code.zip | 2024-11-07 | 805.1 kB | |
| Totals: 3 Items | 1.5 MB | 1 | |
Added
- 567
- Add
overtone.sc.sclangnamespace to interact with thesclangcommands and to usesclanggenerated synthdefs- Even if the final user doesn't have
sclangavailable on their machine, as long as the resource was generated previously, it should work transparently
- Even if the final user doesn't have
- Add
:sclang-pathconfig to setsclangexecutable location - Add
at-offsetas an addition to theat-atbased scheduling API - Add support for URL and byte arrays in
synth-load
Fixed
- 567
-
resourcesdirectory is included in Overtone's jar and deps.edn path (addsovertone-logo.pngback to class path) - multichannel expanding logic for ugens now correctly handles keyword arguments
-
don't
flattensingle map arguments passed to ugens, useapply concatinstead -
#557: envelope description array generators have line numbers for jump-to-definition purposes
-
fix double-eval for
overtone.sc.server/at{-offset}macros - setup studio groups only after foundational groups
- ensure later events in dep-state* go after earlier events in
:history - Fix
defsynth-loadmacro, handle arguments that aren't a string literal overtone.music.pitch/scale: correctly handle scales that contain more than 8 notes- Support setting
:beator:start-timein note events
Changed
overtone.sc.ugen-collide/binary-div-opugen has been renamedovertone.sc.ugen-collide//- no change under
with-overloaded-ugens overtone.studio.auxis now namedaux-businstead, can't have files named "AUX" on windows- Pattern library: make the default behavior to wait for the next sync point (
:align :wait)