Page 1 of 1

Convert midi program change into CC?

Posted: Sat Jul 05, 2014 9:00 am
by filter_7
Is there a similar device?

There are a lot of midi foot controller on the market, but most of all send only program change, not mappable CCs for Ableton.
I would like to map a little midi pedalboard to record clips and loops with my guitar.

Do you have any information about how to realize it (or where to download it if already exists)?

Re: Convert midi program change into CC?

Posted: Wed Jul 09, 2014 11:14 am
by Jdudeo
this should be very doable, what exactly do you want to do and how does your pedalboard behave?

Re: Convert midi program change into CC?

Posted: Wed Jul 09, 2014 2:19 pm
by filter_7
In practice the pedalboard sends program changes, the type of message to select a midi program from 1 to 128.

I would like to convert them to CC 'regular' notes, in order to have a 'stomp piano keyboard' and to map its buttons to a different clip or to Live Looper's device.

Re: Convert midi program change into CC?

Posted: Wed Jul 09, 2014 2:45 pm
by Jdudeo
ok you can do it but since you're converting the program change messages to CCs within M4L inside of Ableton you won't be able to map them in the traditional way using Live's midi mapping window. You'll have to map them manually with M4L. Do you have any experience patching in M4L?

Re: Convert midi program change into CC?

Posted: Thu Jul 10, 2014 3:18 am
by bennniii
very quick and dirty, but it should get you started.

1) chose pgmch number
2) map pgmch number to a parameter
3) if pgmch is received, assigned parameter is set full (127) and all others are turned of (0)

https://dl.dropboxusercontent.com/u/2098441/PGMCH.amxd

Re: Convert midi program change into CC?

Posted: Thu Jul 10, 2014 12:49 pm
by filter_7
@Jdudeo: I got zero knowledge of M4L...

@bennniii: cool idea! your device works but...
at the moment the map button can't map clip slots or Live's Looper (I tried with Looper but someting went wrong).

Re: Convert midi program change into CC?

Posted: Thu Jul 10, 2014 1:01 pm
by bennniii
hello filter,

as i said, it's only a rough starting point. unfortunately i'm pretty short on time, currently :/
either you find your way into m4l a little (which is pretty much fun, believe me) or you'll have to wait a little.

my beginners-suggestion: check maxforlive.com for any device that allows you to map clips (/ slots)
and copy this portion of code into mine / yours.

Re: Convert midi program change into CC?

Posted: Thu Jul 10, 2014 1:21 pm
by filter_7
hi bennniii, thanks for your help, i'll try to implement it.
it's not urgent by now.

Re: Convert midi program change into CC?

Posted: Thu Jul 10, 2014 5:05 pm
by clydesdale
Here is a generic mappable PC device. The downside is that it won't record automation like a CC.

viewtopic.php?f=3&t=202803