Added threading

This commit is contained in:
2017-12-15 16:10:36 +01:00
parent 4651ee674a
commit 27233290cf
6 changed files with 53 additions and 11 deletions

10
csoundbox.cfg.example Normal file
View File

@@ -0,0 +1,10 @@
soundmap = {
sounds = ( {path = "ballsofsteel.mp3";
key = "a"},
{path = "neck.mp3";
key = "b"}
);
}
udpport = 8888;