cybernetic-samples

CC0 sample bank created by the Cybernetic Orchestra

Instructions for Contributing

Important: Please ensure that all samples you contribute are samples where you are 100% sure that either (a) you are the original creator and thus copyright holder, or (b) the samples are are clearly and verifiably in the public domain. Consider adding a .txt file to any folder you add briefly indicating how the samples were produced.

cd ~
git clone https://github.com/yourUserNameOnGithub/cybernetic-samples.git
cd ~/cybernetic-samples
git status
git add .
git add someSampleFolder/someSoundFile.wav
git commit -m "a message describing what you are changing/adding"
git push
cd ~/cybernetic-samples
git pull https://github.com/d0kt0r0/cybernetic-samples.git main