"""There must always be a Data class in a file main.py.
Simplyinheritingfromengine.data.Dataiseasiest.
"""
DEFAULT_PATCHES={#Choose a nice set of instruments as program default.
Simplyinheritingfromengine.data.Dataiseasiest.
"""
DEFAULT_PATCHES={#Choose a nice set of instruments as program default.
# channel: (bank, program, name)
#the name doesn't matter for the program at all, it is only to get a human readable save file. We set it to "" here because it gets updated automatically.
1:(0,0,""),#piano
#the name doesn't matter for the program at all, it is only to get a human readable save file. We set it to "" here because it gets updated automatically.
1:(0,0,""),#piano
2:(0,49,""),#slow strings
3:(127,95,""),#Brass Section 1
4:(0,52,""),#Chor Aahs
5:(0,21,""),#Accordion
5:(0,21,""),#Accordion
6:(0,11,""),#Vibraphone
7:(0,19,""),#Church Organ
8:(0,59,""),#Muted Trumpet
@ -55,22 +55,16 @@ class Data(template.engine.sampler_sf2.Sampler_sf2):