eurorack icon indicating copy to clipboard operation
eurorack copied to clipboard

Eurorack modules

Results 8 eurorack issues
Sort by recently updated
recently updated
newest added

I know that this won't benifit MI much, but considering that MI is shutting down (bye pichenettes, I'll really miss you, you have been an amazing figure in the Eurorack...

Previous PR was null. Grrrr! Once more with feeling. (Sigh!) As it stands, the AUX output is silent when the module starts. This confuses some folk including me. See: https://community.vcvrack.com/t/resonator-bad-start-bug/9619/11...

Hi there! Love your work. I was wondering whether you though it could be useful to folks to include instructions for uploading firmware using OSX without needing to use the...

I hope someone would be able to fix, fork or address this issue. The final release of the Plaits 1.2 firmware, which was the ultimate retirement present for all that...

Two small improvements here. The first is the `const` declaration of the chords array in the part.cc. The second change (renaming `chords` to `part_chords`) is because of the case if...

There is a bug in line 40 of chiptune_engine.cc: for (int i = 0; i < kChordNumNotes; ++i) { voice_[i].Init(); } It should be kChordNumVoices instead of kChordNumNotes. This leads...