Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CAudioSourceMusic. More...
#include <doc.h>
Public Types | |
enum | EUpdateMode { Cut , OnNextBar , OnNextHalfBar , OnNextBeat } |
Public Member Functions | |
Void | MuteAllTracks () |
Void | UnmuteAllTracks () |
Void | NextVariant () |
Void | NextVariant (Boolean IsIntensityDecreasing) |
Void | EnableSegment (Text SegmentName) |
Public Member Functions inherited from CAudioSource | |
Void | Play () |
Void | Stop () |
Public Attributes | |
Array< Real > | Tracks_Volume |
Array< Real > | Tracks_VolumedB |
Array< Text > | Tracks_Name |
Array< Real > | Tracks_Length |
Integer const | Tracks_Count |
Real const | BeatsPerMinute |
Real const | BeatDuration |
Integer const | BeatsPerBar |
CAudioSourceMusic::EUpdateMode | UpdateMode |
Boolean | Dbg_ForceIntensity |
Boolean | Dbg_ForceSequential |
Boolean | Dbg_ForceRandom |
Real | LPF_CutoffRatio |
Real | LPF_Q |
Real | HPF_CutoffRatio |
Real | HPF_Q |
Real | FadeTracksDuration |
Real | FadeFiltersDuration |
Boolean | UseNewImplem |
Public Attributes inherited from CAudioSource | |
Boolean const | IsPlaying |
Boolean const | DownloadInProgress |
Real | Volume |
Real | FadeDuration |
Real | VolumedB |
Real | Pitch |
Vec3 | RelativePosition |
Vec3 | PanRadiusLfe |
Real | PlayCursor |
Real const | PlayLength |
Public Attributes inherited from CNod | |
Ident const | Id |
Documentation for class CAudioSourceMusic.
Real CAudioSourceMusic::HPF_CutoffRatio |
Values in range (0.000000-1.000000)
Real CAudioSourceMusic::HPF_Q |
Values in range (0.100000-20.000000)
Real CAudioSourceMusic::LPF_CutoffRatio |
Values in range (0.000000-1.000000)
Real CAudioSourceMusic::LPF_Q |
Values in range (0.100000-20.000000)