Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4453c71
added 606/808ish bd, snare, hats - bd needs work, snare good, hats ar…
areichow Jan 7, 2026
d853558
made bd a bit more like the 808; hats a little different, pretty decent
areichow Jan 7, 2026
c1f0a49
improved drum sounds - clap broken
areichow Jan 7, 2026
e60791a
808.3 - another round. clap is real bad.
areichow Jan 7, 2026
bf85dde
brought back earlier version of AJR snare
areichow Jan 7, 2026
20b9067
change bottom end of resonance from 0.05 to 0.01 to get less resonance!
areichow Jan 8, 2026
ec96e1c
everything decent but the dang clap!
areichow Jan 8, 2026
2d290ee
0.00 floor for resonance
areichow Jan 8, 2026
50f706a
changed banner to ajrAcid in blue so I can tell which one I'm running
areichow Jan 8, 2026
66dfea8
Update README.md
areichow Jan 8, 2026
8c1b224
implemented bus compressor, improved clap
areichow Jan 8, 2026
856103e
bus comp minor edits - remove unused method
areichow Jan 8, 2026
a2730a1
bus comp fixes - implemented decimated updates to reduce cpu use - wa…
areichow Jan 8, 2026
6b33624
bus comp ONLY on the drums - I think I prefer this
areichow Jan 9, 2026
c9ecbd0
first round of pattern updates - don't forget to add to help!
areichow Jan 9, 2026
1bce451
changed cut, copy, paste keys; added D for duplicate top row to botto…
areichow Jan 9, 2026
02613a2
d - transpose up half-step; c - transpose down half-step; f - rotate …
areichow Jan 9, 2026
e4ced90
d - transpose up half-step; c - transpose down half-step; f - rotate …
areichow Jan 9, 2026
33ed6f1
drum seq features - fixed ' key for coping steps 0-7 to 8-16
areichow Jan 10, 2026
a6c1b84
Update README.md
areichow Jan 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# DEPRECATED - please see [ajrAcid](https://github.com/areichow/ajrAcid/) for further developments!

I'm archiving this for project for now - pleaes see ajrAcid for my current work. I'm new to using git and made a lot of n00b mistakes when putting making my changes. I've created a new project on github - ajrAcid - that is better set up for submitting patches to the [original project](https://github.com/urtubia/miniacid). My changes are now derived from miniacid 0.0.7-dev. urtubia has a lot of cool changes in the works, and many of my changes became moot.

[ajrAcid](https://github.com/areichow/ajrAcid/) is incorporating many of my previous changes, and some new ones as well. I'll be uploading .bin files that are ready to be used on the CardPuter ADV as well!

---

DONE:
- Simple bus compressor for the drums to increase punch
- Updated all drum voices - BD, SN, CH, OH, RS, and CP all have been changed. Current clap is a burst of static, but I'm working on that.
- Changed banner to "ajrAcid" in blue so I can tell whether I'm running my fork or the original
- Lowered the resonance floor - there was always some squelch with MiniAcid 0.0.5. Especially with two voices, it's important to me to have a squelchless 303.

TODO - Short Term:
- Better clap - currently it's a burst of noise, working on that. Aiming for something like the 808 clap.
- Improving the hi-hats - I wanted a crispier and more metalic hi-hats, 606/808ish

TODO - Medium term:
- Drum parameter screen: Modify drum BusCompAmount, drum voice decay time(s)
- Mixer screen: to change levels of each synth and drum voice

# MiniAcid

MiniAcid is a tiny acid groovebox for the M5Stack Cardputer. It runs two squelchy TB-303 style voices plus a punchy TR-808 inspired drum section on the Cardputer's built-in keyboard and screen, so you can noodle basslines and beats anywhere.
Expand Down
Loading