UNPKG
satie
Version:
latest (0.0.13-alpha6)
0.0.13-alpha6
0.0.13-alpha5
0.0.13-alpha4
0.0.13-alpha3
0.0.13-alpha2
0.0.13-alpha1
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
A sheet music renderer for the web
jnetterf.github.io/satie
jnetterf/satie
satie
/
dist
/
implChord_noteMutator.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
import
{
IAny
}
from
"musicxml-interfaces/operations"
;
import
NoteImpl
from
"./implChord_noteImpl"
;
export
default
function
noteMutator
(
note: NoteImpl, op: IAny
):
void
;