Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/README-Util
blob: f11f792b9826ba6e22955e3f5b27da7cf3fd638e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

##################################################################################