eh2k / squares-and-circles

squares-and-circles is an alternate firmware for the Eurorack module O_C, targeting Teensy 4.
https://eh2k.github.io/□●/
167 stars 12 forks source link

Arpeggio or sequencer engine #91

Open themangoest opened 1 month ago

themangoest commented 1 month ago

Hello, Is it possible to have a sequencer and/or arpeggio engine for squares and circles?

eh2k commented 1 month ago

I have already experimented in this direction, but it is not yet in the firmware - see also https://github.com/eh2k/squares-and-circles/issues/72.

Arpeggio could also be implemented as a modulation. However, this would have to have a max of 3 parameters - concrete suggestions are welcome.

themangoest commented 1 month ago

Sure, if possible parameter for:

eh2k commented 1 month ago

by the way - there is an arpeggiator in the latest plates source code: https://github.com/eh2k/squares-and-circles/blob/main/lib/plaits/dsp/engine2/arpeggiator.h

themangoest commented 1 month ago

So we can use it via ? Or can this be implemented ?

eh2k commented 1 month ago

It is not yet implemented - but it is basically exactly the proposal

themangoest commented 1 month ago

Yes, I hope you can do it.

eh2k commented 1 month ago

I'm currently taking a summer break - otherwise this would be low-hanging fruit.

themangoest commented 1 month ago

Enjoy you summer break!

themangoest commented 1 week ago

Do you think it is possible to add the arpeggio as an app? Thank you