Victor Butkov
Victor Butkov
Do we currently have a standard way to view the midi output? Also, How would that get rid of the need for octave? wouldn't we need to see the processed...
Ok, would it make it easier because we would be able to see the live output similar to Arduinos Serial out?
If you were planning on testing that way then we need to refactor the codebase into modules because right now there isnt enough organization for it to be testable by...
We can declare the functions as inline, it'll cause zero changes in performance while being able to separate the code into more neat units There are several forums online that...
> For what reason do we need tests? Did the software crash in the past? At least it was never crashing for me. Testing in this way just makes it...
> > use some python libraries for the analysis instead of MATLAB/Octave > > This is how the Edrumulus algorithm design works: https://github.com/corrados/edrumulus/blob/main/doc/algorithm.md#algorithm-development Sorry I misunderstood the current process. How...
Also related to this issue, I see you were starting to mess around with platformIO. Have you considered ESP-IDF as an alternative?
> Essentially all input signals are [here](https://github.com/corrados/edrumulus/tree/main/algorithm/signals) and could be replayed as virtual ADC input against an emulated edrumulus implementation. The output would be MIDI, which can be easily automatically...
> GCC is of no use for ESP32. We need the Espressif compiler to do the job. is the espressif compiler what you currently use?
So from what I can tell @corrados chose one of the only/better options for simulating adc with octave, while espressif has their own simulator it doesnt seem to support device...