Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Util/README-Util14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/Util/README-Util b/common/Util/README-Util
new file mode 100644
index 0000000..f11f792
--- /dev/null
+++ b/common/Util/README-Util
@@ -0,0 +1,14 @@
+For new TamTam developers this is the common folder that pulls instruments, sounds etc... for the Tam Tam music suite.
+#####Important note for TamTam Suite ##########
+Instruments.py - pulls from ../Resources/Sound and ../Resources/Images
+ - If you're contributing a drum kit, loops are added in ../Resources/Loops
+ - Drum kits are mapped to respected ascii values.
+#################################################################################
+
+
+#####Important note for TamTamMini ##########
+To add default instruments on start up go to /Edit/Mainwindow.py
+ - As of 4/30/2013 lines 87 -> 93 loaded defualt instruments puleld from InstrumentDB.
+ - Newer versions of Mini will have different gtk version.
+
+##################################################################################