bitfieldaudio / OTTO

Sampler, Sequencer, Multi-engine synth and effects - in a box! [WIP]
https://bitfieldaudio.com
Other
2.63k stars 144 forks source link

Feature/arp port #142

Closed jmidt closed 4 years ago

jmidt commented 4 years ago

Arp is ported. Still a few wonky thing with downup-modes and +1 octavemodes together, but most things work as they should.

Clock should be fixed such that the first buffer after starting the clock contains any note (quarter, eighth, etc. ) Right now it skips a beat at the start.

The master engine has also been ported, giving us volume control.

topisani commented 4 years ago

TODO: Cache the note_arrays generated in playmode

topisani commented 4 years ago

Ready for merge, @jmidt opinion?

jmidt commented 4 years ago

Code looks good, but we are lacking some things, perhaps:

topisani commented 4 years ago

Sure, I'm up for all of those

jmidt commented 4 years ago

I can do it and merge afterwards

jmidt commented 4 years ago

I have added the last features. When Travis is done, I will merge.