Looper is working through MIDI, KPA Team made it available in 3.0.2 Public Beta:)(UPDATED 26.03.2015)

  • Hey,


    maby this isn´t new, but i did´n find this information like this:


    i think i got the looper now in whole function, exactly like the manual describes it like it handles with the original remote:
    I tested ALL functions, including The Advanced features (holding buttons) - everything works here..
    But as said somewhere above you need a controller, that sends different Messages when pressing and releasing.


    Otherwise you can get the looper to work with the messages described in the original post.


    So:
    You do NOT need to program a state-machine for the buttons only for the LEDs to make them show the state of the looper.


    In Decimal-values (sorry, its simpler for me than hex) you just have to send following NRPN commands:
    Important: On Press of the button, always send Value 1, on release of the button always send Value 0
    CC#=controllernummer, V=Value


    Button 1: Rec/Play/Overdub:
    CC#99 V125, CC#98 V88, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    Stop/Erase:
    CC#99 V125, CC#98 V89, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    Undo:
    CC#99 V125, CC#98 V93, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    Trigger
    CC#99 V125, CC#98 V90, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    Reverse
    CC#99 V125, CC#98 V91, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    1/2 Speed
    CC#99 V125, CC#98 V92, CC#06 V0, CC#38 V1 (on press), V0 (on release)


    Martin

  • hi,


    here is my ino-file ...
    but:
    1. i´m not a programmer, so i REALLY don´t know, if you even do programming that way, i did, or if there are WAY better ways :) - a friend of mine (programmer) just told me when reading my code: ".. hmmmmmm, so, if its working... "
    2. EVERYTHING is totally personalized for my needs ... but maby you can get some ideas out of it :-). Maby you don´t get any of my ideas, without me explaining it :)


    Its all in the ino file, no extra files except the included libraries..


    After all: Many of my comments are in german ... some in english..


    greetings
    Martin



  • Thank you. :thumbup:

  • No,
    you have to send nrpn-Commands (Messages)
    one nrpn-message is the Combination of 4 Controlchanges.
    for Example to set the looper to rec. You have to send
    CC#99, value 125
    cC#98, Value 88
    CC#6, value 0
    CC#38, value 1


    In that order, in one step. ... The Combination 125 and 88 is the nrpn-adress (looper Record) , the Combination 0 and 1 is the value.


    martin


  • How do i send nrpn-commands?


  • I take it fcb1010 with uno chip can't do that cause it can only do 2 CCs?

  • ok.
    Do you like Diy.?
    Buy Arduino 30$,
    5 switch and leds.
    You can send what you want.NRPN or Cc#,Sysex.
    I am now working on tempo quantization. I can select tempo:-D and kemper stop recording and play in tempo.
    Who can do it,too?


  • Do you know how to retrive tempo from KPA? ;D I can help:)