dbagchee/helix-preset-viewer

Map Controllers / Expression Pedals to Blocks

Opened this issue · 0 comments

We all love expression pedals, would be awesome to show assignment!

I believe the following is an example of Expression/Footswitch pedals being assigned. HX Effects also can do amp switching on the Expression 1/2 outs so I'll need to pull out that data to review to see if it changes the data.

  "tone" : {
   "controller" : {
    "dsp0" : {
     "block1" : {
      "Pedal" : {
       "@controller" : 2,
       "@max" : 1.0,
       "@min" : 0.0
      }
     },
     "block3" : {
      "Pedal" : {
       "@controller" : 2,
       "@max" : 1.0,
       "@min" : 0.0
      }
     }
    }
   },