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

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

bug

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

bug

Header pins in library footprint (DaisyPatchSM) for daisy patch are slightly misaligned, see attached screen shots for comparison. ![ES_Daisy_Patch_SM_front](https://user-images.githubusercontent.com/58539521/180666077-a991dd97-08c3-42e4-8bf9-c83682fb9c21.png) ![render-3d](https://user-images.githubusercontent.com/58539521/180666078-8740ada0-bc8d-43fe-be73-e81ae858a785.png) ![DaisyPatchSm](https://user-images.githubusercontent.com/58539521/180666202-9c4f76c5-7f95-4c66-bea1-9f20deaed53b.png)

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

bug

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

enhancement

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

flaw

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

bug

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

bug

This PR describes the Windows 2019 workflow environment in the Actions log, to help users match our reference environment.

documentation
enhancement

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

enhancement
flaw