Game logic - Music library – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Description=
=Description=
Music Library game logic allows users to store and share MIDI music tracks. Music tracks stored via Music Library are embedded in the game logic itself, meaning that Music Library can be shared via compositions without the need to distribute the source files.
Music Library game logic allows users to store and share MIDI music tracks. Music tracks stored via Music Library are embedded in the game logic itself, meaning that Music Library can be shared via compositions without the need to distribute the source files. Tracks defined in Music Library can be then utilized as music playlists by [[Ylands Game logic - Music preset|'''Music preset''']] or triggered utilizing [[Ylands Tile - Play music|'''Visual scripting''']].
 
Tracks defined in Music Library can be then utilized as music playlists by [[Ylands Game logic - Music preset|'''Music preset''']] or triggered trough [[Ylands Tile - Play music|'''Visual scripting''']].
   
   
=Properties=
=Properties=

Revision as of 15:10, 14 April 2021

Description

Music Library game logic allows users to store and share MIDI music tracks. Music tracks stored via Music Library are embedded in the game logic itself, meaning that Music Library can be shared via compositions without the need to distribute the source files. Tracks defined in Music Library can be then utilized as music playlists by Music preset or triggered utilizing Visual scripting.

Properties

Tracks

  • List of available music tracks.
  • New tracks are added by clicking the plus button.
  • Tracks can be deleted by clicking the trash bin button.
  • Tracks can be edited by clicking the pencil button.

Track properties

  • Name - name of your track.
  • Track - the MIDI source file .
  • Preview - Allows to playe selected MIDI track.
  • Track length - Track length.
  • Library usage - show the current free space for all music in the game.


MIDI format

See MIDI track guide on to how to correctly setup your MIDI tracks.


See also