did anyone get into the C4 with little to no midi experience? I have none, but would love to give this pedal a real shot
Yes. That would describe me... M'idiot...
Hopefully this sounds simple...
Midi is a communications mechanism.
Midi devices talk on channels within the mechanism. my C4 is on channel 1
Midi devices pay attention to Commend Control or CC (maybe Program Control or PC) messages on their channel, not other channels.
Midi devices (well the C4 and other Source Audio pedals) implement a 'Midi-Map'. The Midi Map basically maps a CC Message, to a Function on the pedal.
For the C4, the Functions I am using are
CC #102 - Bypass
CC #104 - Recall a Patch engaged.
There are two data segments in a CC message.
The first is the CC# of the function
The second, optional segment is what you want that function to do.
The bypass message is simply 102. The second segment is not necessary as Bypass is a binary thing. It's an on/off switch. There aren't degrees of bypass in other words.
The message to recall patch number 7, engaged is
104 7
In the Soleman Editor, you select a scene number, tell it to fire a macro. On the Right hand side, there is a place to create the macro. The macro consists of the message type CC, the Channel (1 for my C4 from above). The first Value (104 for recall engaged). The second value ( 6 for patch 7)...
Oops.. 6=7? Well if you start counting at 0, then 6 is the 7th patch...
That is pretty much it with the following disclaimer... I am going from memory. I have slept since I did this last night. I may have botched a detail in here somewhere. It should be pretty darned close...
The Soleman editor looks pretty intimidating. To accomplish what I wanted to, it just wasn't that hard...