31 lines
829 B
Markdown
31 lines
829 B
Markdown
# Project eDrums
|
|
|
|
## Requirements
|
|
|
|
| **Pad** | **Zones Needed** |
|
|
|:------------:|:----------------:|
|
|
| Snare | 2 |
|
|
| Tom1 | 1 |
|
|
| Tom2 | 1 |
|
|
| Tom3 | 1 |
|
|
| Tom4 | 1 |
|
|
| Kick | 1 |
|
|
| Hi-Hat | 2 |
|
|
| Hi-Hat Pedal | 1 |
|
|
| Ride | 2 |
|
|
| Crash1 | 2 |
|
|
| Crash2 | 2 |
|
|
| Splash | 1 |
|
|
|
|
12 Pads and 17 total inputs.
|
|
|
|
## Other Stuff
|
|
|
|
Try out the Liquorix Kernel and see if latency is improved.
|
|
|
|
``` shell
|
|
sudo add-apt-repository ppa:damentz/liquorix && sudo apt-get update
|
|
sudo apt-get update
|
|
sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
|
|
```
|