|
2 | 2 |
|
3 | 3 | # Eurorack PMOD |
4 | 4 |
|
5 | | -**Eurorack PMOD** is a [certified open hardware](https://certification.oshwa.org/de000135.html) Eurorack module that plugs directly into many FPGA boards, which makes it easy to combine the world of FPGAs and [hardware electronic music synthesis](https://en.wikipedia.org/wiki/Eurorack). The latest (R3.3) hardware looks like this and can be ordered **[here](https://apfelaudio.com/order/)**. |
| 5 | +**Eurorack PMOD** is a [certified open hardware](https://certification.oshwa.org/de000135.html) Eurorack module that plugs directly into many FPGA boards, which makes it easy to combine the world of FPGAs and [hardware electronic music synthesis](https://en.wikipedia.org/wiki/Eurorack). The latest (R3.3) hardware looks like this: |
6 | 6 |
|
7 | 7 |  |
8 | 8 |  |
|
16 | 16 |
|
17 | 17 | - **[FPGA-based neural-net waveshaper](https://matpalm.com/blog/wavenet_on_fpga/)** - (from [matpalm@](https://github.com/matpalm)) |
18 | 18 | - **[Teensy 4.x I2S TDM w/ Eurorack PMOD](https://github.com/Lytrix/Teensy4-i2s-TDM)** - (from [lytrix@](https://github.com/Lytrix)) |
19 | | -- **[8-channel USB2 soundcard](https://github.com/apfelaudio/eurorack-pmod-usb-soundcard)** - mostly in Amaranth. |
| 19 | +- **[8-channel USB2 soundcard](https://github.com/apfaudio/eurorack-pmod-usb-soundcard)** - mostly in Amaranth. |
20 | 20 | - **[Daisy Seed TDM for Eurorack PMOD](https://github.com/heartwerker/daisy_seed_tdm_eurorack_pmod)** - (from [heartwerker@](https://github.com/heartwerker)) |
21 | 21 | - **[`apu_chord` core](https://github.com/proppy/eurorack-pmod/tree/apu_chord)** - (from [proppy@](https://github.com/proppy)) |
22 | | -- **[Real-time DSP with Rust on LiteX](https://github.com/apfelaudio/eurorack-pmod-litex)** - mostly in Rust/Migen. |
| 22 | +- **[Real-time DSP with Rust on LiteX](https://github.com/apfaudio/eurorack-pmod-litex)** - mostly in Rust/Migen. |
23 | 23 |
|
24 | 24 |
|
25 | 25 | # R3.3 hardware details |
|
36 | 36 | - [new!] Touch and proximity sensing on all unused jacks as an extra input method. |
37 | 37 | - See the `gateware/cores/touch_cv.sv` core for an example of how to use this. |
38 | 38 |
|
39 | | -**Compared to R3.1, the changes across R3.2 and R3.3 [are summarized here](https://github.com/apfelaudio/eurorack-pmod/issues/50)** |
| 39 | +**Compared to R3.1, the changes across R3.2 and R3.3 [are summarized here](https://github.com/apfaudio/eurorack-pmod/issues/50)** |
40 | 40 |
|
41 | 41 | [Want one?](#manufacturing). More photos can be found [below](#photos). |
42 | 42 |
|
@@ -111,8 +111,6 @@ The project is split into 2 directories, [`hardware`](hardware) for the PCB/pane |
111 | 111 |
|
112 | 112 | # Manufacturing |
113 | 113 |
|
114 | | -## **R3.3 hardware is in stock** [order **here :)**](https://apfelaudio.com/) |
115 | | - |
116 | 114 | # R3.1 Hardware (no longer manufactured) |
117 | 115 |
|
118 | 116 | The above README focuses on R3.3, which is currently being manufactured. |
|
0 commit comments