Reflector 能根据你的多轨编排实时检索和声匹配的样本,不用依赖固定参考,免费开源还能本地跑。
Reflector 是一个交互式音频工作站,利用固定音程类别的 oracle 权重表对音高类组合进行和声兼容性评分。基于合成音频训练的编码器将 oracle 近似到 128 维嵌入空间,通过点积实现交互速度的检索。系统通过 sweep-line 分析识别 multitrack 时间线上的共响区域,计算 oracle 加权质心,并根据会话演化中的复合和声身份进行检索。会话质心投影到可导航的 3 维空间,揭示作曲家作品间的结构性和声关系。Reflector 完全本地运行,无需版权训练数据,免费且训练管道开源。
Reflector: Arrangement-Aware Harmonic Retrieval for Sample-Based Composition
Sample retrieval tools can help composers find harmonically compatible material, but querying from a fixed reference sample becomes less informative as arrangements evolve and the harmonic context shifts with each musical decision. We present Reflector, an interactive audio workstation that tracks harmonic combinations as they accumulate on the composer's timeline and adapts retrieval as the arrangement develops. The system is organized around a fixed interval-class oracle: a hand-designed table of weights that scores how pitch-class content combines between sources. An encoder trained entirely on synthetic audio learns to approximate the oracle in a 128-dimensional embedding space, where dot products stand in for compatibility scores at interactive speed. As the composer arranges material on a multi-track timeline, a sweep-line analysis discovers co-sounding regions, computes oracle-weighted centroids, and retrieves against the composite harmonic identity of the session as it evolves. Session centroids projected into a navigable 3-D space reveal structural harmonic relations across the composer's body of work. This paper is a systems account: we give the design rationale for each architectural decision, characterize Reflector's behavior through intrinsic measurements on a working sample library, and describe the implementation. The characterization yields a central finding: the learned embedding preserves the kernel's pairwise judgments while covering the whole library, something the kernel cannot do when used directly as a retrieval rule, because the embedding's normalized geometry cannot express the degenerate solutions that direct scoring favors. The entire pipeline runs locally with no copyrighted training data. Reflector is free, and the training pipeline is open source.