Topic: MIDI coding for Pedals
I am programming a Teensy to interface between a Clavinova keyboard and Pianoteq. The Clavinova electronics died.
The Pianoteq CC settings restricts the Sustain Pedal range to 0 to 1.00 but MIDI CC values range from 0 to 127.
No matter what CC is used for Sustain, Pianoteq restricts its range to 0 to 1.
Does this mean that I cannot have partial Sustain via MIDI or is there another way that I am missing?
Some on this forum have argued against partial pedaling but the Clavinova designers thought it was useful.
The Soft and Sost pedal MIDI coding is also confusing. Should I just code CC MIDI values 0 and 1 instead of the whole CC MIDI range 0-127?