eurorack-blocks
eurorack-blocks copied to clipboard
Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Our users expressed the need to have different language integrations, and [Max](https://cycling74.com/products/max) is the most used of them. ## Overview Max, also known as Max/MSP/Jitter, is a visual programming language...
Our future integrations use "fast math" to replace parts of the standard library with a "faster" equivalent. Sometimes for example, `std::sin` is replaced with the CMSIS equivalent, but the implementation...
Our users expressed the need to have different language integration, and [FAUST](https://faust.grame.fr) is one of them. ## Overview Faust (Functional Audio Stream) is a functional programming language for sound synthesis...
We were assuming incorrectly that the stack was 512K, when it is only 128K. In the simulator version of the module, we make a check for the size of the...
The current way to edit the UI in `erbui` is far from optimal. This is the feedback we have for the moment and how to address it: ## Problems with...
Add SD and MMC support for `data` location in memory. ### Current State - This overlaps with #238 so pause this feature for a bit ### Overview `data` represents an...
## Overview Autoroute the front PCB to save time. For now, the front PCB exposes pads with name, and the user needs to air wire all pads with the name...
After the first `kivu12` board is assembled, make a first round of hardware test, before we test the software as in #180. ## Stage 1 - DPSM is not connected...
Add a "background thread" abstraction, for tasks that are not suited to the audio realtime task, like loading a sample from SD. The abstraction would allow to run on both...
Add SD support to ERB. - [x] Update `erbui` DSL - [x] Add PJS008U to `kicad-libs` submodule and front PCB generator - [x] Update `micropatch` board - [ ] Update...