Setting up midi controller for looping function

  • I followed this post someone popped on the forum:


    "If you have a Midi Device, that allows you to send four CCs at once, it is very easy: Here are the commands:
    C#=Controller Number, V=Value
    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)
    TriggerCC#99 V125, CC#98 V90, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    ReverseCC#99 V125, CC#98 V91, CC#06 V0, CC#38 V1 (on press), V0 (on release)
    1/2 SpeedCC#99 V125, CC#98 V92, CC#06 V0, CC#38 V1 (on press), V0 (on release)"


    I'm using a Peak FCB4X controller. I set one button to Record sent 4 midi commands all on midi channel 1. Second button to Stop/erase and 3rd to Undo all on channel 1.


    I pressed record and it recorded! Then never stopped recording :( Kept on adding 60 second loops. I pressed pretty much everything and it refused to stop. Any ideas? I'm running beta 4.0.2 if that helps.


    Also how can I set the record to be "Post" amp so I can record with one tone and change profile say to a solo profile?

  • I know support told me that the midi implementation and values are changing for version 4. I don't believe they have formally documented the changes yet. I get the same action when using my version 3 programming for version 4. I'm waiting for the formal release and then will make adjustments as needed.