Skip to content

Commit

Permalink
Add soundshed (#127)
Browse files Browse the repository at this point in the history
* Add soundshed

* Update README.md

---------

Co-authored-by: webprofusion-chrisc <[email protected]>
  • Loading branch information
webprofusion-chrisc and webprofusion-chrisc authored Mar 25, 2024
1 parent 7433dba commit e666351
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Audio Apps
| [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. |
| [Shape Your Music](https://shapeyourmusic.dev/) | [ejarzo/Shape-Your-Music](https://github.com/ejarzo/Shape-Your-Music) | A web application for drawing music |
| [Sonic Pi](https://sonic-pi.net/) | [sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi) | Code-based music creation and performance tool |
| [Soundshed](https://soundshed.com) | [soundshed/soundshed-app](https://github.com/soundshed/soundshed-app) | Browse and manage favourite tones, control your smart amp/fx (Spark Amp etc), jam to video backing tracks, learn chords and scales. |
| Stargate DAW | [stargatedaw/stargate](https://github.com/stargatedaw/stargate) | Cross-platform, all-in-one DAW and plugin suite |
| [StudioRack](https://studiorack.github.io/studiorack-site/) | [studiorack/studiorack](https://github.com/studiorack/studiorack) | Audio plugin manager |
| [SuperCollider](https://supercollider.github.io/) | [supercollider/supercollider](https://github.com/supercollider/supercollider) | SuperCollider is a platform for audio synthesis and algorithmic composition, used by musicians, artists, and researchers working with sound. |
Expand Down
10 changes: 10 additions & 0 deletions data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,16 @@
"repo": "sonic-pi"
}
},
{
"name": "Soundshed",
"url": "https://soundshed.com",
"description": "Browse and manage favourite tones, control your smart amp/fx (Spark Amp etc), jam to video backing tracks, learn chords and scales.",
"repository": {
"type": "GitHub",
"user": "soundshed",
"repo": "soundshed-app"
}
},
{
"name": "Stargate DAW",
"description": "Cross-platform, all-in-one DAW and plugin suite",
Expand Down

0 comments on commit e666351

Please sign in to comment.