-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIDI import: Pitch bend range CCs ignored and wrong default #1967
Comments
Found a page containing a suitable MIDI test file containing range setting cc messages: |
It wasn't hard getting the pitch bend range controllers into an automation track, but... that's not quite enough. On playback it seems the range knob only changes the display of the pitch values, and doesn't multiply the values. So, at the end of the MIDI import the imported automation tracks will have to be processed to apply the range setting to the bend data, as there are no guarantees as to how the pitch bend and range commands are organized in the MIDI file. They could be in entirely separate tracks and the import handles one track at a time. |
Migrated to #1472 and re-classified as
This suggests the problem may require a reworking of how we import MIDI data and it's age (4 years old at the time of reclassifying) suggests this is more of a wish-list item anyway. |
First the easy part, the default range should be adjusted for instrument tracks imported from MIDI:
http://www.blitter.com/~russtopia/MIDI/~jglatt/tech/midispec/wheel.htm
And second, if there are any pitch bend range messages, they should be handled. And they aren't plain CCs, I'm afraid:
http://kurzweil.com/knowledgebase/pc1x/internal_voices-program_mode/33/
The text was updated successfully, but these errors were encountered: