Filetype:Music Settings

From Imagisphere
Jump to navigation Jump to search

To do: think of something mildly witty to put in here.

To do: - Get an image of the early music stem selection icons, as well as images of songs with 8 stems in both LBP1 and LBP2.

- Get more information on the unknown fields (trigger, send fields, fade fields).

Overview

The Music Settings filetype .mus is a raw text file used to adjust music channels, and is used alongside an FSB file to make up a music object.

Fields

Master Volume

The MasterVolume field is a float used to set the overall volume of the track; this is used when the base audio for the FSB needs to be adjusted.

Track Translated Tag

The TrackTranslatedTag field is a string that takes in a Translation Tag, and will load the title of the track in the tweak menu.

Is Copyrighted

The field IsCopyrighted is a bool used to mark a track as copyrighted; apart from appearing on licensed songs, it appears to have no affect on the track itself.

Is Sting

IsSting is a bool field that was added in LittleBigPlanet 2 used to mark a track as a stinger; this prevents the track from looping when activated.

Stereo Pairs

StereoPairs is an integer for the number of music stems, followed by an array of music stems; it can range from 0-7, meaning it's allowed to go up to 8, but only 6 are ever used. Early icons exist in the Deploy Build for the 8 music stems, which ended up being unused. When numbers icons were added to the stem selection for LittleBigPlanet 2, they only created icons for stems 1-6.

Music Stem Translated Tag

MusicStemTranslatedTag is a string field that takes in a Translation Tag, and is used to load in the title of the specific music stem.

Slider Index

SliderIndex is an integer field used to give an index to the stem (0-7).

Fade

Fade is a float field used to determine the overall volume fade of the stem.

Fade In

FadeIn is a float field used to determine the volume fade of the stem on activation.

Fade Out

FadeOut is a float field used to determine the volume fade of the stem on deactivation.

Forward Send

ForwardSend adjusts the forward send for the stem.

Rear Send

RearSend adjusts the rear send for the stem.

Trigger

Trigger is a bool field with an unknown purpose, as it's always set to false.