yoyz / amsynth

Automatically exported from code.google.com/p/amsynth
GNU General Public License v2.0
1 stars 0 forks source link

Pitch bend range is not correct #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"I notice that amSynth still fails to handle the pitch bend on midi controllers 
correctly, meaning it bends an octave per step of bend pushed through the 
controller."
- http://tinyurl.com/29fykhe

Looks like the pitch bend range is currently too large, when compared to other 
synths.

Support for the pitch bend range MIDI RPN would be nice to have.
- http://tomscarff.110mb.com/midi_analyser/pitch_bend.htm

Original issue reported on code.google.com by nickdowell on 13 Sep 2010 at 4:48

GoogleCodeExporter commented 9 years ago
Fixed in svn trunk revision 379

Changed pitch bend range to 2 semitones (default according to midi spec?)

http://amsynthe.svn.sourceforge.net/viewvc/amsynthe?view=revision&revision=379

Original comment by nickdowell on 2 Oct 2010 at 7:18