diff --git a/README.md b/README.md index 66398fc..bc97e5b 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Audio Apps | [orDrumbox](https://www.ordrumbox.com/) | [SourceForge → ordrumbox](https://sourceforge.net/projects/ordrumbox) | Drum machine | | [ossia score](https://ossia.io) | [ossia/score](https://github.com/ossia/score) | Cross-platform intermedia sequencer | | [OwlPlug](https://owlplug.com/) | [DropSnorz/OwlPlug](https://github.com/DropSnorz/OwlPlug) | Audio plugin manager | +| [Patchcab](https://patch.cab) | [spectrome/patchcab](https://github.com/spectrome/patchcab) | Modular Eurorack style synthesizer made with Web Audio | | [Psycle](http://psycle.pastnotecut.org/portal.php) | [SourceForge → psycle](https://sourceforge.net/projects/psycle) | Modular music tracker | | [SampleScanner](https://github.com/psobot/SampleScanner) | [psobot/SampleScanner](https://github.com/psobot/SampleScanner) | Tool for auto-sampling hardware instruments | | [SFZ to HISE converter](https://keypleezer.com/sfz-to-hise-converter/) | [anderseklov/SFZ-to-HISE-converter](https://github.com/anderseklov/SFZ-to-HISE-converter) | JavaScript app that translates SFZ instrument files into HISE samplemaps and JSON data objects. Runs in a modern web browser. MIT license. | diff --git a/data/apps.json b/data/apps.json index 7c7e4d9..95cd6f2 100644 --- a/data/apps.json +++ b/data/apps.json @@ -235,6 +235,16 @@ "repo": "OwlPlug" } }, + { + "name": "Patchcab", + "url": "https://patch.cab", + "description": "Modular Eurorack style synthesizer made with Web Audio", + "repository": { + "type": "GitHub", + "user": "spectrome", + "repo": "patchcab" + } + }, { "name": "Psycle", "url": "http://psycle.pastnotecut.org/portal.php",