paper-with-me

홈 › Papers

Composer's Assistant 2: Interactive Multi-Track MIDI Infilling with Fine-Grained User Control

2024-07-19 · Martin E. Malandro

We introduce Composer's Assistant 2, a system for interactive human-computer composition in the REAPER digital audio workstation. Our work upgrades the Composer's Assistant system (which performs multi-track infilling of symbolic music at the track-measure level) with a wide range of new controls to give users fine-grained control over the system's outputs. Controls introduced in this work include two types of rhythmic conditioning controls, horizontal and vertical note onset density controls, several types of pitch controls, and a rhythmic interest control. We train a T5-like transformer model to implement these controls and to serve as the backbone of our system. With these controls, we achieve a dramatic improvement in objective metrics over the original system. We also study how well our model understands the meaning of our controls, and we conduct a listening study that does not find a significant difference between real music and music composed in a co-creative fashion with our system. We release our complete system, consisting of source code, pretrained models, and REAPER scripts.

📄 PDF Abstract BibTeX arXiv:2407.14700

Code (1)

m-malandro/composers-assistant-reaper 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Composer's Assistant: An Interactive Transformer for Multi-Track MIDI Infilling

2023-01-29 · Martin E. Malandro

We introduce Composer's Assistant, a system for interactive human-computer composition in the REAPER digital audio workstation. We consider the task of multi-track MIDI infilling when arbitrary track-measures have been d…

Large-Scale MIDI-based Composer Classification

2020-10-28 · Qiuqiang Kong, Keunwoo Choi, Yuxuan Wang

Music classification is a task to classify a music piece into labels such as genres or composers. We propose large-scale MIDI based composer classification systems using GiantMIDI-Piano, a transcription-based dataset. We…

ClassificationGeneral ClassificationMusic Classification

GiantMIDI-Piano: A large-scale MIDI dataset for classical piano music

2020-10-11 · Qiuqiang Kong, Bochen Li, Jitong Chen, Yuxuan Wang

Symbolic music datasets are important for music information retrieval and musical analysis. However, there is a lack of large-scale symbolic datasets for classical piano music. In this article, we create a GiantMIDI-Pian…

Information RetrievalMusic Information RetrievalRetrieval

Decomposer: Learning to Decompile Symbolic Music to Programs

2026-07-02 · Yewon Kim, Apurva Gandhi, David Chung, Graham Neubig 외 arxiv

Musical performance involves executing a set of high-level musical instructions, yet recovering those instructions from the performance is a challenging inverse problem. We present Decomposer, a post-training framework f…

Reinforcement Learning

BERT-like Pre-training for Symbolic Piano Music Classification Tasks

2021-07-12 · Yi-Hui Chou, I-Chun Chen, Chin-Jui Chang, Joann Ching 외

This article presents a benchmark study of symbolic piano music classification using the masked language modelling approach of the Bidirectional Encoder Representations from Transformers (BERT). Specifically, we consider…

ClassificationEmotion ClassificationLanguage ModellingMelody Extraction+1