Tile - YSound - Play Note 3D – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search

Play Note 3D(Position, Audiable Distance, Instrument, Octave, Note, Velocity, Duration)

YlandsTile-1140.png

static playNote3D(position: YVector3, audiableDistance: YAudibleDistance, instrument: number, octave: number, note: YNote, velocity: number, duration: number): void;

Parameters

position

Target position (vector)

audiableDistance

How far the sound will be heard

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 at given position.