External MIDI Control via XML

After a few performances live looping with Ableton and the GMS, I have found it cumbersome and frustrating to have to repeatedly swap between the two applications. To solve this, I have added he ability to control the GMS with an external MIDI device. I achieved this by creating an XML document with the parameters included as tags with a CC attribute to designate what control change value to use for each setting here’s a few lines out of the XML document.

<GMSMidiController>
    <MIDIControllerName>Korg MS2000</MIDIControllerName>
    <MidiChannel CC="31" type="knob" />
    <TopOctaveIncrement CC="82" type="button" />
    <BottomOctaveIncrement CC="78" type="button" />
    <Preset useProgramChange="true" />
    <ToggleFreeMode CC="77" type="button" />
    <StartStop CC="89" type="button" />
    <Sustain CC="64" invert="false" type="pedal" />
    <SetDuration CC="30" type="knob" />
    <ToggleDotted CC="92" type="button" />
    <SetScale CC="29" type="knob" />
    <ToggleMirroring CC="86" type="button" />
</GMSMidiController>

As you can see I’m using knobs to adjust some settings and buttons to adjust others. It’s really fun to turn a knob on my Korg MS2000 and see the sliders in my software start to move in response. Program change for presets and note on for transposition will work from any old controller, but the rest of the parameters need to be mapped to knobs, sliders or buttons. In total I have around thirty-six specific parameters that are now adjustable with a controller.

GMS Performance Excerpt #4

YAGMSMT

gmsdata1Translation: Yet Another GMS Micro Track. Many of these experiments are all starting to sound very similar. The reason why is that I’ve been doing all my testing with the same GMS preset file and the same set of virtual instruments in Ableton Live.

Soon, after I’ve slowed down on tailoring the code, I’ll start creating some new versions of things to see what sort of variety is possible. I also have plans for using these techniques in an ensemble.

GMS Microtrack 2

Tonight: MAW at the Mobile Music Symposium + GMS

innaTonight (Friday, May 22, 2009) MAW will be projecting at a party for the Mobile Music Symposium outside of the Nomad World Pub in Minneapolis from 9:00 PM to midnight. The artists include Jenny Schmid, Ali Momeni, David Steinman, Andrea Steudel, Rachel James, and Robin Schwartzman. I’ll be providing musical accompaniment using my gestural music sequencer, perhaps creating something similar to the following segment.

GMS Performance Excerpt #3

GMS Performance Excerpt #2

xmaslightsHere’s another unedited excerpt from a recent performance using the GMS. This example contains two live looped layers in a similar range at 124 bpm.

As shown in the photo, I was using a string of patio lights as one of my “light controllers” to create the sequences.

GMS Performance Excerpt #2