|
1 | 1 | # Aciduino V2
|
2 | 2 |
|
3 |
| -Put your DIY super powers to the test building your own Roland's TB-303 and/or TB-808 step sequencer! An Arduino based clone project specially hacked with corrosive features to improve live performances! Save your money building this classic synthesizer clone faster than a blink of an eye. |
| 3 | +Put your DIY super powers to the test building your own Roland's TB-303 and/or TB-808 step sequencer! An Arduino based clone project specially hacked with corrosive features to improve live performances! Save your money building the classic and timeless TB-303 and TR-808 step sequencer clone faster than a blink of an eye. |
4 | 4 |
|
5 | 5 | This version is multi-arch that allows differents micro-controllers to be used on the build, rigth now supports Arduino Mega, any Teensy >= 3.2 and a experimental and ongoing support to ESP32.
|
6 | 6 |
|
7 |
| -Aciduino V2 is also the first official uModular app, wich makes use of uModular schematics and libraries [uCtrl](https://github.com/midilab/uCtrl) and [uClock](https://github.com/midilab/uClock). |
| 7 | +Aciduino V2 is also the first official uModular app, wich makes use of [uMODULAR](https://github.com/midilab/uMODULAR) schematics, [uCtrl](https://github.com/midilab/uCtrl) drivers/interface library and [uClock](https://github.com/midilab/uClock) BPM clock generator. |
8 | 8 |
|
9 | 9 | Since this version makes use of [uCtrl](https://github.com/midilab/uCtrl) and [uClock](https://github.com/midilab/uClock) libraries as submodule, so just remember to init submodules just after clone the repo.
|
10 | 10 |
|
@@ -64,23 +64,12 @@ The interface presents you simple schema to navigate and interact with you acidu
|
64 | 64 |
|
65 | 65 | **Shift + Nav UP/DOWN:** Change page
|
66 | 66 | **Shift + Nav LEFT/RIGHT:** Changes subpage
|
67 |
| -**Shift + Element button 1:** Tempo setup |
68 |
| -**Shift + Element button 2:** Play/Stop |
69 | 67 | **Shift + Generic button 1:** Previous track
|
70 | 68 | **Shift + Generic button 2:** Next track
|
71 | 69 |
|
72 | 70 | **Step Sequencer Pot, Shift + Pot**
|
73 |
| -303: Pot Changes notes, Shift + Pot Changes octave |
74 |
| -808: Pot Changes voice, Shift + Pot Changes voice config(midi cc or cv port) |
75 |
| - |
76 |
| -### Roadmap |
77 |
| - |
78 |
| -- midi in rec input |
79 |
| -- pattern grid for live page |
80 |
| -- 808 fill groups 1-4 |
81 |
| -- save to epprom or sdcard |
82 |
| -- copy/paste |
83 |
| -- getbyvalue pot on midi controller |
| 71 | +303: [Pot] Changes notes [Shift + Pot] Changes octave |
| 72 | +808: [Pot] Changes voice [Shift + Pot] Changes voice config(midi cc or cv port) |
84 | 73 |
|
85 | 74 | # uMODULAR uOne
|
86 | 75 |
|
|
0 commit comments