Tile - YSound - Play Note 3D – Ylands

From Bohemia Interactive Community
Revision as of 09:52, 8 July 2021 by YlandsClassyBot (talk | contribs) (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Play Note 3D(Position, Audiable Distance, Instrum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

Description

Allows to play selected MIDI note at given position.