lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to send raw MIDI?


From: Johannes Waldmann
Subject: how to send raw MIDI?
Date: Mon, 4 Apr 2016 17:38:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi.

Is there a way to send raw MIDI messages
(that is, sequences of bytes) from a description
inside a lilypond text? (possibly embedded LISP)

my application: to an external synthesizer device
that accepts a lot of control messages.

Base case: I want to send "program changes" where the argument
is an actual number, and not a general MIDI instrument name.
Then, there are a lot more messages like
(hex) [ B<chan> , 4A , <val> ] for "filter cutoff"

yes I understand it's probably not the right thing to do
(e.g., how should these messages appear in the printed score?)
but I think it'd be convenient.

Thanks - J.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]