eurorack-blocks
eurorack-blocks copied to clipboard
Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
``` gen~: exported: Macintosh HD:/Users/raf/dev/eurorack-blocks/test/max/artifacts/module_max.cpp node.script: Build starting node.script: module: /Users/raf/dev/eurorack-blocks/test/max/ node.script: Error: bash: erbb: command not found node.script: Error: bash: erbb: command not found node.script: child process exited with...
Instead of reporting the error, the error case has a python code syntax error. https://github.com/ohmtech-rdi/eurorack-blocks/blob/main/build-system/erbui/generators/max/code.py#L79 ``` clam@Clams-MacBook-Air sinetest % erbb build BUILD libDaisy ACTION Daisy ACTION UI ACTION Max Traceback...
Header pins in library footprint (DaisyPatchSM) for daisy patch are slightly misaligned, see attached screen shots for comparison.   
## Description When using a `GateIn` as a trigger, sometimes triggers are missed with the `board` `kivu12`. ## Analysis This depends on the width of the trigger. The way `Button`s...
Since version 6, KiCad has been adopting the same s-expression format for its schematics as the rest of its file formats, as the one for the PCB layout & routing,...
## Description It doesn't seem possible to debug an Eurorack-blocks module in VCV Rack on Apple M1 using Xcode 13.4. - When using native M1 mode, the debugger doesn't seem...
Python3 soundfile doesn't work on macOS M1. ## Steps to reproduce ```console % pip3 install sound file ... % pip3 list | grep SoundFile SoundFile 0.10.3.post1 % python3 Python 3.9.13...
When a `control` define some `pins`, the simulator won't use this order. This is problematic if the pin order doesn't follow the natural order, for example: ``` control foo Switch...
This PR describes the Windows 2019 workflow environment in the Actions log, to help users match our reference environment.
Currently, the `erbb install` command is not great: - As soon as `openocd` is installed, it is used instead of `dfu-util` which might be unsetting, if the user doesn't have...