![]() |
The GetMasterTranspose method retrieves the current master transposition.
iTranspose = [object.]GetMasterTranspose()
Parts
object
Optional. Object expression that resolves to a Performance Object. If omitted, the default performance is used.
Return Values
Returns the number of semitones by which the notes in the performance are transposed, in the range from -32,768 to 32,767.
Remarks
The master transposition is applied to all notes, after any transposition within segments has been applied. Any notes that fall outside the range of MIDI values from 0 through 127 will not be heard.
See Also