Class Midi.KeySignature
implements
Midi.Message
SMF key signature meta message.
Constructors
KeySignature
(
integer
count,
bool
minor)
Properties
count
minor
Constructor Documentation
KeySignature
(
integer
count,
bool
minor)
Parameters
count (
integer
) Count of sharps (positive) or flats (negative)
minor (
bool
) True if minor, false if major
Property Documentation
integer
count
bool
minor
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.