Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util
diff options
context:
space:
mode:
authorjared <jared@jared-virtual-machine.(none)>2013-04-30 21:30:21 (GMT)
committer jared <jared@jared-virtual-machine.(none)>2013-04-30 21:30:21 (GMT)
commitba44a6542971d7012002fd41c336c5b113b9a4ca (patch)
tree83744cbf6933c951f711a712f5befadd6062ba36 /common/Util
parentcfd389b5e799425c3a1376be27781491e1b83abc (diff)
--message=Documentation
Diffstat (limited to 'common/Util')
-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.
+
+##################################################################################