PKLR - PadKontrol -> MLR
Posted: Sat Nov 24, 2007 12:56 pm
Made a little max patch that makes MLR think my PadKontrol is a Monome.
http://www.youtube.com/watch?v=93Bi9Lt8Jlc
http://www.youtube.com/watch?v=93Bi9Lt8Jlc
Native Mode allows you to take control over every element of the Padkontrol. ie Pads, buttons, LED, Knobs, Rotary Encoder, & XY Pad. You also have access to all of the programming buttons, which in "regular" mode seem pretty useless. The User can also control how the lights behave as well. For the Most part, In Native Mode the PK just sends out SYSEX, so to get anything useful happening with Live or most other apps, there is a fair bit of programming involved. Basically, didn't think much of the padkontrol, then i started playing with Native mode and it transformed it into a completely different controller.nobbystylus wrote:I'm obviously missing out on something here chaps... anybody care to give a quick rundown on Native mode and all these very sexy things you padkontrol types are doing ?
doubt it.ive sent multiple emails to him and havent heard a thing.could be hush hush though.nobbystylus wrote:also.. any plans to distribute your patch?
good to knowadventurepants_ wrote:im assuming hes working on a commercial release as hes never responded to my questions on the native mode hack either!
looks like it might be good times ahead for the PK with the TKP, and some more native mode hacks appearing!
i think this is great of you mike.. and will hopefully enable others to play around with the monome style features of a hacked padkontrol, and get it working with other applications other than MLR also.. (live for example!)mike@TrackTeam Audio wrote:So It looks like i will have some time to set this up for peeps to download. Can't see charging for this with the Monome community as share-oriented as it is...just want to get the OK from the Monomes beforehand. Ill keep yas posted...
Peace-
Nothing need to be installed, except the stock driver from korg ( if your OS doesnt provide a driver for you. To tap into native mode you just have to send the right SYSEX strings to the PK, K49, or microKontrol . When In native mode, the PK is highly customizable. You just have to tell it what you want it to do using sysex.nobbystylus wrote: Is Native mode something you have to hack/install or is it built it ? I've spotted that people are selling applications to enable these features.
mike@TrackTeam Audio wrote:Nothing need to be installed, except the stock driver from korg ( if your OS doesnt provide a driver for you. To tap into native mode you just have to send the right SYSEX strings to the PK, K49, or microKontrol . When In native mode, the PK is highly customizable. You just have to tell it what you want it to do using sysex.nobbystylus wrote: Is Native mode something you have to hack/install or is it built it ? I've spotted that people are selling applications to enable these features.
Im using Max to control the PK in native mode, so, For instance, say i want to make a toggle on pad 1-
you hit pad 1, this will send a sysex string out of the pk to max. Once max receives this string i'll tell Max to do two things-
1. have it convert that string to a CC message with a value of 127 and send it to Live, Live then turns an effect on
2. send a sysex string to the PK telling it to light up pad 1
so now an effect in Live is on and Pad 1 on the Pk is lit up...
when i hit the pad 1 again, pad 1 again sends out the same sysex string. when max receives the string it:
1. converts that string to a CC message with a value of 0 and send it to Live, Live then turns that effect off
2. send a sysex string to the PK telling it to turn the light off of pad 1.
now the light on pad 1 is off.
theres a bit more programming involved, but thats the basic idea of the messages sent and received by the PK...
Its really not bad once you get the hang of it...