aciduino icon indicating copy to clipboard operation
aciduino copied to clipboard

303duino+aciduino = TD-303

Open Harvie opened this issue 4 years ago • 6 comments

Aciduno has 303 sequencer, 303duino has 303 synth. Why not combine these two to get full 303 experience?

https://github.com/midilab/aciduino https://github.com/treisti/303duino

Harvie avatar Jan 25 '21 02:01 Harvie

looks like a great idea.

303duino makes use of mozzi library for audio sound. i left uClock(the bpm generator of aciduino) a commented code to make use of other timers(since mozzi makes use of timer1, the same as uclock), but never test along with mozzi library, but thats on my todo list.

I was asking myself how it sounds like, mozzi is a really good library, but how 303ish it can be?

maybe if a get some time to test the 303duino i can integrate booth.

Did you test it? can you make a audio or video so i can check how it sounds?

midilab avatar Jan 26 '21 08:01 midilab

I have plans to test it, but i guess the sound mostly depends on output method you choose. Mozzi supports everything from pwm to external i2s dac.

Harvie avatar Jan 26 '21 09:01 Harvie

true, im working rigth now on aciduino v2, using teensy LC, that has a DAC builtin and mozzi support out-of-the-box. that can be a good choice for a cheap ARDUINO-303.

midilab avatar Jan 26 '21 09:01 midilab

I was thinking if it's possible to get MIDI clock input? That would make this even more useful to integrate with other gear in the studio.

LeandroBarros avatar Apr 02 '21 10:04 LeandroBarros

@LeandroBarros yes its possible, i didn't make aciduino v1 midi input ready to keep it low cost and simple to construct as possible(since midi input schematic involves a CI to be built).

You do have the option to buy a midi input board to use, i will need to code support for MIDI input clock to make it work.

But i totatly agree with you, MIDI input is a must have, thats why im working on aciduino V2 to overcome some of the limitations of V1, like MIDI input via USB for easy integration with computer setup like ableton live or whatever daw you're using and also keep it ready for a MIDI input board in case you want to use a native MIDI connection instead of MIDI/USB.

midilab avatar Apr 03 '21 10:04 midilab

Better to make a clone of DELAY LAMA style sounds and add a sequence randomization section similar to ABL 3.

Doing exact clones of analog on sound on an arduino doesn’t sound like a fun adventure. Easier to clone digital style

On Sat, Apr 3, 2021 at 5:06 AM midilab @.***> wrote:

@LeandroBarros https://github.com/LeandroBarros yes its possible, i didn't make aciduino v1 midi input ready to keep it low cost and simple to construct as possible(since midi input schematic involves a CI to be built).

You do have the option to buy a midi input board to use, i will need to code support for MIDI input clock to make it work.

But i totatly agree with you, MIDI input is a must have, thats why im working on aciduino V2 to overcome some of the limitations of V1, like MIDI input via USB for easy integration with computer setup like ableton live or whatever daw you're using and also keep it ready for a MIDI input board in case you want to use a native MIDI connection instead of MIDI/USB.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/midilab/aciduino/issues/3#issuecomment-812843926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJ7JDUSEFHGO4JRWDRPMDLTG3SCNANCNFSM4WRA6QEA .

01GOD avatar Apr 03 '21 16:04 01GOD

For now i will leave this request as a future possible implementation on the roadmap. thanks for the request, it always help the project to grow.

midilab avatar Oct 14 '22 07:10 midilab