Skip to content

Commit

Permalink
update readme and theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursaunier committed Oct 19, 2024
1 parent 8cf1ad4 commit ea01ceb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
47 changes: 39 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,55 @@ layout: single

- MS20-VCF
- MS-20 clones built around the LM13700 chip
- :heavy_check_mark: [Simple MS20 VCF](ms20-vcf-simple):
- :heavy_check_mark: [Simple MS20 VCF](https://github.com/BleepSound/ms20-vcf-simple):
- 1 LM13700 filter with a Low pass or High pass switch with CV for cutoff
- Based on barton's version : <https://www.bartonmusicalcircuits.com/synthstuff.html#analog>
- :heavy_check_mark: [Double MS20-VCF](ms20-vcf-double)
- Based on barton's version : ([link](https://www.bartonmusicalcircuits.com/synthstuff.html#analog))
- :heavy_check_mark: [Double MS20-VCF](https://github.com/BleepSound/ms20-vcf-double)
- 2 filters in one, each with Low pass or High pass with a possibility to bridge them and get a band pass filter with CV for cutoff
- Based on barton's version (https://www.bartonmusicalcircuits.com/synthstuff.html#analog))
- Based on barton's version ([link](https://www.bartonmusicalcircuits.com/synthstuff.html#analog))

### Mixers:

- :heavy_check_mark: [Basic DC mixer](basic-mixer-dc)
- :heavy_check_mark: [Basic DC mixer](https://github.com/BleepSound/basic-mixer-dc)
- 4 channel active mixer with mute option with DC coupling (Audio+CV)

### Multiple:

- :heavy_check_mark: [3x2 multiple](https://github.com/BleepSound/multiple-3x2)
- 3x2 passive multiple (3 inputs to 2 output each)
- cascade the first input to all outputs if no other input is plugged in

### VCOs:

- :heavy_check_mark: [RP2040 chord VCO](rp2040-chord-vco)
- :heavy_check_mark: [RP2040 chord VCO](https://github.com/BleepSound/rp2040-chord-vco)
- VCO clone, originally made by HAGIWO ([link](https://note.com/solder_state/n/n64b91a171218) in japanese)
- RP2040 chord VCO clone in SMD.
- 5-polyphonic Chord VCO module. There are 8 types of tones. With a built-in quantizer and automatic harmonics function, if you input a suitable CV, it will play a nice chord progression.
- 5-polyphonic Chord VCO module. There are 8 types of tones. With a built-in quantizer and automatic harmonics function, if you input a suitable CV, it will play a nice chord progression.
- :warning: [CD40106-VCO](https://github.com/BleepSound/cd40106_vco)
- CD40106 saw core oscillator based on Moritz Klein version (https://www.ericasynths.lv/shop/diy-kits-1/edu-diy-vco/)
- 4 waveforms
- Saw
- Square with PWM control
- Triangle
- Sine
- 5 octave switch
- 1v/oct CV, FM CV and PWM CV.
- Sync input
- Extender pins to future Sub octave extender

### ADSRs:

- :warning: [Basic ADSR](https://github.com/BleepSound/basic_adsr)
- Basic ADSR based on René Schmitz [Fastest envelope in the West](https://www.schmitzbits.de/adsr.html)
- All you need in an ADSR
- Switch to have 2 different time constants for the ADSR

### Power delivery:

- :heavy_check_mark: [Distribution board](https://github.com/BleepSound/distribution_board)
- Basic Eurorack PSU distribution board, with 12 IDC headers.
- :warning: [USB distribution board](https://github.com/BleepSound/usb-distrib)
- Double USB receptacle to power 5V usb devices out of your eurorack case.

| Symbol | Description |
| ----------- | ----------- |
Expand All @@ -40,4 +71,4 @@ layout: single

![alt text](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License.](http://creativecommons.org/licenses/by-sa/4.0/)
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License.](http://creativecommons.org/licenses/by-sa/4.0/)
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
remote_theme: "mmistakes/minimal-mistakes@4.26.2"

liquid:
error_mode: strict
Expand Down

0 comments on commit ea01ceb

Please sign in to comment.