summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/synth.c')
-rw-r--r--apps/plugins/midi/synth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c
index 4936afb655..322d0f792d 100644
--- a/apps/plugins/midi/synth.c
+++ b/apps/plugins/midi/synth.c
@@ -62,10 +62,9 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig)
62 for(a=0; a<16; a++) 62 for(a=0; a<16; a++)
63 { 63 {
64 chVol[a]=100; /* Default, not quite full blast.. */ 64 chVol[a]=100; /* Default, not quite full blast.. */
65 chPanLeft[a]=64; /* Center */ 65 chPan[a]=64; /* Center */
66 chPanRight[a]=64; /* Center */
67 chPat[a]=0; /* Ac Gr Piano */ 66 chPat[a]=0; /* Ac Gr Piano */
68 chPW[a]=256; /* .. not .. bent ? */ 67 chPW[a]=256; /* .. not .. bent ? */
69 } 68 }
70 for(a=0; a<128; a++) 69 for(a=0; a<128; a++)
71 { 70 {