Replies: 1 comment 4 replies
-
|
Actually not. There is no input FIFO. It is a sample-based algorithm. The FIFOs are only used for filters, etc. But each sample is used directly from the hardware without buffering. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so Ive started combing over the code to understand it and noticed that the processing function within edrumulus.c blocks. I just want clarification on the architecture of the code.
is it something along these lines:
read input sensors ---------> FIFO
Process(FIFO) ----------> MIDI format ----------> send over USB
I know this is oversimplified but I'm still just trying to get a general sense of how the code works.
Beta Was this translation helpful? Give feedback.
All reactions