OpenSheetMusicDisplay
Preparing search index...
ITransposeCalculator
Interface ITransposeCalculator
interface
ITransposeCalculator
{
transposeKey
(
keyInstruction
:
KeyInstruction
,
transpose
:
number
)
:
void
;
transposePitch
(
pitch
:
Pitch
,
currentKeyInstruction
:
KeyInstruction
,
halftones
:
number
,
)
:
Pitch
;
}
Implemented by
TransposeCalculator
Index
Methods
transpose
Key
transpose
Pitch
Methods
transpose
Key
transposeKey
(
keyInstruction
:
KeyInstruction
,
transpose
:
number
)
:
void
Parameters
keyInstruction
:
KeyInstruction
transpose
:
number
Returns
void
transpose
Pitch
transposePitch
(
pitch
:
Pitch
,
currentKeyInstruction
:
KeyInstruction
,
halftones
:
number
,
)
:
Pitch
Parameters
pitch
:
Pitch
currentKeyInstruction
:
KeyInstruction
halftones
:
number
Returns
Pitch
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
transpose
Key
transpose
Pitch
OpenSheetMusicDisplay
Loading...