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
.
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).
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
.
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.
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.
Session 1
, and click the Enabled checkbox.Session 1
, change “Who may connect to me” to Anyone
.Live Routings
section (lower right), select OSCulator Out
in the first drop down menu. This will send event coming from OSCulator Out
to all the participants in the network.Network Session 1
virtual MIDI interface, instead the previously configured OSCulator Out
.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.
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:
!Attack
)3)Kyma CC
are automatically setup when the OSC message name matches a known Hot Variable name, for example:/synth/attack
is automatically mapped to !Attack
, if it is defined in the global mapKyma 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.