OpenSheetMusicDisplay
    Preparing search index...

    Interface ITransposeCalculator

    interface ITransposeCalculator {
        transposeKey(keyInstruction: KeyInstruction, transpose: number): void;
        transposePitch(
            pitch: Pitch,
            currentKeyInstruction: KeyInstruction,
            halftones: number,
        ): Pitch;
    }

    Implemented by

    Index

    Methods