first version

This commit is contained in:
Ola Holmström
2015-05-13 22:37:17 +02:00
commit fb9197b6ff
12 changed files with 648 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package melody
type envelope struct {
t int
msg []byte
filter filterFunc
}