A mirror of SoundHelix, the software MadHelix is based on.

[[ 🗃 ^zoKmE soundhelix ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/zoKmE

SSH: git clone USERNAME@vervis.peers.community:zoKmE

Branches

Tags

soundhelix-0.0.4 ::

run.sh

#!/bin/bash
if [ "$1" = "" ]; then
  java -jar SoundHelix.jar examples/SoundHelix-Piano.xml
else
  java -jar SoundHelix.jar "$1" "$2"
fi

[See repo JSON]