Skip to content

Commit 151a77f

Browse files
committed
release candidate updates
1 parent a99a38a commit 151a77f

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Aciduino
22

3-
Cheap, DIY Roland TB303/TR808 Step Sequencer clone aimed for live interaction. Your acid lines for a very low cost on arduino platform.
3+
Cheap, DIY Roland TB303/TR808 Step Sequencer clone aimed for live interaction. Your acid lines on arduino platform.
44

55
There are two flavors of aciduino, the [first version(v1)](https://github.com/midilab/aciduino/tree/master/v1/) is a TB303 sequencer only, the [second version(v2)](https://github.com/midilab/aciduino/tree/master/v2/) is a TB303 and TR808 sequencer with oled display and step grid system.
66

7-
You can do it in 1 hour on your protoboard or order a PCB.
7+
You can do it in 1 or 2 hour on your protoboard or order a PCB.
88

99
## Aciduino V1
1010

@@ -39,6 +39,9 @@ A oled screen to get access to all parameters that matters in realtime, a easy t
3939
## TB-303 and TR-808 Step Sequencer clone
4040
Programming using the same analogy and features of originals.
4141

42+
## Grid pattern system
43+
Grid pattern system with mixing patterns support and mute automation (only available on v2)
44+
4245
## Generative Engine
4346
Generate automatic harmonized acid lines for your 303 or acid rythms for your 808 clones by pressing a single button and twist some generative parameter knobs.
4447

v2/README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Aciduino V2
22

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.
44

55
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.
66

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.
88

99
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.
1010

@@ -64,23 +64,12 @@ The interface presents you simple schema to navigate and interact with you acidu
6464

6565
**Shift + Nav UP/DOWN:** Change page
6666
**Shift + Nav LEFT/RIGHT:** Changes subpage
67-
**Shift + Element button 1:** Tempo setup
68-
**Shift + Element button 2:** Play/Stop
6967
**Shift + Generic button 1:** Previous track
7068
**Shift + Generic button 2:** Next track
7169

7270
**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)
8473

8574
# uMODULAR uOne
8675

0 commit comments

Comments
 (0)