Quantity of Encoder, Buttons, Knobs

2.22K viewsGeneral
0

Is it only possibel to have a quantity of 256 encoder?
I can assign 4096 encoders on my controller and her is a limitation of 256.
I wanted to assign all parameters of the stock instruments and the most effects to my controller Its a Faderfox EC 4 but when I reched the encoder 256 I could not add a encoder nuber higher than 256.

greez

admin Changed status to publish
Attached Files:
0

Easiest Way to do this is with a free online json editor, such as: https://jsoneditoronline.org/

Here’s the process (See the image below also)

  1.  export the controller template from CSS
  2. open the above json editor tool in your browser. In the left panel, click the ‘folder icon’ and select ‘open from disk’. Then select the controller template. 
  3. click the ‘copy’ button in between the 2 panels
  4. In the right column you will now have a nicely formatted ‘tree’ of all the controls in your template. find the ones you want to edit, change the following fields to what you need: name, MIDI_type, MIDI_channel, MIDI_value, name
  5. In the right column, click the first arrow (which says ‘array’ next to it) each item displayed is an individual control in your template. 
  6. For each new encoder you want to add, duplicate an existing encoder (search for ‘encoder’ to find one). 
  7. Its important to edit the new encoder’s ‘id – it should be 1 higher than the current highest ‘id’ in the template. 
  8. And also edit any other details for the encoder such as MIDI chanel, type, value etc
  9. Once you have finished editing, save it to disk and import it back into your controller template manager. 

Json Editor Online

admin Changed status to publish
Attached Files:
You are viewing 1 out of 8 answers, click here to view all answers.