Tile - YSound - Play Note 2D – Ylands
Jump to navigation
Jump to search
Play Note 2D(Instrument, Octave, Note, Velocity, Duration)
static playNote2D(instrument: number, octave: number, note: YNote, velocity: number, duration: number): void;
Parameters
instrument
Selected intrument (1-127)
octave
Selected octave (0-8)
note
Selected note
velocity
Velocity (volume) of the note
duration
Play duration of the note (ms)
Availability
Description
Allows to play selected MIDI note everywhere.
Play Note 2D(Player, Instrument, Octave, Note, Velocity, Duration)
static playNote2D(player: YCharacter, instrument: number, octave: number, note: YNote, velocity: number, duration: number): void;
Parameters
player
Target listener (player)
instrument
Selected intrument (1-127)
octave
Selected octave (0-8)
note
Selected note
velocity
Velocity (volume) of the note
duration
Play duration of the note (ms)
Availability
Description
Allows to play selected MIDI note to a player.