eurorack-blocks icon indicating copy to clipboard operation
eurorack-blocks copied to clipboard

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust

Results 46 eurorack-blocks issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

feature

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...

documentation

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...

feature

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...

bug

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...

feature

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...

feature

## 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...

feature

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...

feature

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...

feature

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...

feature