Table of Contents

MIDI and Kyma Control Changes

The virtual MIDI Output

All MIDI events are sent to a Virtual MIDI Output. This can be seen just as a real MIDI port but software only. A MIDI compliant application (like Logic Pro or Live) can receive the events from the virtual port named OSCulator Out.

MIDI CC

This event converts an OSC message in the range of 0.0 to 1.0 to a MIDI Control Change in the range of 0 to 127. It will be sent on the specified MIDI Channel1).

MIDI CC Toggle

This event converts an OSC message in the range of 0.0 to 1.0 to a MIDI Control Change that only has the values 0 and 127.

In practice, this very useful event can be used for example to toggle an effect in a sequencer from a sudden acceleration of the Wiimote2). In can also be used to convert a OSC fader control to a MIDI toggle.

Like any event that is triggered, the threshold is set at 0.5, meaning that the toggle switches its position when the input value crosses 0.5.

Controlling the routing of MIDI messages

If you want to route those messages to a “real” MIDI device, like a synthesizer, you will have to use a “patchbay” application which will take the events from OSCulator Out and send them to a MIDI port available on your MIDI interface.

There are several free programs that can do that for you:

Note to long time MIDI users: the the IAC driver is no longer the preferred way to send MIDI messages across applications. Virtual MIDI Ports, like the one OSCulator uses, are made for that and are much more efficient. If however, your target application needs a IAC based port, you can use the previously mentioned softwares to do the proper routing.

Sending MIDI over the Network

There is a very underestimated feature of Mac OS X which is the Networked MIDI driver. You can control it in the Audio MIDI Setup application.

Here is an example on how to configure the MIDI Network Driver in order to control many computers running Mac OS X and the Resolume Avenue VJ software.

Using a wireless WiFI network, the latency is about 3 ms, which is ten times less than a frame duration at 30fps, which makes is usable for live VJ performance.

Kyma

Control Changes (Kyma CC)

By sending Kyma CC events, you can control the Hot Variables specified in your sounds. Kyma Control Changes are like MIDI Control Changes at the difference they are directly sent over FireWire to the connected Parana or Capybara sound workstation.

A few more differences can be noted:

Extended Control Changes (Kyma Ext)

Kyma actually defines control changes whose number is higher than 127. They are called Extended Control Changes and are reserved for external devices like the Wacom Tablet, the Wiimote or the Nunchuk.

They work exactly as the Kyma CC, but are just grouped in another category: Thus, if you have sounds that use Hot Variables referring to those devices, you can directly change their value by using these extended control changes.

1)
third column in the main window
2)
See example “Midi Note” in the Wiimote/Ableton Live folder of the Sample Patches
3)
you can define the global map in the Preferences window
4)
it doesn't care if slashes '/' or dots '.' are used as a separator, though the usual convention is to use slashes.