release: cut v0.31.0 — DAW audio-I/O + live-synthesis - #613
Merged
Conversation
Version bump + CHANGELOG [Unreleased]->[0.31.0] + CLAUDE.md latest-release line. Batch: bulk audio-I/O kernels (#602/#603), live audio-streaming primitive (#612, the sustain path behind DeslanStudio musical typing), waveform_view selection edge markers (#610/#611). NOTE: doc-drift rule 2 (Latest-release line vs latest tag) only passes once the release workflow creates the v0.31.0 tag — dispatch after merge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version-bump cut for v0.31.0. The feature PRs already merged to main; this bumps VERSION, moves CHANGELOG
[Unreleased]→[0.31.0], and updates the CLAUDE.md "Latest release" line +docs/llms.txtstamp.Batch
audio_stream_open/push/queued/clear/close, feat(audio): live push/queue playback stream for on-the-fly synthesis #612) — queue-mode playback fed block-by-block; the sustain path behind DeslanStudio musical typing.pushis a pure sink;queuedis tape-recorded for deterministic replay.buf_from_pcm16le/buf_to_pcm16le/buf_deinterleave(Bulk PCM16LE codec builtins: buf_from_pcm16le / buf_to_pcm16le / buf_deinterleave (DAW WAV import is per-sample interpreted) #602),buf_resample_linear(buf_resample_linear: C kernel for DeslanStudio's endpoint-inclusive linear resample (3.9s interpreted per import) #603), each bit-identical to the interpreted loop it replaces.waveform_viewselection edge markers (ui: waveform_view selection edge markers + fill clamp #610/ui: waveform_view selection markers clamp to the widget edge #611).Release step
doc-drift rule 2 (Latest-release line vs latest tag) skips in CI (checkout fetches no tags) and passes once the Release workflow creates the
v0.31.0tag — dispatch after merge.🤖 Generated with Claude Code