| Name | Modified | Size | Downloads / 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-bufUGen, 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, likebuffer-alloc-read(instruct the SC server to load a sound file), but only reads a single channel. Corresponds with the/b_allocReadChannelOSC 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
:valueatoms when re-evaluating adefsynth/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_lspwhich may not be available, especially on PipeWire-based systems - Reduce HTTP retries when downloading samples from 100 to 20
- print
BufferInfoas a reader conditional + map, to make it clear it's a data object