kyma•tweaky . How . Send_a_MidiProgramChange

Question (or Task)

How do I send a MIDI program change from within Kyma to an external device?

-- MarkPhillips - 16 Oct 2009

Solution(s)

By using the MIDIOutputEventInBytes, you can send arbitrary MIDI messages to the MIDI output. Here is a Sound that should do the trick. It sends two bytes with the channel number as part of the first byte and the program number as the second byte (as per http://www.midi.org/techspecs/midimessages.php)

-- CarlaScaletti - 16 Oct 2009

I figured it might require using that prototype and typing in some binary MIDI code. When I get home and take a look at your sound, I may decide to create a dedicated prototype, since I may be needing to do this a lot.

-- MarkPhillips - 16 Oct 2009

WebForm
Question: How do I send a MIDI program change from within Kyma to an external device?
Keywords: MIDI Program Change

----- Revision r1.3 - 16 Oct 2009 - 16:09 GMT - MarkPhillips
Copyright © 1999-2014 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding kyma•tweaky? Send feedback.