Tile - YSound - Play Note 2D – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
Line 79: Line 79:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:27, 24 November 2023

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.