Skip to content

Commit 0ad8b04

Browse files
authored
Update README.md
1 parent 96c0aba commit 0ad8b04

File tree

1 file changed

+30
-36
lines changed

1 file changed

+30
-36
lines changed

README.md

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,56 @@
11
# Aciduino
22

3-
Cheap, DIY Roland TB303/TR808 Step Sequencer clone aimed for live interaction. Your acid lines on arduino platform.
3+
The DIY Arduino-based Roland TB303 and TR808 Step Sequencer clone and MIDI Controller. Designed using readily available, inexpensive parts. It can be easily assembled on a protoboard or [ordered as PCB](https://pushermanproductions.com/product/midilab-aciduino-303-style-midi-sequencer-pcb-only/).
44

5-
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.
6-
7-
You can do it in 1 or 2 hour on your protoboard or [order a v1 PCB](https://pushermanproductions.com/product/midilab-aciduino-303-style-midi-sequencer-pcb-only/).
5+
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/pattern/mute grid system.
86

97
Find out more about at [official home page](https://midilab.co/aciduino/)
108

11-
## Aciduino V1
12-
13-
TB-303 only sequencer.
14-
15-
![Image of aciduino-v1 on pcb](https://raw.githubusercontent.com/midilab/aciduino/master/v1/hardware/ijnekenamay-PCB/mk2_image5.JPG)
16-
17-
![Image of aciduino on protoboard](https://raw.githubusercontent.com/midilab/aciduino/master/v1/hardware/acid_step_sequencer-protoboard-v002.png)
9+
## [Aciduino V1](https://github.com/midilab/aciduino/tree/master/v1/)
10+
2 Tracks TB303 sequencer and MIDI Controller.
1811

19-
[Click here for more info](https://github.com/midilab/aciduino/tree/master/v1/)
12+
V1 on PCB
13+
[![](https://midilab.co/data/uploads/2022/05/aciduino_mk2-1024x632.jpg)](https://midilab.co/data/uploads/2022/05/aciduino_mk2.jpg)
2014

21-
## Aciduino V2
15+
V1 on Protoboard
16+
[![](https://midilab.co/data/uploads/2023/03/aciduinov1-1024x576.jpg)](https://midilab.co/data/uploads/2023/03/aciduinov1.jpg)
2217

23-
TB-303 and TR-808 sequencer with Oled. The modular design allows you to extend it with more knobs or buttons/leds on another protoboard.
18+
## [Aciduino V2](https://github.com/midilab/aciduino/tree/master/v2/)
19+
Up to 16 Tracks TB303/TR808 sequencer with step, pattern and mute automation grid system, MIDI Controller, OLED display and extensible modular design to plug more potentiometers, buttons, MIDI or CV/Gate interfaces.
2420

25-
![Image of aciduino on protoboard](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/aciduino_v2_teensy_bb.jpg)
21+
V2 on Protoboard
22+
[![](https://midilab.co/data/uploads/2023/01/aciduino_v2_teensy_bb-1024x696.jpg)](https://midilab.co/data/uploads/2023/01/aciduino_v2_teensy_bb-scaled.jpg)
2623

27-
![Image of aciduino on protoboard](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/aciduino_lite_v2-teensy.png)
24+
V2 on PCB(prototype)
25+
[![](https://midilab.co/data/uploads/2023/03/uone_umodular-scaled.jpg)](https://midilab.co/data/uploads/2023/03/uone_umodular-scaled.jpg)
2826

29-
![Image of aciduino on protoboard](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/aciduino_v2-avr_mega_bb.png)
27+
Features
28+
========
3029

31-
Aciduino v2 brings new acid elements such as 808 step sequencer and a generative engine based on euclidian algorithm for great acid drums ideas.
30+
### 303/808 Step Sequencer clone
3231

33-
A oled screen to get access to all parameters that matters in realtime, a easy to edit grid system for 808 and 303.
32+
Programming bass and drum steps using same analogy of original machines • Save your pattern work on microcontroller EPPROM memory for later live gigs • Use step length and shift to make some unusual sequences • Automation grid system for step edit, pattern navigation and mute tracks • Realtime and Step record modes for MIDI keyboard input(v2 only)
3433

35-
![Image of aciduino on protoboard](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/aciduino-v2-808-grid.jpg)
34+
### Professional grade Clock
3635

37-
[Click here for more info](https://github.com/midilab/aciduino/tree/master/v2/)
36+
Tight and solid clock system using hardware timers to achieve realtime professional grade tick system • Send or receive clock to keep all your external equipment synced
3837

39-
# Features
38+
### Generative Engine
4039

41-
## TB-303 and TR-808 Step Sequencer clone
42-
Programming using the same analogy and features of originals.
40+
Generate new and fresh acid music patterns by pressing a single button and twist some parameters • Harmonizer to force musical harmonic modes for bass lines • Euclidian generator for drum parts
4341

44-
## Grid pattern system
45-
Grid pattern system with mixing patterns support and mute automation (only available on v2)
42+
### Midi Controller
4643

47-
## Generative Engine
48-
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.
44+
Controls up to 16 parameters per track of your external synthesizers(bass/drums) • Midi learn(v2 only) • 16 potentiometers modular support to extend aciduino as midi controller(v2 only)
4945

50-
## Midi Controller
51-
Controls your acid machines midi parameters per track.
46+
### Pattern memory
5247

53-
## Midi Clock
54-
Tight and solid MIDI clock to drive your gears clock needs or receive midi sync signal.
48+
Store your patterns conveniently on the microcontroller's EEPROM, allowing you to access them effortlessly during live performances.
5549

56-
# uMODULAR uOne and Aciduino V2
50+
# Easy and fast Assembly
5751

58-
One of the uMODULAR projects to run your Aciduino V2, soon avaliable.
52+
1 or 2 hours assembly time on protoboard.
5953

60-
![Image of aciduino on uone front](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/uone_umodular.jpg)
54+
[V1 Assembly](https://github.com/midilab/aciduino/tree/master/v1)
6155

62-
![Image of aciduino on uone back](https://raw.githubusercontent.com/midilab/aciduino/master/v2/hardware/imgs/uone_back.jpeg)
56+
[V2 Assembly](https://github.com/midilab/aciduino/tree/master/v2#assembly)

0 commit comments

Comments
 (0)