Borrar filtros
Borrar filtros

how to save a midi message?

8 visualizaciones (últimos 30 días)
mark palmer
mark palmer el 3 de Sept. de 2023
Respondida: Rik el 3 de Sept. de 2023
Is there a way to save midi messages created with midimsg into a midi file that can be played with a program that plays audio files?
I can send the TEST message to a midi device and hear the note, but I'd prefer to save and open in music software that reads midi files.
msgs = midimsg('Note',1,48,64,0.25); % TEST
midisend(device, msgs)

Respuestas (1)

Rik
Rik el 3 de Sept. de 2023

I haven't tested it myself, but this was on the first page of Google for me. It is bit old, but it might still work. And if not, you might be able to learn from the internals enough to make your own.

Categorías

Más información sobre Simulation, Tuning, and Visualization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by