How can I use !KeyPitch as Index to select the sample in MultiSample
prototype?
!KeyPitch always return the usual "an instance ... was not understood" error.
What's the problem?
-- KarlMousseau - 05 Jan 2004
!KeyPitch (for convenience) includes the units of notenumber (nn) plus a pitch bend controller. For a unitless control you could use
!KeyNumber
or
!KeyPitch removeUnits.