![]() |
![]() ![]() ![]() ![]() ![]()
|
next newest topic | next oldest topic |
Author | Topic: Pitch Bend Range |
tuscland Member |
![]() ![]() ![]() Hi ! I would love to be able to use a pitch bend of 2 in the MIDI Configuration Panel.
IP: Logged |
SSC Administrator |
![]() ![]() ![]() Hi Cam, Not sure if this would help, but in the Global Map, there's an entry: !KeyPitch12 is: (`MIDIKeyNumber + (12 * (`MIDIPitchBend displayAs: #nothing))) nn. You could change this one or add another entry like this: !KeyPitch2 is: (`MIDIKeyNumber + (2 * (`MIDIPitchBend displayAs: #nothing))) nn. That way, you could use !KeyPitch2 wherever you wanted a pitch bend of 2 half steps. Would that be helpful? IP: Logged |
SSC Administrator |
![]() ![]() ![]() We'll add 2 and 3 halfsteps to the Configure MIDI panel as well. IP: Logged |
tuscland Member |
![]() ![]() ![]() Hi SSC, Thanks for the tip, and for the new menu items.
IP: Logged |
infected Member |
![]() ![]() ![]() I'll continue asking a related question in this thread. How can I create pitch up +2 and pitch down -24. Is it possible at all ? IP: Logged |
SSC Administrator |
![]() ![]() ![]() Would this work? !KeyNumber nn + (!PitchBend + 1 * 13 - 24) nn !PitchBend has a range of (-1,1) Except then when !PitchBend was in the center, it would not be at 0. So assuming you want no pitchbending when it is at zero, you could use an into: array like this: (!Pitchbend into: #({-1 @ -24} {0 @ 0} {1 @ 2})) nn The first number in each pair is !PitchBend's normal value. Second value in the pair is the new value. IP: Logged |
All times are CT (US) | next newest topic | next oldest topic |
![]() ![]() |
This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.