denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] An example of an insert of MIDI note start


From: Richard Shann
Subject: [Denemo-devel] An example of an insert of MIDI note start
Date: Sat, 12 Sep 2009 22:10:57 +0100

Here is a little example of what the current git can do:


(define (MIDI-StartNoteOnChannel note channel)
  (d-DirectivePut-standalone-midibytes "MIDInote" (string-append
"0x9" (number->string channel)" " (number->string note) " %%%")))



(MIDI-StartNoteOnChannel 66 9)


This is starting note 66  on channel 9 with the prevailing volume.

Richard






reply via email to

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