diff options
Diffstat (limited to 'apps/plugins/midi/synth.c')
| -rw-r--r-- | apps/plugins/midi/synth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c index f0fa93d..9ec5580 100644 --- a/apps/plugins/midi/synth.c +++ b/apps/plugins/midi/synth.c @@ -66,6 +66,8 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig) chPat[a]=0; /* Ac Gr Piano */ chPW[a]=256; /* .. not .. bent ? */ chPBDepth[a]=2; /* Default bend value is 2 */ + chPBNoteOffset[a]=0; /* No offset */ + chPBFractBend[a]=65536; /* Center.. no bend */ } for(a=0; a<128; a++) { |