Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
keyword none ("empty")
  • Loading branch information
Stefan Staub authored and Stefan Staub committed Sep 19, 2019
1 parent 9dd557a commit 613eff9
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 93 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@ You find further informations also in the ETC forum https://community.etcconnect
All projects uses an Arduino **Arduino UNO**, but also an **Arduino MEGA** gives you connection to your console. On nomad you can use other boards, but you have to figure out which works.

## box2A
Is a modifcation of the original box1 and uses the Next and Last buttons to step thru a parameter list.<br>
is a modifcation of the original box1 and uses the Next and Last buttons to step thru a parameter list.<br>
Because of the limited RAM of the Arduino UNO, the parameter list
is limited and depends on the size of the parameter names.<br>
On an Arduino UNO the is maximum of 16 parameter names.<br>
On an Arduino MEGA more than 16 parameters can be used, also
On an Arduino MEGA more than 14 parameters can be used, also
on other boards like Teensy 3.x or 4<br>
For Teensy you need to fake the PID/VID of the USB connection to
work with a console, have a look to the forum.
work with a console, have a look to the forum.<br>
Added a keyword „none“ for gaps in the parameter list, former titeled as „empty“.

## box2B
Extends the box2A with extra buttons for Parameter Next / Last<br>
extends the box2A with extra buttons for Parameter Next / Last<br>
It uses the buttons of the encoder for posting the Home position

## faderwing
Is a small faderwing with 6 faders and 12 buttons for Stop / Go
is a small faderwing with 6 faders and 12 buttons for Stop / Go

## macrobox
Is a box with 12 buttons to fire Macros, actual 101 thru 112 but this can easily changed.
is a box with 12 buttons to fire Macros, actual 101 thru 112 but this can easily changed.



Expand Down
Binary file added box2A/.DS_Store
Binary file not shown.
Loading

0 comments on commit 613eff9

Please sign in to comment.