Tile - YSound - Play Note 2D – Ylands

From Bohemia Interactive Community
Revision as of 12:15, 12 November 2021 by YlandsClassyBot (talk | contribs)
Jump to navigation Jump to search

Play Note 2D(Instrument, Octave, Note, Velocity, Duration)

YlandsTile-1139.png

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

Server

Description

Allows to play selected MIDI note everywhere.

Play Note 2D(Player, Instrument, Octave, Note, Velocity, Duration)

YlandsTile-1141.png

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

Server

Description

Allows to play selected MIDI note to a player.